Searched refs:modifyReturns (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h718 void modifyReturns(Scope *sc, Type *tret);
H A Dfunc.c4759 void FuncLiteralDeclaration::modifyReturns(Scope *sc, Type *tret) function in class:FuncLiteralDeclaration
H A Dexpression.c4790 (*presult)->fd->modifyReturns(sc, tof->next);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h727 void modifyReturns(Scope *sc, Type *tret);
H A Dfunc.d3735 void modifyReturns(Scope* sc, Type tret)
H A Dexpression.d4021 (*presult).fd.modifyReturns(sc, tof.next);

Completed in 136 milliseconds