Home
last modified time | relevance | path

Searched defs:thisexp (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.d3532 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 Dexpression.c4282 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 Dparse.c7901 Expression *Parser::parseNewExp(Expression *thisexp) in parseNewExp()
H A Ddinterpret.c146 void CtfeStack::startFrame(Expression *thisexp) in startFrame()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc1678 tree thisexp = build_expr (dve->e1); in visit() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc1768 tree thisexp = build_expr (dve->e1); in visit() local