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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 215 finally_, member in class:TOK
tokens.d 206 finally_,
506 TOK.finally_,
712 TOK.finally_: "finally",
ob.d 144 finally_,
156 obtype == ObType.finally_ ? "finally" :
740 * 5 finally_ [6]
759 b5.obtype = ObType.finally_;
942 assert(bf.obtype == ObType.finally_);
983 /* Remove all the try_, finally_, lpad and ret nodes.
994 ob.succs.remove(1); // remove finally_
997 case ObType.finally_:
parse.d 5254 if (token.value != TOK.else_ && token.value != TOK.catch_ && token.value != TOK.finally_ && lookingForElse.linnum != 0)
6400 if (token.value == TOK.finally_)

Completed in 27 milliseconds