Home
last modified time | relevance | path

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

/netbsd-src/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) in modifyReturns() function
H A Dexpression.d4021 (*presult).fd.modifyReturns(sc, tof.next);
/netbsd-src/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) in modifyReturns() function
H A Dexpression.c4790 (*presult)->fd->modifyReturns(sc, tof->next); in matchType()