Home
last modified time | relevance | path

Searched defs:vthis (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.d125 VarDeclaration vthis; /// 'this' parameter if this aggregate is nested variable
H A Daggregate.h94 VarDeclaration *vthis; // 'this' parameter if this aggregate is nested variable
H A Ddeclaration.h554 VarDeclaration *vthis; // 'this' parameter (member and nested) variable
H A Dfunc.d281 VarDeclaration vthis; /// 'this' parameter (member and nested) variable
2864 Expression addInvariant(AggregateDeclaration ad, VarDeclaration vthis) in addInvariant()
H A Ddeclaration.d382 VarDeclaration vthis = e1.isThisExp().var; in checkModify() local
H A Dtypesem.d4562 auto vthis = tcd.followInstantiationContext(ad) ? tcd.vthis2 : tcd.vthis; in dotExp() local
H A Ddinterpret.d2663 auto vthis = i == 0 ? e.sd.vthis : e.sd.vthis2; in visit() local
H A Dexpressionsem.d1086 auto vthis = tcd.followInstantiationContext(ad) ? tcd.vthis2 : tcd.vthis; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daggregate.h110 VarDeclaration *vthis; // 'this' parameter if this aggregate is nested variable
H A Ddeclaration.h535 VarDeclaration *vthis; // 'this' parameter (member and nested) variable
H A Dfunc.c4164 Expression *addInvariant(Loc loc, Scope *sc, AggregateDeclaration *ad, VarDeclaration *vthis, bool … in addInvariant()