/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl2.c | 2448 && (tmpl || !DECL_VISIBILITY_SPECIFIED (decl))) in constrain_visibility() 2452 DECL_VISIBILITY_SPECIFIED (decl) = false; in constrain_visibility() 2511 bool orig_visibility_specified = DECL_VISIBILITY_SPECIFIED (decl); in determine_visibility() 2559 if (DECL_FUNCTION_SCOPE_P (decl) && ! DECL_VISIBILITY_SPECIFIED (decl)) in determine_visibility() 2565 if (DECL_VISIBILITY_SPECIFIED (fn)) in determine_visibility() 2568 DECL_VISIBILITY_SPECIFIED (decl) = in determine_visibility() 2569 DECL_VISIBILITY_SPECIFIED (fn); in determine_visibility() 2578 DECL_VISIBILITY_SPECIFIED (decl) = in determine_visibility() 2584 DECL_VISIBILITY_SPECIFIED (decl) = in determine_visibility() 2585 DECL_VISIBILITY_SPECIFIED (fn); in determine_visibility() [all …]
|
H A D | optimize.c | 511 DECL_VISIBILITY_SPECIFIED (clone) = DECL_VISIBILITY_SPECIFIED (fn); in maybe_clone_body()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl2.cc | 2657 && (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 …]
|
H A D | optimize.cc | 511 DECL_VISIBILITY_SPECIFIED (clone) = DECL_VISIBILITY_SPECIFIED (fn); in maybe_clone_body()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-emutls.c | 257 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()
|
H A D | symtab.c | 922 if (DECL_VISIBILITY_SPECIFIED (decl)) in dump_base() 1409 DECL_VISIBILITY_SPECIFIED (decl) = 0; in make_decl_local() 1459 DECL_VISIBILITY_SPECIFIED (decl) = DECL_VISIBILITY_SPECIFIED (n->decl); in copy_visibility_from()
|
H A D | ipa.c | 1043 DECL_VISIBILITY_SPECIFIED (atexit_fndecl) = true; in build_cxa_atexit_decl() 1067 DECL_VISIBILITY_SPECIFIED (dso_handle_decl) = true; in build_dso_handle_decl()
|
H A D | targhooks.c | 907 DECL_VISIBILITY_SPECIFIED (t) = 1; in default_external_stack_protect_fail() 939 DECL_VISIBILITY_SPECIFIED (t) = 1; in default_hidden_stack_protect_fail()
|
H A D | attribs.c | 1725 if (DECL_VISIBILITY_SPECIFIED (node) in handle_dll_attribute() 1731 DECL_VISIBILITY_SPECIFIED (node) = 1; in handle_dll_attribute()
|
H A D | optabs-libfuncs.c | 735 DECL_VISIBILITY_SPECIFIED (decl) = 1; in build_libfunc_function_visibility()
|
H A D | omp-simd-clone.c | 468 DECL_VISIBILITY_SPECIFIED (new_node->decl) in simd_clone_create() 469 = DECL_VISIBILITY_SPECIFIED (old_node->decl); in simd_clone_create()
|
H A D | tree-streamer-out.c | 267 bp_pack_value (bp, DECL_VISIBILITY_SPECIFIED (expr), 1); in pack_ts_decl_with_vis_value_fields()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-emutls.cc | 257 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()
|
H A D | symtab.cc | 966 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()
|
H A D | ipa.cc | 1046 DECL_VISIBILITY_SPECIFIED (atexit_fndecl) = true; in build_cxa_atexit_decl() 1070 DECL_VISIBILITY_SPECIFIED (dso_handle_decl) = true; in build_dso_handle_decl()
|
H A D | optabs-libfuncs.cc | 735 DECL_VISIBILITY_SPECIFIED (decl) = 1; in build_libfunc_function_visibility()
|
H A D | omp-simd-clone.cc | 470 DECL_VISIBILITY_SPECIFIED (new_node->decl) in simd_clone_create() 471 = DECL_VISIBILITY_SPECIFIED (old_node->decl); in simd_clone_create()
|
H A D | attribs.cc | 1924 if (DECL_VISIBILITY_SPECIFIED (node) in handle_dll_attribute() 1930 DECL_VISIBILITY_SPECIFIED (node) = 1; in handle_dll_attribute()
|
H A D | tree-streamer-out.cc | 276 bp_pack_value (bp, DECL_VISIBILITY_SPECIFIED (expr), 1); in pack_ts_decl_with_vis_value_fields()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-partition.c | 984 && DECL_VISIBILITY_SPECIFIED (node->decl) in promote_symbol() 998 DECL_VISIBILITY_SPECIFIED (node->decl) = true; in promote_symbol() 1015 DECL_VISIBILITY_SPECIFIED (alias->decl) = true; in promote_symbol()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-partition.cc | 990 && 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()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | runtime.cc | 261 DECL_VISIBILITY_SPECIFIED (decl) = 1; in build_libcall_decl()
|
H A D | modules.cc | 354 DECL_VISIBILITY_SPECIFIED (decl) = 1; in build_dso_cdtor_fn() 399 DECL_VISIBILITY_SPECIFIED (var) = 1; in build_dso_registry_var()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | runtime.cc | 256 DECL_VISIBILITY_SPECIFIED (decl) = 1; in build_libcall_decl()
|
H A D | modules.cc | 350 DECL_VISIBILITY_SPECIFIED (decl) = 1; in build_dso_cdtor_fn() 397 DECL_VISIBILITY_SPECIFIED (var) = 1; in build_dso_registry_var()
|