HomeSort by: relevance | last modified time | path
    Searched refs:goto_ (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
blockexit.d 43 goto_ = 8,
48 any = (fallthru | throw_ | return_ | goto_ | halt),
253 if (r & (BE.break_ | BE.goto_))
346 result = BE.goto_;
351 result = BE.goto_;
369 //printf("BreakStatement::blockExit(%p) = x%x\n", s, s.ident ? BE.goto_ : BE.break_);
370 result = s.ident ? BE.goto_ : BE.break_;
375 result = s.ident ? BE.continue_ | BE.goto_ : BE.continue_;
494 result = BE.goto_;
508 result = BE.fallthru | BE.return_ | BE.goto_ | BE.halt
    [all...]
tokens.h 212 goto_, member in class:TOK
413 goto_, member in class:EXP
tokens.d 203 goto_,
403 goto_,
503 TOK.goto_,
609 enum_, extern_, float32, for_, goto_, if_, inline, int32, int64, register,
709 TOK.goto_: "goto",
ob.d 138 goto_, /// goto one of the succs[]
150 return obtype == ObType.goto_ ? "goto " :
390 curblock.obtype = ObType.goto_;
907 // Rewrite into a ObType.goto_ => ObType.return_
913 ob.obtype = ObType.goto_;
918 // Rewrite into a ObType.goto_ => ObType.retexp
924 ob.obtype = ObType.goto_;
928 case ObType.goto_:
992 ob.obtype = ObType.goto_;
998 ob.obtype = ObType.goto_;
    [all...]
ctfeexpr.d 190 case EXP.goto_:
214 return e && e.op == EXP.goto_;
cparse.d 570 case TOK.goto_:
expression.d 556 case EXP.goto_: return CTFEExp.gotoexp;
702 CTFEExp.gotoexp = new CTFEExp(EXP.goto_);
dinterpret.d 6430 case EXP.goto_: return CTFEExp.gotoexp;
parse.d 6289 case TOK.goto_:

Completed in 30 milliseconds