Home
last modified time | relevance | path

Searched refs:DECL_COMDAT (Results 1 – 25 of 58) sorted by relevance

123

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-visibility.cc238 && DECL_COMDAT (node->decl) in cgraph_externally_visible_p()
311 && DECL_COMDAT (decl) in externally_visible_p()
333 if (DECL_COMDAT (decl) || DECL_WEAK (decl)) in externally_visible_p()
605 if (DECL_COMDAT (node->decl) && !node->alias) in localize_node()
690 if (DECL_COMDAT (node->decl) && !TREE_PUBLIC (node->decl)) in function_and_variable_visibility()
691 DECL_COMDAT (node->decl) = 0; in function_and_variable_visibility()
713 && !DECL_COMDAT (node->decl)) in function_and_variable_visibility()
743 gcc_checking_assert (DECL_COMDAT (node->decl) in function_and_variable_visibility()
744 == DECL_COMDAT (decl_node->decl)); in function_and_variable_visibility()
Dsymtab.cc954 if (DECL_COMDAT (decl)) in dump_base()
1555 DECL_COMDAT (decl) = 0; in make_decl_local()
1605 DECL_COMDAT (decl) = DECL_COMDAT (n->decl); in copy_visibility_from()
1722 DECL_COMDAT (decl) = DECL_COMDAT (target->decl); in fixup_same_cpp_alias_visibility()
2085 DECL_COMDAT (new_decl) = 0; in noninterposable_alias()
2252 if ((!DECL_WEAK (decl) || DECL_COMDAT (decl)) in nonzero_address()
Dcgraphclones.cc163 DECL_COMDAT (new_node->decl) = 0; in set_new_clone_decl_and_node_flags()
644 && !DECL_COMDAT (old_decl)) in create_virtual_clone()
1090 && !DECL_COMDAT (old_decl)) in create_version_clone_with_body()
Dipa-fnsummary.h447 || DECL_COMDAT (edge->callee->decl)) in cross_module_call_p()
Dcgraphunit.cc268 if (TREE_PUBLIC (decl) && !DECL_COMDAT (decl)) in needed_p()
487 && !DECL_COMDAT (decl) && !DECL_EXTERNAL (decl)) in finalize_function()
761 if (DECL_COMDAT (n->decl)) in process_symver_attribute()
970 || (node->no_reorder && !DECL_COMDAT (node->decl) in finalize_decl()
Dipa-inline-analysis.cc449 else if (DECL_COMDAT (node->decl) in offline_size()
Dvarpool.cc374 || (DECL_WEAK (decl) && !DECL_COMDAT (decl))) in ctor_useable_for_folding_p()
Dipa-inline-transform.cc665 DECL_COMDAT (first_clone->decl) = 0; in save_inline_function_body()
Dcgraph.h3145 && ((!DECL_COMDAT (decl) || ifunc_resolver) in can_remove_if_no_direct_calls_and_refs_p()
3170 && ((DECL_COMDAT (decl) in can_remove_if_no_refs_p()
Domp-simd-clone.cc467 DECL_COMDAT (new_node->decl) = DECL_COMDAT (old_node->decl); in simd_clone_create()
Dtree-streamer-out.cc274 bp_pack_value (bp, DECL_COMDAT (expr), 1); in pack_ts_decl_with_vis_value_fields()
Dtree-streamer-in.cc309 DECL_COMDAT (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_decl_with_vis_value_fields()
Dtoplev.cc395 else if (DECL_COMDAT (decl)) in wrapup_global_declaration_2()
Dcgraph.cc2431 && ((DECL_COMDAT (node->decl) in cgraph_node_cannot_be_local_p_1()
2503 if (DECL_COMDAT (node->decl) || DECL_EXTERNAL (node->decl)) in make_local()
Dipa-pure-const.cc190 || DECL_COMDAT (decl)); in function_always_visible_to_compiler_p()
Dpredict.cc3530 if (!DECL_COMDAT (node->decl) && !DECL_EXTERNAL (node->decl) in drop_profile()
3644 if ((DECL_COMDAT (callee->decl) || DECL_EXTERNAL (callee->decl)) in handle_missing_profiles()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Doptimize.cc331 DECL_COMDAT (fn) = false; in maybe_thunk_body()
497 DECL_COMDAT (clone) = DECL_COMDAT (fn); in maybe_clone_body()
Ddecl2.cc2177 DECL_COMDAT (decl) = 1; in comdat_linkage()
2215 DECL_COMDAT (decl) = 1; in maybe_make_one_only()
2244 gcc_checking_assert (!DECL_COMDAT (decl)); in vague_linkage_p()
2250 if (DECL_COMDAT (decl) in vague_linkage_p()
2390 if (TREE_PUBLIC (decl) && !DECL_COMDAT (decl) && !DECL_REALLY_EXTERN (decl)) in decl_needed_p()
2463 if (DECL_COMDAT (primary_vtbl) in maybe_emit_vtables()
2643 DECL_COMDAT (decl) = false; in constrain_visibility()
3433 DECL_COMDAT (guard) = DECL_COMDAT (decl); in copy_linkage()
3692 DECL_COMDAT (fn) = DECL_COMDAT (var); in get_tls_init_fn()
Dmethod.cc121 DECL_COMDAT (thunk) = DECL_COMDAT (function); in make_thunk()
322 DECL_COMDAT (thunk_fndecl) = DECL_COMDAT (function); in use_thunk()
3195 DECL_COMDAT (fn) = 1; in implicitly_declare_fn()
DChangeLog-20141225 * decl.c (grokfndecl): Don't set DECL_COMDAT on static inlines.
1424 * decl.c (maybe_commonize_var): Don't use DECL_COMDAT to trigger
1709 * pt.c (push_template_decl_real): Don't set DECL_COMDAT on friends.
1733 * pt.c (push_template_decl_real): Set DECL_COMDAT on templates.
1736 (grokmethod, grokfndecl): Set DECL_COMDAT on inlines.
1737 * method.c (implicitly_declare_fn): Set DECL_COMDAT. Determine
1739 * tree.c (decl_linkage): Don't check DECL_COMDAT.
Drtti.cc1573 gcc_assert (TREE_PUBLIC (tinfo) && !DECL_COMDAT (tinfo)); in emit_support_tinfo_1()
Ddecl.cc2592 if (! DECL_COMDAT (olddecl)) in duplicate_decls()
2593 DECL_COMDAT (newdecl) = 0; in duplicate_decls()
2631 DECL_COMDAT (newdecl) |= DECL_COMDAT (olddecl); in duplicate_decls()
2734 DECL_COMDAT (newdecl) = (TREE_PUBLIC (newdecl) in duplicate_decls()
5729 DECL_COMDAT (decl) = (TREE_PUBLIC (decl) in start_decl()
5732 DECL_COMDAT (decl) = false; in start_decl()
10335 DECL_COMDAT (decl) = 1; in grokfndecl()
18222 DECL_COMDAT (fndecl) = 1; in grokmethod()
DChangeLog-199793 * decl2.c (comdat_linkage): Also set DECL_COMDAT.
94 (finish_file): Check DECL_COMDAT instead of weak|one_only.
265 (DECL_COMDAT): New macro.
268 * decl2.c (import_export_decl): Just set DECL_COMDAT on VAR_DECLs.
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-symtab.cc70 && DECL_COMDAT (node->decl) && DECL_COMDAT (prevailing_node->decl)) in lto_cgraph_replace_node()
399 || DECL_COMDAT (e->decl) in lto_symtab_resolve_replaceable_p()
703 DECL_COMDAT (decl)); in lto_symtab_merge_decls_2()
Dlto-partition.cc146 if (c == SYMBOL_PARTITION && !DECL_COMDAT (node->decl) in add_symbol_to_partition_1()
267 || DECL_COMDAT (node->decl) in add_symbol_to_partition()

123