Home
last modified time | relevance | path

Searched refs:pop_stmt_list (Results 1 – 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
Dsemantics.c455 stmt_list = pop_stmt_list (stmt_list); in do_poplevel()
509 tree cond = pop_stmt_list (*cond_p); in finish_cond()
670 THEN_CLAUSE (if_stmt) = pop_stmt_list (THEN_CLAUSE (if_stmt)); in finish_then_clause()
688 ELSE_CLAUSE (if_stmt) = pop_stmt_list (ELSE_CLAUSE (if_stmt)); in finish_else_clause()
762 DO_BODY (do_stmt) = pop_stmt_list (DO_BODY (do_stmt)); in finish_do_body()
843 FOR_INIT_STMT (for_stmt) = pop_stmt_list (FOR_INIT_STMT (for_stmt)); in finish_for_init_stmt()
994 pop_stmt_list (SWITCH_STMT_BODY (switch_stmt)); in finish_switch_stmt()
1036 TRY_STMTS (try_block) = pop_stmt_list (TRY_STMTS (try_block)); in finish_try_block()
1046 TRY_STMTS (try_block) = pop_stmt_list (TRY_STMTS (try_block)); in finish_cleanup_try_block()
1076 TRY_HANDLERS (try_block) = pop_stmt_list (TRY_HANDLERS (try_block)); in finish_handler_sequence()
[all …]
Dexcept.c511 EH_SPEC_STMTS (eh_spec_block) = pop_stmt_list (EH_SPEC_STMTS (eh_spec_block)); in finish_eh_spec_block()
Dtypeck2.c556 code = pop_stmt_list (code); in split_nonconstant_init()
Dparser.c18607 objc_begin_try_stmt (location, pop_stmt_list (stmt)); in cp_parser_objc_try_catch_finally_statement()
18632 objc_build_finally_clause (location, pop_stmt_list (stmt)); in cp_parser_objc_try_catch_finally_statement()
18663 return objc_build_synchronized (location, lock, pop_stmt_list (stmt)); in cp_parser_objc_synchronized_statement()
20361 initialization_stmt = pop_stmt_list (initialization_stmt); in declare_block_prologue_local_vars()
21263 pre_body = pop_stmt_list (pre_body); in cp_parser_omp_for_loop()
21287 body = pop_stmt_list (body); in cp_parser_omp_for_loop()
21422 substmt = pop_stmt_list (stmt); in cp_parser_omp_sections_scope()
Dpt.c8803 pre_body = pop_stmt_list (pre_body); in tsubst_expr()
8807 body = pop_stmt_list (body); in tsubst_expr()
8823 stmt = pop_stmt_list (stmt); in tsubst_expr()
8837 stmt = pop_stmt_list (stmt); in tsubst_expr()
Ddecl.c762 stmt = pop_stmt_list (current_binding_level->statement_list); in poplevel()
11874 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl)); in finish_function()
DChangeLog-20044801 * decl.c (poplevel): Use pop_stmt_list for minding cleanups.
/freebsd-10-stable/contrib/gcc/
Dc-semantics.c65 pop_stmt_list (tree t) in pop_stmt_list() function
Dc-common.h303 extern tree pop_stmt_list (tree);
Dc-parser.c7845 return pop_stmt_list (stmt); in c_parser_omp_structured_block()
8074 body = pop_stmt_list (body); in c_parser_omp_for_loop()
8189 substmt = pop_stmt_list (substmt); in c_parser_omp_sections_scope()
8223 substmt = pop_stmt_list (stmt); in c_parser_omp_sections_scope()
Dc-common.c843 stmts = pop_stmt_list (stmts); in fname_decl()
Dc-decl.c7340 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl)); in finish_function()
Dc-typeck.c8180 stmt = pop_stmt_list (stmt); in c_end_compound_stmt()
DChangeLog-200429669 (push_stmt_list, re_push_stmt_list, pop_stmt_list): New.