Home
last modified time | relevance | path

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

123

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dipa-visibility.c330 if (DECL_COMDAT (decl) || DECL_WEAK (decl)) in externally_visible_p()
398 || (!DECL_WEAK (node->decl) && !DECL_ONE_ONLY (node->decl)) in update_visibility_by_resolution_info()
434 DECL_WEAK (next->decl) = false; in update_visibility_by_resolution_info()
449 DECL_WEAK (node->decl) = false; in update_visibility_by_resolution_info()
493 && !DECL_WEAK (target->decl) in optimize_weakref()
521 gcc_assert (!DECL_WEAK (node->decl)); in optimize_weakref()
707 gcc_assert ((!DECL_WEAK (node->decl) in function_and_variable_visibility()
791 gcc_assert (!DECL_WEAK (vnode->decl) in function_and_variable_visibility()
813 || DECL_WEAK (vnode->decl) in function_and_variable_visibility()
H A Dsymtab.c868 if (DECL_WEAK (decl)) in dump_base()
1309 DECL_WEAK (decl) = 0; in make_decl_local()
1329 SYMBOL_REF_WEAK (symbol) = DECL_WEAK (decl); in make_decl_local()
1359 DECL_WEAK (decl) = DECL_WEAK (n->decl); in copy_visibility_from()
1384 SYMBOL_REF_WEAK (symbol) = DECL_WEAK (decl); in copy_visibility_from()
1467 DECL_WEAK (decl) = DECL_WEAK (target->decl); in fixup_same_cpp_alias_visibility()
1801 DECL_WEAK (new_decl) = 0; in noninterposable_alias()
1955 if (!DECL_WEAK (decl) in nonzero_address()
1967 && (flag_delete_null_pointer_checks || !DECL_WEAK (decl))) in nonzero_address()
1969 if (!DECL_WEAK (decl)) in nonzero_address()
H A Dtree-emutls.c244 DECL_WEAK (to) = DECL_WEAK (decl); in get_emutls_init_templ_addr()
298 DECL_WEAK (to) = DECL_WEAK (decl); in new_emutls_decl()
H A Dvarasm.c1490 if (VAR_P (decl) && DECL_WEAK (decl)) in make_decl_rtl()
1505 SYMBOL_REF_WEAK (x) = DECL_WEAK (decl); in make_decl_rtl()
1674 if (DECL_WEAK (decl) || DECL_ONE_ONLY (decl) || flag_shlib) in notice_global_symbol()
2492 && DECL_WEAK (decl) in assemble_external()
5498 if (DECL_WEAK (decl)) in mark_weak()
5504 DECL_WEAK (decl) = 1; in mark_weak()
5518 if (DECL_WEAK (newdecl) == DECL_WEAK (olddecl)) in merge_weak()
5520 if (DECL_WEAK (newdecl) && TARGET_SUPPORTS_WEAK) in merge_weak()
5535 if (DECL_WEAK (newdecl)) in merge_weak()
5735 if (DECL_WEAK (decl)) in globalize_decl()
[all …]
H A Dcgraphclones.c247 DECL_WEAK (new_node->decl) = 0; in set_new_clone_decl_and_node_flags()
607 && !DECL_WEAK (old_decl) in create_virtual_clone()
1020 && !DECL_WEAK (old_decl) in create_version_clone_with_body()
H A Dcgraphunit.c727 DECL_WEAK (decl) = 0; in process_common_attributes()
786 DECL_WEAK (decl) = 0; in process_function_and_variable_attributes()
823 DECL_WEAK (decl) = 0; in process_function_and_variable_attributes()
H A Dvarpool.c373 || (DECL_WEAK (decl) && !DECL_COMDAT (decl))) in ctor_useable_for_folding_p()
H A Dlto-streamer-out.c1109 hstate.add_flag (DECL_WEAK (t)); in hash_tree()
2621 if (DECL_WEAK (t)) in write_symbol()
2628 if (DECL_WEAK (t)) in write_symbol()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Doptimize.c223 && (SUPPORTS_ONE_ONLY || !DECL_WEAK (fn)) in can_alias_cdtor()
225 || (HAVE_COMDAT_GROUP && DECL_WEAK (fn)))); in can_alias_cdtor()
294 if (!DECL_WEAK (fn)) in maybe_thunk_body()
325 DECL_WEAK (fn) = false; in maybe_thunk_body()
494 DECL_WEAK (clone) = DECL_WEAK (fn); in maybe_clone_body()
H A Ddecl2.c2271 DECL_WEAK (decl) = 0; in constrain_visibility()
3130 DECL_WEAK (guard) = DECL_WEAK (decl); in get_guard()
3340 DECL_WEAK (fn) = DECL_WEAK (var); in get_tls_init_fn()
3704 || DECL_WEAK (decl)))
4446 DECL_WEAK (alias) = 1; in generate_mangling_alias()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Doptimize.c261 DECL_WEAK (clone) = DECL_WEAK (fn); in maybe_clone_body()
308 && (SUPPORTS_ONE_ONLY || !DECL_WEAK (fns[0])) in maybe_clone_body()
311 && DECL_WEAK (fns[0]))) in maybe_clone_body()
H A Ddecl2.c1970 DECL_WEAK (decl) = 0; in constrain_visibility()
2688 DECL_WEAK (guard) = DECL_WEAK (decl); in get_guard()
3017 || DECL_WEAK (decl)))
H A Dmethod.c348 DECL_WEAK (thunk_fndecl) = DECL_WEAK (function); in use_thunk()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-emutls.c238 DECL_WEAK (to) = DECL_WEAK (decl); in get_emutls_init_templ_addr()
295 DECL_WEAK (to) = DECL_WEAK (decl); in new_emutls_decl()
H A Dipa.c714 if (DECL_COMDAT (vnode->decl) || DECL_WEAK (vnode->decl)) in varpool_externally_visible_p()
832 gcc_assert ((!DECL_WEAK (node->decl) && !DECL_COMDAT (node->decl)) in function_and_variable_visibility()
883 gcc_assert (!DECL_WEAK (vnode->decl) in function_and_variable_visibility()
902 || DECL_WEAK (vnode->decl) in function_and_variable_visibility()
H A Dvarpool.c495 DECL_WEAK (node->decl) = DECL_WEAK (node->alias_of); in varpool_analyze_pending_decls()
H A Dvarasm.c1294 if (TREE_CODE (decl) == VAR_DECL && DECL_WEAK (decl)) in make_decl_rtl()
1309 SYMBOL_REF_WEAK (x) = DECL_WEAK (decl); in make_decl_rtl()
1519 if (DECL_WEAK (decl) || DECL_ONE_ONLY (decl) || flag_shlib) in notice_global_symbol()
2203 && DECL_WEAK (decl) in assemble_external()
5180 DECL_WEAK (decl) = 1; in mark_weak()
5194 if (DECL_WEAK (newdecl) == DECL_WEAK (olddecl)) in merge_weak()
5196 if (DECL_WEAK (newdecl) && TARGET_SUPPORTS_WEAK) in merge_weak()
5211 if (DECL_WEAK (newdecl)) in merge_weak()
5396 if (DECL_WEAK (decl)) in globalize_decl()
5861 if (!DECL_WEAK (decl)) in assemble_alias()
[all …]
H A Dcgraphunit.c958 DECL_WEAK (decl) = 0; in process_common_attributes()
1022 DECL_WEAK (decl) = 0; in process_function_and_variable_attributes()
1068 DECL_WEAK (decl) = 0; in process_function_and_variable_attributes()
H A Dlto-symtab.c393 || DECL_WEAK (e->decl)) in lto_symtab_resolve_replaceable_p()
H A Dlto-streamer-out.c1313 if (DECL_WEAK (t)) in write_symbol()
1320 if (DECL_WEAK (t)) in write_symbol()
H A Dcgraph.c2271 DECL_WEAK (new_node->decl) = 0; in cgraph_create_virtual_clone()
2544 DECL_WEAK (decl) = 0; in cgraph_make_decl_local()
2561 SYMBOL_REF_WEAK (symbol) = DECL_WEAK (decl); in cgraph_make_decl_local()
/dflybsd-src/contrib/gcc-4.7/gcc/config/
H A Delfos.h222 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
/dflybsd-src/contrib/gcc-8.0/gcc/config/
H A Delfos.h219 #define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-pragma.c265 && !DECL_WEAK (decl) /* Don't complain about a redundant #pragma. */ in apply_pragma_weak()
329 DECL_WEAK (decl) = 1; in maybe_apply_pending_pragma_weaks()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-pragma.c256 && !DECL_WEAK (decl) /* Don't complain about a redundant #pragma. */ in apply_pragma_weak()
332 DECL_WEAK (decl) = 1; in maybe_apply_pending_pragma_weaks()

123