Searched refs:addInvariant (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic3.d539 Expression e = addInvariant(funcdecl.isThis(), funcdecl.vthis);
548 Expression e = addInvariant(funcdecl.isThis(), funcdecl.vthis);
H A Dfunc.d2864 Expression addInvariant(AggregateDeclaration ad, VarDeclaration vthis)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c33 Expression *addInvariant(Loc loc, Scope *sc, AggregateDeclaration *ad, VarDeclaration *vthis, bool direct);
1651 Expression *e = addInvariant(loc, sc, ad, vthis, isDtorDeclaration() != NULL);
1660 Expression *e = addInvariant(loc, sc, ad, vthis, isCtorDeclaration() != NULL);
4164 Expression *addInvariant(Loc loc, Scope *sc, AggregateDeclaration *ad, VarDeclaration *vthis, bool direct) function

Completed in 102 milliseconds