Searched defs:thisexp (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | expression.d | 3532 Expression thisexp; // if !=null, 'this' for class being allocated variable 3541 extern (D) this(const ref Loc loc, Expression thisexp, Type newtype, Expressions* arguments) in this() 3549 … static NewExp create(const ref Loc loc, Expression thisexp, Type newtype, Expressions* arguments) in create() 3573 Expression thisexp; // if !=null, 'this' for class being allocated variable 3577 …extern (D) this(const ref Loc loc, Expression thisexp, ClassDeclaration cd, Expressions* arguments) in this()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | expression.c | 4282 NewExp::NewExp(Loc loc, Expression *thisexp, Expressions *newargs, in NewExp() 4296 NewExp *NewExp::create(Loc loc, Expression *thisexp, Expressions *newargs, in create() 4312 NewAnonClassExp::NewAnonClassExp(Loc loc, Expression *thisexp, in NewAnonClassExp()
|
H A D | parse.c | 7901 Expression *Parser::parseNewExp(Expression *thisexp) in parseNewExp()
|
H A D | dinterpret.c | 146 void CtfeStack::startFrame(Expression *thisexp) in startFrame()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | expr.cc | 1678 tree thisexp = build_expr (dve->e1); in visit() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | expr.cc | 1768 tree thisexp = build_expr (dve->e1); in visit() local
|