Searched refs:do_pushlevel (Results 1 – 8 of 8) sorted by relevance
469 do_pushlevel (scope_kind sk) in do_pushlevel() function720 scope = do_pushlevel (sk_cond); in begin_if_stmt()859 WHILE_BODY (r) = do_pushlevel (sk_block); in begin_while_stmt()1000 tree scope = do_pushlevel (sk_for); in begin_for_scope()1043 FOR_BODY (for_stmt) = do_pushlevel (sk_block); in finish_init_stmt()1196 RANGE_FOR_BODY (range_for_stmt) = do_pushlevel (sk_block); in finish_range_for_decl()1233 scope = do_pushlevel (sk_cond); in begin_switch_stmt()1402 HANDLER_BODY (r) = do_pushlevel (sk_catch); in begin_handler()1496 r = do_pushlevel (sk); in begin_compound_stmt()8415 return do_pushlevel (sk_omp); in begin_omp_structured_block()
673 do_pushlevel (scope_kind sk) in do_pushlevel() function928 scope = do_pushlevel (sk_cond); in begin_if_stmt()1119 WHILE_BODY (r) = do_pushlevel (sk_block); in begin_while_stmt()1266 tree scope = do_pushlevel (sk_for); in begin_for_scope()1309 FOR_BODY (for_stmt) = do_pushlevel (sk_block); in finish_init_stmt()1467 RANGE_FOR_BODY (range_for_stmt) = do_pushlevel (sk_block); in finish_range_for_decl()1504 scope = do_pushlevel (sk_cond); in begin_switch_stmt()1673 HANDLER_BODY (r) = do_pushlevel (sk_catch); in begin_handler()1767 r = do_pushlevel (sk); in begin_compound_stmt()9342 return do_pushlevel (sk_omp); in begin_omp_structured_block()
436 (do_pushlevel): Simplify, now that we are always1059 (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. Build3146 (do_pushlevel): Remove.[all …]
63 (do_pushlevel): Change prototype.75 (do_pushlevel): Take a scope kind as an argument.567 * semantics.c (do_pushlevel): Call pushlevel after adding the
3465 * pt.c (do_pushlevel): Emit line note.3468 * parse.y: Use do_pushlevel and do_poplevel.
1247 * semantics.c (do_pushlevel): Likewise.
4820 * semantics.c (do_poplevel, do_pushlevel): Use statement lists.
2833 (do_pushlevel): Likewise.