Home
last modified time | relevance | path

Searched refs:DECL_ABSTRACT_ORIGIN (Results 1 – 25 of 44) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Doptimize.cc44 DECL_ABSTRACT_ORIGIN (cloned_parm) = parm; in update_cloned_parm()
377 DECL_ABSTRACT_ORIGIN (clone_parm) = NULL_TREE; in maybe_thunk_body()
413 DECL_ABSTRACT_ORIGIN (clone_parm) = NULL; in maybe_thunk_body()
450 DECL_ABSTRACT_ORIGIN (clone) = NULL; in maybe_thunk_body()
639 DECL_ABSTRACT_ORIGIN (clone_parm) = parm; in maybe_clone_body()
Derror.cc1376 if (DECL_ABSTRACT_ORIGIN (t) in dump_decl()
1377 && DECL_ABSTRACT_ORIGIN (t) != t) in dump_decl()
1378 dump_decl (pp, DECL_ABSTRACT_ORIGIN (t), flags); in dump_decl()
DChangeLog-2001616 DECL_ABSTRACT_ORIGIN for the return variable.
2971 * class.c (build_clone): Set DECL_ABSTRACT_ORIGIN for the clone.
2972 * optimize.c (maybe_clone_body): Set DECL_ABSTRACT_ORIGIN for the
Dclass.cc1418 DECL_ABSTRACT_ORIGIN (copy) = decl; in handle_using_decl()
4993 DECL_ABSTRACT_ORIGIN (clone) = fn; in build_clone()
DChangeLog-20142917 DECL_LANG_SPECIFIC is NULL, but DECL_ABSTRACT_ORIGIN is not,
2918 recurse on DECL_ABSTRACT_ORIGIN instead of printing
Dpt.cc21710 spec = instantiate_template (DECL_ABSTRACT_ORIGIN (tmpl), in instantiate_template_1()
29264 if (tree org = DECL_ABSTRACT_ORIGIN (tmpl)) in template_guide_p()
29280 if (DECL_ABSTRACT_ORIGIN (fn)) in builtin_guide_p()
29619 DECL_ABSTRACT_ORIGIN (ded_tmpl) = fn_tmpl; in build_deduction_guide()
Dname-lookup.cc5684 lookup.value = DECL_ABSTRACT_ORIGIN (lookup.value); in lookup_using_decl()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-free-lang-data.cc619 if (DECL_ABSTRACT_ORIGIN (decl) in free_lang_data_in_decl()
620 && DECL_CONTEXT (DECL_ABSTRACT_ORIGIN (decl)) in free_lang_data_in_decl()
622 (DECL_CONTEXT (DECL_ABSTRACT_ORIGIN (decl)))) in free_lang_data_in_decl()
623 DECL_ABSTRACT_ORIGIN (decl) = NULL_TREE; in free_lang_data_in_decl()
730 fld_worklist_push (DECL_ABSTRACT_ORIGIN (t), fld); in find_decls_types_r()
Dtree-dump.cc344 if (DECL_ABSTRACT_ORIGIN (t)) in dequeue_and_dump()
345 dump_child ("orig", DECL_ABSTRACT_ORIGIN (t)); in dequeue_and_dump()
Dipa.cc379 && DECL_ABSTRACT_ORIGIN (node->decl)) in remove_unreachable_nodes()
382 = cgraph_node::get (DECL_ABSTRACT_ORIGIN (node->decl)); in remove_unreachable_nodes()
390 if (n->decl == DECL_ABSTRACT_ORIGIN (node->decl)) in remove_unreachable_nodes()
Dcgraphunit.cc1116 && ! DECL_ABSTRACT_ORIGIN (decl) in check_global_declaration()
1278 if (DECL_ABSTRACT_ORIGIN (decl)) in analyze_functions()
1281 = cgraph_node::get_create (DECL_ABSTRACT_ORIGIN (decl)); in analyze_functions()
Dipa-polymorphic-call.cc499 fn = DECL_ABSTRACT_ORIGIN (fn); in polymorphic_ctor_dtor_p()
587 if (!DECL_ABSTRACT_ORIGIN (function)) in decl_maybe_in_construction_p()
591 function = DECL_ABSTRACT_ORIGIN (function); in decl_maybe_in_construction_p()
Dauto-profile.cc491 return get_index_by_decl (DECL_ABSTRACT_ORIGIN (decl)); in get_index_by_decl()
558 return get_function_instance_by_decl (lineno, DECL_ABSTRACT_ORIGIN (decl)); in get_function_instance_by_decl()
Dtree-inline.cc205 && !(VAR_P (val) && DECL_ABSTRACT_ORIGIN (val))) in remap_ssa_name()
4811 && DECL_ABSTRACT_ORIGIN (fn) in expand_call_inline()
4812 && gimple_has_body_p (DECL_ABSTRACT_ORIGIN (fn))) in expand_call_inline()
4813 fn = DECL_ABSTRACT_ORIGIN (fn); in expand_call_inline()
5938 DECL_ABSTRACT_ORIGIN (copy) = DECL_ORIGIN (decl); in copy_decl_for_dup_finish()
6227 DECL_ABSTRACT_ORIGIN (new_decl) = DECL_ORIGIN (old_decl); in tree_function_versioning()
6474 && DECL_ABSTRACT_ORIGIN (var) != (**debug_args)[i]) in tree_function_versioning()
Dtree-streamer-out.cc640 tree ao = DECL_ABSTRACT_ORIGIN (expr); in write_ts_decl_common_tree_pointers()
Dtree-streamer-in.cc730 DECL_ABSTRACT_ORIGIN (expr) = stream_read_tree_ref (ib, data_in); in lto_input_ts_decl_common_tree_pointers()
Dtree.h2591 #define DECL_ABSTRACT_ORIGIN(NODE) \ macro
2597 (DECL_ABSTRACT_ORIGIN (NODE) ? DECL_ABSTRACT_ORIGIN (NODE) : (NODE))
2604 (DECL_ABSTRACT_ORIGIN (NODE) != NULL_TREE \
2605 && DECL_ABSTRACT_ORIGIN (NODE) != (NODE))
Dprint-tree.cc560 DECL_ABSTRACT_ORIGIN (node), indent + 4); in print_node()
Dcfgexpand.cc5490 if (DECL_ABSTRACT_ORIGIN (exp)) in expand_debug_source_expr()
5491 return expand_debug_source_expr (DECL_ABSTRACT_ORIGIN (exp)); in expand_debug_source_expr()
5503 && DECL_ABSTRACT_ORIGIN (current_function_decl)) in expand_debug_source_expr()
5507 == DECL_ABSTRACT_ORIGIN (current_function_decl)) in expand_debug_source_expr()
Domp-low.cc830 DECL_ABSTRACT_ORIGIN (field) = var; in install_var_field()
847 DECL_ABSTRACT_ORIGIN (sfield) = var; in install_var_field()
866 DECL_ABSTRACT_ORIGIN (sfield) = DECL_ABSTRACT_ORIGIN (t); in install_var_field()
869 (splay_tree_key) DECL_ABSTRACT_ORIGIN (t), in install_var_field()
1062 DECL_ABSTRACT_ORIGIN (t) = NULL; in delete_omp_context()
1068 DECL_ABSTRACT_ORIGIN (t) = NULL; in delete_omp_context()
8118 DECL_ABSTRACT_ORIGIN (f) = NULL; in lower_send_clauses()
8185 DECL_ABSTRACT_ORIGIN (TREE_OPERAND (ref, 1)) = NULL; in lower_send_clauses()
8211 ovar = DECL_ABSTRACT_ORIGIN (f); in lower_send_shared_vars()
Dlto-streamer-out.cc1012 gcc_assert (DECL_ABSTRACT_ORIGIN (expr) != error_mark_node); in DFS_write_tree_body()
1013 DFS_follow_tree_edge (DECL_ABSTRACT_ORIGIN (expr)); in DFS_write_tree_body()
Ddwarf2out.cc3312 || (DECL_ABSTRACT_ORIGIN (decl) != NULL_TREE \
4456 if (DECL_ABSTRACT_P (decl) && DECL_ABSTRACT_ORIGIN (decl) == decl) in decl_ultimate_origin()
4463 return DECL_ABSTRACT_ORIGIN (decl); in decl_ultimate_origin()
23220 if (DECL_ABSTRACT_ORIGIN (decl) == NULL_TREE) in set_decl_origin_self()
23222 DECL_ABSTRACT_ORIGIN (decl) = decl; in set_decl_origin_self()
23228 DECL_ABSTRACT_ORIGIN (arg) = arg; in set_decl_origin_self()
25757 if (DECL_ABSTRACT_ORIGIN (member)) in gen_member_die()
26826 if (DECL_P (thing) && DECL_ABSTRACT_ORIGIN (thing)) in declare_in_namespace()
26852 if (DECL_ABSTRACT_ORIGIN (decl) == NULL) in gen_namespace_die()
26878 = force_decl_die (DECL_ABSTRACT_ORIGIN (decl)); in gen_namespace_die()
[all …]
Dipa-param-manipulation.cc2397 DECL_ABSTRACT_ORIGIN (copy) = DECL_ORIGIN (decl); in reset_debug_stmts()
Dtree.def317 DECL_ABSTRACT_ORIGIN, if non-NULL, points to the original (abstract)
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-common.cc649 CHECK_VAR (DECL_ABSTRACT_ORIGIN (t)); in mentions_vars_p_decl_common()
1431 compare_tree_edges (DECL_ABSTRACT_ORIGIN (t1), DECL_ABSTRACT_ORIGIN (t2)); in compare_tree_sccs_1()
2541 LTO_SET_PREVAIL (DECL_ABSTRACT_ORIGIN (t)); in lto_fixup_prevailing_decls()

12