Home
last modified time | relevance | path

Searched defs:vthis2 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.d126 VarDeclaration vthis2; /// 'this' parameter if this aggregate is a template and is nested variable
H A Daggregate.h95 VarDeclaration *vthis2; // 'this' parameter if this aggregate is a template and is nested variable
H A Dexpression.h805 VarDeclaration *vthis2; // container for multi-context variable
827 VarDeclaration *vthis2; // container for multi-context variable
H A Dexpressionsem.d6772 VarDeclaration vthis2 = makeThis2Argument(e.loc, sc, f); in visit() local
13177 VarDeclaration vthis2 = new VarDeclaration(loc, tthis2, Identifier.generateId("__this"), null); in makeThis2Argument() local
H A Dexpression.d4979 VarDeclaration vthis2; // container for multi-context variable
5022 VarDeclaration vthis2; // container for multi-context variable