Searched refs:catch_ (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | tokens.d | 205 catch_, enumerator 505 TOK.catch_, 711 TOK.catch_: "catch",
|
| H A D | tokens.h | 214 catch_, enumerator
|
| H A D | parse.d | 5254 …if (token.value != TOK.else_ && token.value != TOK.catch_ && token.value != TOK.finally_ && lookin… in checkDanglingElse() 6370 while (token.value == TOK.catch_)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cp-gimplify.cc | 325 gimple_seq catch_ = NULL; in gimplify_must_not_throw_expr() local 330 gimple_seq_add_stmt_without_update (&catch_, mnt); in gimplify_must_not_throw_expr() 331 mnt = gimple_build_try (try_, catch_, GIMPLE_TRY_CATCH); in gimplify_must_not_throw_expr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-gimplify.c | 582 gimple_seq catch_ = NULL; in gimplify_must_not_throw_expr() local 587 gimple_seq_add_stmt_without_update (&catch_, mnt); in gimplify_must_not_throw_expr() 588 mnt = gimple_build_try (try_, catch_, GIMPLE_TRY_CATCH); in gimplify_must_not_throw_expr()
|