Displaying 2 results from an estimated 2 matches for "constuctor".
Did you mean:
constructor
2010 Mar 01
1
[LLVMdev] RegisterPass isAnalysis parameter
On Feb 26, 2010, at 7:42 PM, Tom Prince wrote:
> You cannot refer to anything in anonymous namespace by name from
> another file, however, if you have a pointer, say, then you can
> still use the
> pointer.
Yes, that would make sense, except I don't see any pointers being
passed. The relevant line in lib/Transforms/Hello.cpp is:
static RegisterPass<Hello>
2007 Jul 04
0
Branch 'as' - 25 commits - libswfdec/Makefile.am libswfdec/swfdec_as_boolean.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c
...s.x = 15;
+ trace (this.x);
return this;
};
asm {
diff-tree 4964db79fca7d6c9f88c75a848a67a73eb33f405 (from 8b05ebd0dcff60cbe8c046dc4cbd2905b9dd5619)
Author: Benjamin Otte <otte at gnome.org>
Date: Wed Jul 4 00:09:35 2007 +0100
prototypes created with ActionExtends don't get a constuctor property
diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c
index cc36c7e..54347c7 100644
--- a/libswfdec/swfdec_as_interpret.c
+++ b/libswfdec/swfdec_as_interpret.c
@@ -1840,7 +1840,7 @@ swfdec_action_extends (SwfdecAsContext *
{
SwfdecAsValue *superclass, *subclas...