Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/cp/
Dsemantics.c469 do_pushlevel (scope_kind sk) in do_pushlevel() function
646 scope = do_pushlevel (sk_block); in begin_if_stmt()
716 WHILE_BODY (r) = do_pushlevel (sk_block); in begin_while_stmt()
828 TREE_CHAIN (r) = do_pushlevel (sk_for); in begin_for_stmt()
845 FOR_BODY (for_stmt) = do_pushlevel (sk_block); in finish_for_init_stmt()
932 scope = do_pushlevel (sk_block); in begin_switch_stmt()
1104 HANDLER_BODY (r) = do_pushlevel (sk_catch); in begin_handler()
1169 r = do_pushlevel (flags & BCS_TRY_BLOCK ? sk_try : sk_block); in begin_compound_stmt()
3766 return do_pushlevel (sk_omp); in begin_omp_structured_block()
DChangeLog-1999436 (do_pushlevel): Simplify, now that we are always
1059 (do_pushlevel): Likewise.
1114 (do_pushlevel): Use it.
1862 (begin_if_stmt): Call do_pushlevel before starting the statement.
1943 (do_pushlevel): Declare.
1962 (finish_function): Simplify. Use do_pushlevel and do_poplevel.
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.
[all …]
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
DChangeLog-19963465 * pt.c (do_pushlevel): Emit line note.
3468 * parse.y: Use do_pushlevel and do_poplevel.
DChangeLog-20044820 * semantics.c (do_poplevel, do_pushlevel): Use statement lists.
DChangeLog-20031247 * semantics.c (do_pushlevel): Likewise.
DChangeLog-20002833 (do_pushlevel): Likewise.