Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Descape.c429 bool checkThrowEscape(Scope *sc, Expression *e, bool gag) in checkThrowEscape() function
H A Dstatementsem.c34 bool checkThrowEscape(Scope *sc, Expression *e, bool gag);
3611 checkThrowEscape(sc, ts->exp, false); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Descape.d946 bool checkThrowEscape(Scope* sc, Expression e, bool gag) in checkThrowEscape() function
H A Dstatementsem.d3800 checkThrowEscape(sc, exp, false); in package()