Home
last modified time | relevance | path

Searched refs:DECL_SAVED_TREE (Results 1 – 25 of 59) sorted by relevance

123

/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-gimplify.c123 walk_tree (&DECL_SAVED_TREE (fndecl), ubsan_walk_array_refs_r, &pset, in c_genericize()
128 walk_tree_without_duplicates (&DECL_SAVED_TREE (fndecl), in c_genericize()
144 dump_node (DECL_SAVED_TREE (fndecl), in c_genericize()
147 print_c_tree (dump_orig, DECL_SAVED_TREE (fndecl)); in c_genericize()
HDc-pretty-print.c846 pp->statement (DECL_SAVED_TREE (t)); in pp_c_function_definition()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-gimplify.c91 dump_node (DECL_SAVED_TREE (fndecl), in c_genericize()
94 print_c_tree (dump_orig, DECL_SAVED_TREE (fndecl)); in c_genericize()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDoptimize.c111 stmts = DECL_SAVED_TREE (fn); in clone_body()
127 append_to_statement_list_force (stmts, &DECL_SAVED_TREE (clone)); in clone_body()
362 if (DECL_SAVED_TREE (clone) || TREE_ASM_WRITTEN (clone)) in maybe_thunk_body()
441 DECL_SAVED_TREE (clone) = push_stmt_list (); in maybe_thunk_body()
694 DECL_SAVED_TREE (clone) = NULL_TREE; in maybe_clone_body()
HDcxx-pretty-print.c1688 if (DECL_SAVED_TREE (t)) in pp_cxx_function_definition()
1689 pp->statement (DECL_SAVED_TREE (t)); in pp_cxx_function_definition()
2273 if (TREE_CODE (t) == FUNCTION_DECL && DECL_SAVED_TREE (t)) in pp_cxx_template_declaration()
2348 if (DECL_SAVED_TREE (t)) in declaration()
HDcp-gimplify.c1038 cp_walk_tree (&DECL_SAVED_TREE (fndecl), cp_fold_r, &pset, NULL); in cp_fold_function()
1611 tree t = DECL_SAVED_TREE (fndecl); in cp_maybe_instrument_return()
1649 tree *p = &DECL_SAVED_TREE (fndecl); in cp_maybe_instrument_return()
1727 cp_genericize_tree (&DECL_SAVED_TREE (fndecl), true); in cp_genericize()
HDconstraint.cc484 tree body = DECL_SAVED_TREE (fn); in get_returned_expression()
2491 tree body = DECL_SAVED_TREE (fn); in check_function_concept()
HDdecl.c2277 DECL_SAVED_TREE (newdecl) = DECL_SAVED_TREE (olddecl); in duplicate_decls()
15188 DECL_SAVED_TREE (decl1) = push_stmt_list (); in start_preparsed_function()
15721 register_constexpr_fundef (fun, DECL_SAVED_TREE (fun)); in maybe_save_function_definition()
15776 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl)); in finish_function()
15801 DECL_SAVED_TREE (fndecl) = alloc_stmt_list (); in finish_function()
15848 && potential_constant_expression (DECL_SAVED_TREE (fndecl))); in finish_function()
15879 finalize_nrv (&DECL_SAVED_TREE (fndecl), r, DECL_RESULT (fndecl)); in finish_function()
HDconstexpr.c931 body = massage_constexpr_body (fun, DECL_SAVED_TREE (fun)); in explain_invalid_constexpr_fn()
1106 copy = build_tree_list (DECL_SAVED_TREE (fun), DECL_ARGUMENTS (fun)); in get_fundef_copy()
1657 else if (!DECL_SAVED_TREE (fun)) in cxx_eval_call_expression()
HDsearch.c1763 tree saved_tree = DECL_SAVED_TREE (fn); in field_accessor_p()
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-browser.c413 && DECL_SAVED_TREE (head))
414 TB_SET_HEAD (DECL_SAVED_TREE (head));
782 if (DECL_SAVED_TREE (node)) in TB_update_up()
783 walk_tree (&DECL_SAVED_TREE (node), store_child_info, NULL, NULL); in TB_update_up()
HDtree-dump.c551 if (DECL_SAVED_TREE (t) && !dump_flag (di, TDF_SLIM, t)) in dequeue_and_dump()
552 dump_child ("body", DECL_SAVED_TREE (t)); in dequeue_and_dump()
HDc-decl.c1213 DECL_SAVED_TREE (extp) = NULL_TREE; in pop_scope()
2413 DECL_SAVED_TREE (newdecl) = DECL_SAVED_TREE (olddecl); in merge_decls()
2419 if (DECL_SAVED_TREE (olddecl)) in merge_decls()
8299 DECL_SAVED_TREE (fndecl) = push_stmt_list (); in store_parm_decls()
8361 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl)); in finish_function()
8608 && DECL_SAVED_TREE (current_function_decl) == NULL_TREE) in c_pop_function_context()
HDlto-streamer-in.c868 DECL_SAVED_TREE (fn_decl) = NULL_TREE; in input_function()
HDipa.c1172 DECL_SAVED_TREE (decl) = body; in cgraph_build_static_cdtor_1()
HDgimplify.c987 copy_if_shared (&DECL_SAVED_TREE (fndecl), visited); in unshare_body()
1033 unmark_visited (&DECL_SAVED_TREE (fndecl)); in unvisit_body()
8024 gimplify_stmt (&DECL_SAVED_TREE (fndecl), &seq); in gimplify_body()
8040 DECL_SAVED_TREE (fndecl) = NULL_TREE; in gimplify_body()
8231 DECL_SAVED_TREE (fndecl) = NULL_TREE; in gimplify_function_tree()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDoptimize.c100 stmts = DECL_SAVED_TREE (fn); in clone_body()
116 append_to_statement_list_force (stmts, &DECL_SAVED_TREE (clone)); in clone_body()
HDcxx-pretty-print.c1625 if (DECL_SAVED_TREE (t)) in pp_cxx_function_definition()
1626 pp_cxx_statement (pp, DECL_SAVED_TREE (t)); in pp_cxx_function_definition()
2173 if (TREE_CODE (t) == FUNCTION_DECL && DECL_SAVED_TREE (t)) in pp_cxx_template_declaration()
2248 if (DECL_SAVED_TREE (t)) in pp_cxx_declaration()
HDdecl.c1902 DECL_SAVED_TREE (newdecl) = DECL_SAVED_TREE (olddecl); in duplicate_decls()
12893 DECL_SAVED_TREE (decl1) = push_stmt_list (); in start_preparsed_function()
13397 register_constexpr_fundef (fun, DECL_SAVED_TREE (fun)); in maybe_save_function_definition()
13464 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl)); in finish_function()
13489 DECL_SAVED_TREE (fndecl) = alloc_stmt_list (); in finish_function()
13526 finalize_nrv (&DECL_SAVED_TREE (fndecl), r, DECL_RESULT (fndecl)); in finish_function()
HDcp-gimplify.c1169 cp_walk_tree (&DECL_SAVED_TREE (fndecl), cp_genericize_r, &wtd, NULL); in cp_genericize()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-dump.c538 if (DECL_SAVED_TREE (t) && !dump_flag (di, TDF_SLIM, t)) in dequeue_and_dump()
539 dump_child ("body", DECL_SAVED_TREE (t)); in dequeue_and_dump()
HDfunction-tests.c253 DECL_SAVED_TREE(fndecl) = bind_expr; in build_trivial_generic_function()
HDipa.c895 DECL_SAVED_TREE (decl) = body; in cgraph_build_static_cdtor_1()
HDlto-streamer-in.c1078 DECL_SAVED_TREE (fn_decl) = NULL_TREE; in input_function()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-decl.c1318 DECL_SAVED_TREE (extp) = NULL_TREE; in pop_scope()
2604 DECL_SAVED_TREE (newdecl) = DECL_SAVED_TREE (olddecl); in merge_decls()
2610 if (DECL_SAVED_TREE (olddecl)) in merge_decls()
9355 DECL_SAVED_TREE (fndecl) = push_stmt_list (); in store_parm_decls()
9470 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl)); in finish_function()
9725 && DECL_SAVED_TREE (current_function_decl) == NULL_TREE) in c_pop_function_context()

123