Home
last modified time | relevance | path

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

123

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Doptimize.cc110 stmts = DECL_SAVED_TREE (fn); in clone_body()
126 append_to_statement_list_force (stmts, &DECL_SAVED_TREE (clone)); in clone_body()
367 if (DECL_SAVED_TREE (clone) || TREE_ASM_WRITTEN (clone)) in maybe_thunk_body()
446 DECL_SAVED_TREE (clone) = push_stmt_list (); in maybe_thunk_body()
698 DECL_SAVED_TREE (clone) = NULL_TREE; in maybe_clone_body()
Dcoroutines.cc2438 DECL_SAVED_TREE (actor) = pop_stmt_list (actor_outer); in build_actor_fn()
2439 verify_stmt_tree (DECL_SAVED_TREE (actor)); in build_actor_fn()
2485 DECL_SAVED_TREE (destroy) = pop_stmt_list (destr_outer); in build_destroy_fn()
4386 pop_stmt_list (DECL_SAVED_TREE (orig)); in morph_fn_to_coro()
4387 DECL_SAVED_TREE (orig) = push_stmt_list (); in morph_fn_to_coro()
4393 tree fnbody = pop_stmt_list (DECL_SAVED_TREE (orig)); in morph_fn_to_coro()
4407 DECL_SAVED_TREE (orig) = push_stmt_list (); in morph_fn_to_coro()
4408 append_to_statement_list (fnbody, &DECL_SAVED_TREE (orig)); in morph_fn_to_coro()
4424 DECL_SAVED_TREE (orig) = newbody; in morph_fn_to_coro()
4987 DECL_SAVED_TREE (orig) = newbody; in morph_fn_to_coro()
[all …]
Dcxx-pretty-print.cc1765 if (DECL_SAVED_TREE (t)) in pp_cxx_function_definition()
1766 pp->statement (DECL_SAVED_TREE (t)); in pp_cxx_function_definition()
2358 if (TREE_CODE (t) == FUNCTION_DECL && DECL_SAVED_TREE (t)) in pp_cxx_template_declaration()
2446 if (DECL_SAVED_TREE (t)) in declaration()
Dcp-gimplify.cc1136 cp_walk_tree (&DECL_SAVED_TREE (fndecl), cp_fold_r, &data, NULL); in cp_fold_function()
1845 tree t = DECL_SAVED_TREE (fndecl); in cp_maybe_instrument_return()
1883 tree *p = &DECL_SAVED_TREE (fndecl); in cp_maybe_instrument_return()
1958 cp_genericize_tree (&DECL_SAVED_TREE (fndecl), true); in cp_genericize()
Dconstexpr.cc910 tree massaged = massage_constexpr_body (fun, DECL_SAVED_TREE (fun)); in maybe_save_constexpr_fundef()
933 massaged = DECL_SAVED_TREE (fun); in maybe_save_constexpr_fundef()
1043 body = DECL_SAVED_TREE (fun); in explain_invalid_constexpr_fn()
1293 tree saved_body = DECL_SAVED_TREE (fundef->decl); in get_fundef_copy()
1297 DECL_SAVED_TREE (fundef->decl) = fundef->body; in get_fundef_copy()
1306 DECL_SAVED_TREE (fundef->decl) = saved_body; in get_fundef_copy()
2792 else if (!DECL_SAVED_TREE (fun)) in cxx_eval_call_expression()
Ddecl.cc2527 DECL_SAVED_TREE (newdecl) = DECL_SAVED_TREE (olddecl); in duplicate_decls()
17267 DECL_SAVED_TREE (decl1) = push_stmt_list (); in start_preparsed_function()
17777 tree stmts = expr_first (DECL_SAVED_TREE (fndecl)); in add_return_star_this_fixit()
17890 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl)); in finish_function()
17916 DECL_SAVED_TREE (fndecl) = alloc_stmt_list (); in finish_function()
17969 DECL_SAVED_TREE (fndecl) = NULL_TREE; in finish_function()
18033 && potential_constant_expression (DECL_SAVED_TREE (fndecl))); in finish_function()
18066 finalize_nrv (&DECL_SAVED_TREE (fndecl), r, DECL_RESULT (fndecl)); in finish_function()
Dconstraint.cc485 tree body = DECL_SAVED_TREE (fn); in get_returned_expression()
3433 tree body = DECL_SAVED_TREE (fn); in check_function_concept()
DChangeLog-19991002 function. Clear DECL_SAVED_TREE after generating RTL for a
1310 * pt.c (instantiate_decl): Use DECL_SAVED_TREE, not DECL_INITIAL,
2044 (DECL_SAVED_TREE): Add to documentation.
3383 * decl.c (duplicate_decls): Only copy DECL_SAVED_TREE if
3427 DECL_SAVED_TREE.
3514 (DECL_SAVED_TREE): Adjust accordingly.
3666 (DECL_SAVED_TREE): Adjust definition.
4679 (DECL_SAVED_TREE): Document.
Dsearch.cc1799 tree saved_tree = DECL_SAVED_TREE (fn); in field_accessor_p()
Dpt.cc1713 && DECL_SAVED_TREE (DECL_TEMPLATE_RESULT (tmpl)) == NULL_TREE) in register_specialization()
4076 cp_walk_tree (&DECL_SAVED_TREE (fn), &find_parameter_packs_r, ppd, in find_parameter_packs_r()
10874 WALK_SUBTREE (DECL_SAVED_TREE (fn)); in any_template_parm_r()
11309 DECL_SAVED_TREE (DECL_TEMPLATE_RESULT (new_friend)) in tsubst_friend_function()
11310 = DECL_SAVED_TREE (DECL_TEMPLATE_RESULT (decl)); in tsubst_friend_function()
13080 cp_walk_tree (&DECL_SAVED_TREE (fn), &extract_locals_r, &data, in extract_locals_r()
14343 DECL_SAVED_TREE (r) = NULL_TREE; in tsubst_function_decl()
19974 tree saved = DECL_SAVED_TREE (oldfn); in tsubst_lambda_expr()
26588 tsubst_omp_udr (DECL_SAVED_TREE (code_pattern), args, in instantiate_body()
26592 tsubst_expr (DECL_SAVED_TREE (code_pattern), args, in instantiate_body()
[all …]
DChangeLog-20081085 * optimize.c (maybe_clone_body): Clear DECL_SAVED_TREE for the clone.
1114 DECL_SAVED_TREE.
1186 DECL_SAVED_TREE.
Dsemantics.cc4749 gcc_assert (DECL_SAVED_TREE (fn)); in expand_or_defer_fn_1()
4794 DECL_SAVED_TREE (fn) = NULL_TREE; in expand_or_defer_fn_1()
6142 tree body = DECL_SAVED_TREE (udr); in cp_check_omp_declare_reduction()
6340 tree body = DECL_SAVED_TREE (id); in finish_omp_reduction_clause()
Dmodule.cc10044 if (is_defn && !DECL_SAVED_TREE (existing)) in fn_parms_fini()
11239 if (!DECL_SAVED_TREE (decl)) in has_definition()
11367 tree_node (DECL_SAVED_TREE (decl)); in write_function_def()
11428 tree maybe_dup = odr_duplicate (maybe_template, DECL_SAVED_TREE (decl)); in read_function_def()
11429 bool installing = maybe_dup && !DECL_SAVED_TREE (decl); in read_function_def()
11473 DECL_SAVED_TREE (decl) = saved; in read_function_def()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-dump.cc538 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()
Domp-offload.cc264 if (!DECL_EXTERNAL (decl) && DECL_SAVED_TREE (decl)) in omp_discover_declare_target_tgt_fn_r()
350 if (DECL_SAVED_TREE (node->decl)) in omp_discover_implicit_declare_target()
378 walk_tree_without_duplicates (&DECL_SAVED_TREE (decl), in omp_discover_implicit_declare_target()
382 walk_tree_without_duplicates (&DECL_SAVED_TREE (decl), in omp_discover_implicit_declare_target()
Dfunction-tests.cc254 DECL_SAVED_TREE(fndecl) = bind_expr; in build_trivial_generic_function()
Dipa-free-lang-data.cc613 DECL_SAVED_TREE (decl) = NULL_TREE; in free_lang_data_in_decl()
Dipa.cc884 DECL_SAVED_TREE (decl) = body; in cgraph_build_static_cdtor_1()
DChangeLog.tuples2975 of DECL_SAVED_TREE with gimple_body.
5394 instead of DECL_SAVED_TREE.
5401 changes to calls to DECL_SAVED_TREE.
5414 deprecation comment for DECL_SAVED_TREE call.
5416 instead of DECL_SAVED_TREE.
5418 (clone_body): Add deprecation comment for DECL_SAVED_TREE
5421 gimple_body instead of DECL_SAVED_TREE.
7164 DECL_SAVED_TREE.
7544 DECL_SAVED_TREE.
7548 DECL_SAVED_TREE.
[all …]
Dcgraphunit.cc1721 DECL_SAVED_TREE (decl) = error_mark_node; in init_lowered_empty_function()
Dlto-streamer-in.cc1401 DECL_SAVED_TREE (fn_decl) = NULL_TREE; in input_function()
Dpasses.cc277 && !DECL_SAVED_TREE (decl) in rest_of_decl_compilation()
Dstor-layout.cc257 DECL_SAVED_TREE (fndecl) = build1 (RETURN_EXPR, void_type_node, t); in self_referential_size()
Dtree-inline.cc3319 tree body = DECL_SAVED_TREE (fndecl); in copy_tree_body()
6516 if (fn && TREE_READONLY (fn) && DECL_SAVED_TREE (fn)) in maybe_inline_call_in_expr()
Dgimplify.cc967 copy_if_shared (&DECL_SAVED_TREE (fndecl), visited); in unshare_body()
1013 unmark_visited (&DECL_SAVED_TREE (fndecl)); in unvisit_body()
16363 gimplify_stmt (&DECL_SAVED_TREE (fndecl), &seq); in gimplify_body()
16408 DECL_SAVED_TREE (fndecl) = NULL_TREE; in gimplify_body()
16598 DECL_SAVED_TREE (fndecl) = NULL_TREE; in gimplify_function_tree()

123