Home
last modified time | relevance | path

Searched refs:TOKgoto (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h142 TOKsynchronized, TOKreturn, TOKgoto, TOKtry, TOKcatch, TOKfinally, enumerator
H A Dctfe.h111 static bool isGotoExp(Expression *e) { return e && e->op == TOKgoto; } in isGotoExp()
H A Dtokens.c270 { "goto", TOKgoto },
H A Dctfeexpr.c168 case TOKgoto: return "<goto>"; in toChars()
182 if (e->op == TOKgoto) return CTFEExp::gotoexp; in copy()
H A Dparse.c5610 case TOKgoto: in parseStatement()
H A Dexpression.c2018 CTFEExp::gotoexp = new CTFEExp(TOKgoto); in _init()