Searched refs:checkReturnEscapeRef (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | escape.c | 498 bool checkReturnEscapeRef(Scope *sc, Expression *e, bool gag) in checkReturnEscapeRef() function
|
| H A D | func.c | 35 bool checkReturnEscapeRef(Scope *sc, Expression *e, bool gag); 1978 checkReturnEscapeRef(sc2, exp, false); in semantic3()
|
| H A D | statementsem.c | 33 bool checkReturnEscapeRef(Scope *sc, Expression *e, bool gag); 2851 if (checkReturnEscapeRef(sc, rs->exp, true)) in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | semantic3.d | 920 checkReturnEscapeRef(sc2, exp, false); in visit()
|
| H A D | escape.d | 1168 bool checkReturnEscapeRef(Scope* sc, Expression e, bool gag) in checkReturnEscapeRef() function
|
| H A D | statementsem.d | 2999 if (checkReturnEscapeRef(sc, rs.exp, true)) in package() 3000 turnOffRef(() { checkReturnEscapeRef(sc, rs.exp, false); }); in package()
|