Home | History | Annotate | Download | only in dmd

Lines Matching refs:goto_

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_;
1002 ob.obtype = ObType.goto_;