Searched defs:isGotoExp (Results 1 – 2 of 2) sorted by relevance
111 static bool isGotoExp(Expression *e) { return e && e->op == TOKgoto; } in isGotoExp() function
212 extern (D) static bool isGotoExp(const Expression e) in isGotoExp() function