Home
last modified time | relevance | path

Searched refs:catch_ (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.d205 catch_, enumerator
505 TOK.catch_,
711 TOK.catch_: "catch",
H A Dtokens.h214 catch_, enumerator
H A Dparse.d5254 …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 Dcp-gimplify.cc325 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 Dcp-gimplify.c582 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()