Home
last modified time | relevance | path

Searched refs:DECL_VISIBILITY_SPECIFIED (Results 1 – 25 of 40) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl2.cc2657 && (tmpl || !DECL_VISIBILITY_SPECIFIED (decl))) in constrain_visibility()
2661 DECL_VISIBILITY_SPECIFIED (decl) = false; in constrain_visibility()
2720 bool orig_visibility_specified = DECL_VISIBILITY_SPECIFIED (decl); in determine_visibility()
2768 if (DECL_FUNCTION_SCOPE_P (decl) && ! DECL_VISIBILITY_SPECIFIED (decl)) in determine_visibility()
2774 if (DECL_VISIBILITY_SPECIFIED (fn)) in determine_visibility()
2777 DECL_VISIBILITY_SPECIFIED (decl) = in determine_visibility()
2778 DECL_VISIBILITY_SPECIFIED (fn); in determine_visibility()
2787 DECL_VISIBILITY_SPECIFIED (decl) = in determine_visibility()
2793 DECL_VISIBILITY_SPECIFIED (decl) = in determine_visibility()
2794 DECL_VISIBILITY_SPECIFIED (fn); in determine_visibility()
[all …]
Doptimize.cc511 DECL_VISIBILITY_SPECIFIED (clone) = DECL_VISIBILITY_SPECIFIED (fn); in maybe_clone_body()
Dmethod.cc320 DECL_VISIBILITY_SPECIFIED (thunk_fndecl) in use_thunk()
321 = DECL_VISIBILITY_SPECIFIED (function); in use_thunk()
Ddecl.cc2740 DECL_VISIBILITY_SPECIFIED (olddecl) = 0; in duplicate_decls()
2863 if (DECL_VISIBILITY_SPECIFIED (olddecl) in duplicate_decls()
2864 && DECL_VISIBILITY_SPECIFIED (newdecl) in duplicate_decls()
2875 if (DECL_VISIBILITY_SPECIFIED (olddecl)) in duplicate_decls()
2878 DECL_VISIBILITY_SPECIFIED (newdecl) = 1; in duplicate_decls()
4990 DECL_VISIBILITY_SPECIFIED (decl) = 1; in cxx_builtin_function()
5070 DECL_VISIBILITY_SPECIFIED (fn) = 1; in build_library_fn()
9389 DECL_VISIBILITY_SPECIFIED (dso_handle_node) = 1; in get_dso_handle_node()
DChangeLog-20061323 (determine_visibility): Do copy DECL_VISIBILITY_SPECIFIED from
1326 DECL_VISIBILITY_SPECIFIED test for target-specific visibility rules.
Dpt.cc3271 if (DECL_VISIBILITY_SPECIFIED (tmpl_func)) in check_explicit_specialization()
3273 DECL_VISIBILITY_SPECIFIED (decl) = 1; in check_explicit_specialization()
10204 DECL_VISIBILITY_SPECIFIED (type_decl) = 1; in lookup_template_class_1()
14439 if (DECL_VISIBILITY_SPECIFIED (t)) in tsubst_function_decl()
14441 DECL_VISIBILITY_SPECIFIED (r) = 0; in tsubst_function_decl()
15184 if (DECL_VISIBILITY_SPECIFIED (t)) in tsubst_decl()
15186 DECL_VISIBILITY_SPECIFIED (r) = 0; in tsubst_decl()
DChangeLog-20122891 * decl2.c (constrain_visibility): Clear DECL_VISIBILITY_SPECIFIED
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-emutls.cc257 DECL_VISIBILITY_SPECIFIED (to) = DECL_VISIBILITY_SPECIFIED (decl); in get_emutls_init_templ_addr()
302 DECL_VISIBILITY_SPECIFIED (to) = DECL_VISIBILITY_SPECIFIED (decl); in new_emutls_decl()
Dsymtab.cc966 if (DECL_VISIBILITY_SPECIFIED (decl)) in dump_base()
1558 DECL_VISIBILITY_SPECIFIED (decl) = 0; in make_decl_local()
1608 DECL_VISIBILITY_SPECIFIED (decl) = DECL_VISIBILITY_SPECIFIED (n->decl); in copy_visibility_from()
Dipa.cc1046 DECL_VISIBILITY_SPECIFIED (atexit_fndecl) = true; in build_cxa_atexit_decl()
1070 DECL_VISIBILITY_SPECIFIED (dso_handle_decl) = true; in build_dso_handle_decl()
Dtarghooks.cc937 DECL_VISIBILITY_SPECIFIED (t) = 1; in default_external_stack_protect_fail()
969 DECL_VISIBILITY_SPECIFIED (t) = 1; in default_hidden_stack_protect_fail()
Doptabs-libfuncs.cc735 DECL_VISIBILITY_SPECIFIED (decl) = 1; in build_libfunc_function_visibility()
Dattribs.cc1924 if (DECL_VISIBILITY_SPECIFIED (node) in handle_dll_attribute()
1930 DECL_VISIBILITY_SPECIFIED (node) = 1; in handle_dll_attribute()
Domp-simd-clone.cc470 DECL_VISIBILITY_SPECIFIED (new_node->decl) in simd_clone_create()
471 = DECL_VISIBILITY_SPECIFIED (old_node->decl); in simd_clone_create()
Dtree-streamer-out.cc276 bp_pack_value (bp, DECL_VISIBILITY_SPECIFIED (expr), 1); in pack_ts_decl_with_vis_value_fields()
Dipa-free-lang-data.cc640 DECL_VISIBILITY_SPECIFIED (decl) = 0; in free_lang_data_in_decl()
Dtree-streamer-in.cc311 DECL_VISIBILITY_SPECIFIED (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_decl_with_vis_value_fields()
Dasan.cc3223 DECL_VISIBILITY_SPECIFIED (var) = DECL_VISIBILITY_SPECIFIED (decl); in create_odr_indicator()
Dubsan.cc1318 DECL_VISIBILITY_SPECIFIED (array) = 1; in ubsan_expand_vptr_ifn()
Dvarasm.cc7537 && (DECL_VISIBILITY_SPECIFIED (exp) || defined_locally)) in default_binds_local_p_3()
8195 && (DECL_VISIBILITY_SPECIFIED (decl) in default_elf_asm_output_external()
Dlto-streamer-out.cc1307 hstate.add_flag (DECL_VISIBILITY_SPECIFIED (t)); in hash_tree()
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-partition.cc990 && DECL_VISIBILITY_SPECIFIED (node->decl) in promote_symbol()
1009 DECL_VISIBILITY_SPECIFIED (node->decl) = true; in promote_symbol()
1026 DECL_VISIBILITY_SPECIFIED (alias->decl) = true; in promote_symbol()
Dlto-common.cc1224 compare_values (DECL_VISIBILITY_SPECIFIED); in compare_tree_sccs_1()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Ddarwin.cc1277 if (DECL_VISIBILITY_SPECIFIED (decl) in darwin_encode_section_info()
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-next-runtime-abi-02.cc963 DECL_VISIBILITY_SPECIFIED (decl) = 1; in create_hidden_decl()

12