Searched refs:gotoexp (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfe.h108 static CTFEExp *gotoexp; member in class:CTFEExp
H A Dctfeexpr.c152 CTFEExp *CTFEExp::gotoexp; member in class:CTFEExp
182 if (e->op == TOKgoto) return CTFEExp::gotoexp;
H A Ddinterpret.c1550 result = CTFEExp::gotoexp;
1564 result = CTFEExp::gotoexp;
1578 result = CTFEExp::gotoexp;
H A Dexpression.c2018 CTFEExp::gotoexp = new CTFEExp(TOKgoto); member in class:CTFEExp
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d1388 result = CTFEExp.gotoexp;
1407 result = CTFEExp.gotoexp;
1426 result = CTFEExp.gotoexp;
6430 case EXP.goto_: return CTFEExp.gotoexp;
H A Dexpression.d556 case EXP.goto_: return CTFEExp.gotoexp;
702 CTFEExp.gotoexp = new CTFEExp(EXP.goto_);
718 CTFEExp.gotoexp = CTFEExp.gotoexp.init;
H A Dctfeexpr.d201 extern (D) __gshared CTFEExp gotoexp;

Completed in 309 milliseconds