Searched refs:addInvariant (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | semantic3.d | 539 Expression e = addInvariant(funcdecl.isThis(), funcdecl.vthis); in visit() 548 Expression e = addInvariant(funcdecl.isThis(), funcdecl.vthis); in visit()
|
| H A D | func.d | 2864 Expression addInvariant(AggregateDeclaration ad, VarDeclaration vthis) in addInvariant() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | func.c | 33 Expression *addInvariant(Loc loc, Scope *sc, AggregateDeclaration *ad, VarDeclaration *vthis, bool … 1651 Expression *e = addInvariant(loc, sc, ad, vthis, isDtorDeclaration() != NULL); in semantic3() 1660 Expression *e = addInvariant(loc, sc, ad, vthis, isCtorDeclaration() != NULL); in semantic3() 4164 Expression *addInvariant(Loc loc, Scope *sc, AggregateDeclaration *ad, VarDeclaration *vthis, bool … in addInvariant() function
|