Home
last modified time | relevance | path

Searched refs:do_pushlevel (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c143 do_pushlevel () in do_pushlevel() function
243 do_pushlevel (); in begin_if_stmt()
307 do_pushlevel (); in begin_while_stmt()
429 do_pushlevel (); in begin_for_stmt()
446 do_pushlevel ();
533 do_pushlevel (); in begin_switch_stmt()
765 do_pushlevel (); in begin_handler()
834 do_pushlevel ();
H A DChangeLog.2436 (do_pushlevel): Simplify, now that we are always
1059 (do_pushlevel): Likewise.
1114 (do_pushlevel): Use it.
1943 (do_pushlevel): Declare.
1980 (start_anon_func): Use do_pushlevel.
1991 (base_init): Use do_pushlevel.
3146 (do_pushlevel): Remove.
3194 * semantics.c (do_pushlevel): Move to here.
3421 * pt.c (do_pushlevel): Move to semantics.c.
3469 (do_pushlevel): Moved here from pt.c.
[all …]
H A Dcp-tree.h4281 extern void do_pushlevel PARAMS ((void));
H A DChangeLog12705 (do_pushlevel): Likewise.
/openbsd/gnu/gcc/gcc/cp/
H A Dsemantics.c469 do_pushlevel (scope_kind sk) in do_pushlevel() function
636 scope = do_pushlevel (sk_block); in begin_if_stmt()
702 WHILE_BODY (r) = do_pushlevel (sk_block); in begin_while_stmt()
804 TREE_CHAIN (r) = do_pushlevel (sk_for); in begin_for_stmt()
821 FOR_BODY (for_stmt) = do_pushlevel (sk_block); in finish_for_init_stmt()
908 scope = do_pushlevel (sk_block); in begin_switch_stmt()
1080 HANDLER_BODY (r) = do_pushlevel (sk_catch); in begin_handler()
1145 r = do_pushlevel (flags & BCS_TRY_BLOCK ? sk_try : sk_block); in begin_compound_stmt()
3735 return do_pushlevel (sk_omp); in begin_omp_structured_block()
H A DChangeLog-1999436 (do_pushlevel): Simplify, now that we are always
1059 (do_pushlevel): Likewise.
1114 (do_pushlevel): Use it.
1943 (do_pushlevel): Declare.
1980 (start_anon_func): Use do_pushlevel.
1991 (base_init): Use do_pushlevel.
1999 * semantics.c (do_pushlevel): Give it external linkage. Build
3146 (do_pushlevel): Remove.
3194 * semantics.c (do_pushlevel): Move to here.
3421 * pt.c (do_pushlevel): Move to semantics.c.
[all …]
H A DChangeLog-200263 (do_pushlevel): Change prototype.
75 (do_pushlevel): Take a scope kind as an argument.
567 * semantics.c (do_pushlevel): Call pushlevel after adding the
H A DChangeLog-19963465 * pt.c (do_pushlevel): Emit line note.
3468 * parse.y: Use do_pushlevel and do_poplevel.
H A DChangeLog-20031247 * semantics.c (do_pushlevel): Likewise.
H A DChangeLog-20044820 * semantics.c (do_poplevel, do_pushlevel): Use statement lists.
H A DChangeLog-20002833 (do_pushlevel): Likewise.