Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dsemantics.c1145 r = do_pushlevel (flags & BCS_TRY_BLOCK ? sk_try : sk_block); in begin_compound_stmt()
1156 BIND_EXPR_TRY_BLOCK (r) = (flags & BCS_TRY_BLOCK) != 0; in begin_compound_stmt()
Dcp-tree.h4294 BCS_TRY_BLOCK = 2, enumerator
Dpt.c8636 ? BCS_TRY_BLOCK : 0); in tsubst_expr()
Dparser.c6493 compound_stmt = begin_compound_stmt (in_try ? BCS_TRY_BLOCK : 0); in cp_parser_compound_statement()
DChangeLog-20044800 (BCS_NO_SCOPE, BCS_TRY_BLOCK, BCS_FN_BODY): New.