Searched refs:begin_compound_stmt (Results 1 - 18 of 18) sorted by relevance

/openbsd-current/gnu/gcc/gcc/objcp/
H A Dobjcp-decl.c105 return begin_compound_stmt (0);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dmethod.c641 compound_stmt = begin_compound_stmt (0);
798 compound_stmt = begin_compound_stmt (BCS_FN_BODY);
H A Ddecl2.c2347 body = begin_compound_stmt (BCS_FN_BODY);
2504 body = begin_compound_stmt (BCS_FN_BODY);
H A Dsemantics.c1001 *compound_stmt = begin_compound_stmt (0);
1129 begin_compound_stmt (unsigned int flags) function
H A Ddecl.c5692 compound_stmt = begin_compound_stmt (BCS_FN_BODY);
5789 then_clause = begin_compound_stmt (BCS_NO_SCOPE);
5820 inner_then_clause = begin_compound_stmt (BCS_NO_SCOPE);
11046 compound_stmt = begin_compound_stmt (0);
11133 stmt = begin_compound_stmt (BCS_FN_BODY);
H A Dinit.c74 *compound_stmt_p = begin_compound_stmt (BCS_NO_SCOPE);
H A Dcp-tree.h4306 extern tree begin_compound_stmt (unsigned int);
H A Dparser.c6495 compound_stmt = begin_compound_stmt (in_try ? BCS_TRY_BLOCK : 0);
7056 statement = begin_compound_stmt (0);
H A Dpt.c8636 stmt = begin_compound_stmt (BIND_EXPR_TRY_BLOCK (t)
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dmethod.c651 compound_stmt = begin_compound_stmt (/*has_no_scope=*/0);
806 compound_stmt = begin_compound_stmt (/*has_no_scope=*/0);
H A Dinit.c78 *compound_stmt_p = begin_compound_stmt (/*has_no_scope=*/1);
886 compound_stmt = begin_compound_stmt (/*has_no_scope=*/1);
2831 try_body = begin_compound_stmt (/*has_no_scope=*/1);
2911 do_body = begin_compound_stmt (/*has_no_scope=*/1);
H A Dsemantics.c815 begin_compound_stmt (has_no_scope) function
H A Dparse.y806 { $<ttype>$ = begin_compound_stmt (/*has_no_scope=*/1); }
3400 { $<ttype>$ = begin_compound_stmt (0); }
3425 { $<ttype>$ = begin_compound_stmt (0); }
H A Ddecl2.c2192 body = begin_compound_stmt (/*has_no_scope=*/0);
2360 body = begin_compound_stmt (/*has_no_scope=*/0);
H A Ddecl.c9351 compound_stmt = begin_compound_stmt (/*has_no_scope=*/0);
9439 then_clause = begin_compound_stmt (/*has_no_scope=*/0);
14860 compound_stmt = begin_compound_stmt (/*has_no_scope=*/0);
14934 stmt = begin_compound_stmt (0);
H A Dcp-tree.h4245 extern tree begin_compound_stmt PARAMS ((int));
H A Dpt.c7809 stmt = begin_compound_stmt (COMPOUND_STMT_NO_SCOPE (t));
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c4468 compound_stmt = begin_compound_stmt (0);

Completed in 872 milliseconds