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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 214 catch_, member in class:TOK
tokens.d 205 catch_,
505 TOK.catch_,
711 TOK.catch_: "catch",
parse.d 5254 if (token.value != TOK.else_ && token.value != TOK.catch_ && token.value != TOK.finally_ && lookingForElse.linnum != 0)
6370 while (token.value == TOK.catch_)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-gimplify.cc 325 gimple_seq catch_ = NULL; local
330 gimple_seq_add_stmt_without_update (&catch_, mnt);
331 mnt = gimple_build_try (try_, catch_, GIMPLE_TRY_CATCH);
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-gimplify.cc 362 gimple_seq catch_ = NULL; local
367 gimple_seq_add_stmt_without_update (&catch_, mnt);
368 mnt = gimple_build_try (try_, catch_, GIMPLE_TRY_CATCH);

Completed in 24 milliseconds