comparison gen/elem.h @ 15:37a4fdab33fc trunk

[svn r19] * Added support for reassigning 'this' inside class constructors. * Added preliminary support for UnrolledLoopStatement. That is foreach on a tuple.
author lindquist
date Wed, 03 Oct 2007 04:56:32 +0200
parents d3ee9efe20e2
children 4648206ca213
comparison
equal deleted inserted replaced
14:0e86428ee567 15:37a4fdab33fc
30 llvm::Value* arg; 30 llvm::Value* arg;
31 int type; 31 int type;
32 bool inplace; 32 bool inplace;
33 bool field; 33 bool field;
34 unsigned callconv; 34 unsigned callconv;
35 bool isthis;
35 36
36 VarDeclaration* vardecl; 37 VarDeclaration* vardecl;
37 FuncDeclaration* funcdecl; 38 FuncDeclaration* funcdecl;
38 39
39 llvm::Value* getValue(); 40 llvm::Value* getValue();