Searched refs:BCS_TRY_BLOCK (Results 1 – 5 of 5) sorted by relevance
1145 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()
4294 BCS_TRY_BLOCK = 2, enumerator
8636 ? BCS_TRY_BLOCK : 0); in tsubst_expr()
6493 compound_stmt = begin_compound_stmt (in_try ? BCS_TRY_BLOCK : 0); in cp_parser_compound_statement()
4800 (BCS_NO_SCOPE, BCS_TRY_BLOCK, BCS_FN_BODY): New.