Home
last modified time | relevance | path

Searched defs:isGotoExp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfe.h111 static bool isGotoExp(Expression *e) { return e && e->op == TOKgoto; } in isGotoExp() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dctfeexpr.d212 extern (D) static bool isGotoExp(const Expression e) in isGotoExp() function