Home
last modified time | relevance | path

Searched refs:checkReturnEscape (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Descape.c481 bool checkReturnEscape(Scope *sc, Expression *e, bool gag) in checkReturnEscape() function
H A Dfunc.c34 bool checkReturnEscape(Scope *sc, Expression *e, bool gag);
1991 checkReturnEscape(sc2, exp, false); in semantic3()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic3.d934 checkReturnEscape(sc2, exp, false); in visit()
H A Descape.d1151 bool checkReturnEscape(Scope* sc, Expression e, bool gag) in checkReturnEscape() function