Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/cp/
HDdecl2.c1594 && !DECL_VISIBILITY_SPECIFIED (decl)) in constrain_visibility()
1694 DECL_VISIBILITY_SPECIFIED (decl) = 1; in determine_visibility()
1710 if (DECL_FUNCTION_SCOPE_P (decl) && ! DECL_VISIBILITY_SPECIFIED (decl)) in determine_visibility()
1716 if (DECL_VISIBILITY_SPECIFIED (fn) || ! DECL_CLASS_SCOPE_P (fn)) in determine_visibility()
1719 DECL_VISIBILITY_SPECIFIED (decl) = in determine_visibility()
1720 DECL_VISIBILITY_SPECIFIED (fn); in determine_visibility()
1751 else if (! DECL_VISIBILITY_SPECIFIED (decl)) in determine_visibility()
1756 DECL_VISIBILITY_SPECIFIED (decl) = visibility_options.inpragma; in determine_visibility()
1774 if (!DECL_VISIBILITY_SPECIFIED (decl)) in determine_visibility()
1777 DECL_VISIBILITY_SPECIFIED (decl) in determine_visibility()
[all …]
HDoptimize.c118 DECL_VISIBILITY_SPECIFIED (clone) = DECL_VISIBILITY_SPECIFIED (fn); in maybe_clone_body()
HDmethod.c383 DECL_VISIBILITY_SPECIFIED (thunk_fndecl) in use_thunk()
384 = DECL_VISIBILITY_SPECIFIED (function); in use_thunk()
HDdecl.c1883 DECL_VISIBILITY_SPECIFIED (olddecl) = 0; in duplicate_decls()
1955 if (DECL_VISIBILITY_SPECIFIED (olddecl) in duplicate_decls()
1956 && DECL_VISIBILITY_SPECIFIED (newdecl) in duplicate_decls()
1965 if (DECL_VISIBILITY_SPECIFIED (olddecl)) in duplicate_decls()
1968 DECL_VISIBILITY_SPECIFIED (newdecl) = 1; in duplicate_decls()
3497 DECL_VISIBILITY_SPECIFIED (fn) = 1; in build_library_fn_1()
HDpt.c4838 DECL_VISIBILITY_SPECIFIED (type_decl) = 1; in lookup_template_class()
6783 if (DECL_VISIBILITY_SPECIFIED (t)) in tsubst_decl()
6785 DECL_VISIBILITY_SPECIFIED (r) = 0; in tsubst_decl()
7015 if (DECL_VISIBILITY_SPECIFIED (t)) in tsubst_decl()
7017 DECL_VISIBILITY_SPECIFIED (r) = 0; in tsubst_decl()
HDcp-tree.h969 DECL_VISIBILITY_SPECIFIED (TYPE_NAME (TYPE))
HDChangeLog1412 (determine_visibility): Do copy DECL_VISIBILITY_SPECIFIED from
1415 DECL_VISIBILITY_SPECIFIED test for target-specific visibility rules.
/freebsd-11-stable/contrib/gcc/
HDtarghooks.c423 DECL_VISIBILITY_SPECIFIED (t) = 1; in default_external_stack_protect_fail()
455 DECL_VISIBILITY_SPECIFIED (t) = 1; in default_hidden_stack_protect_fail()
HDc-common.c5113 if (DECL_VISIBILITY_SPECIFIED (decl) in handle_visibility_attribute()
5121 DECL_VISIBILITY_SPECIFIED (decl) = 1; in handle_visibility_attribute()
5159 DECL_VISIBILITY_SPECIFIED (decl) = 1; in c_determine_visibility()
5165 if (!DECL_VISIBILITY_SPECIFIED (decl)) in c_determine_visibility()
5168 DECL_VISIBILITY_SPECIFIED (decl) = visibility_options.inpragma; in c_determine_visibility()
HDc-decl.c1535 && DECL_VISIBILITY_SPECIFIED (newdecl) && DECL_VISIBILITY_SPECIFIED (olddecl) in diagnose_mismatched_decls()
1766 if (DECL_VISIBILITY_SPECIFIED (olddecl)) in merge_decls()
1769 DECL_VISIBILITY_SPECIFIED (newdecl) = 1; in merge_decls()
HDtree.h2915 #define DECL_VISIBILITY_SPECIFIED(NODE) (DECL_WITH_VIS_CHECK (NODE)->decl_with_vis.visibility_speci… macro
HDexpr.c1415 DECL_VISIBILITY_SPECIFIED (fn) = 1; in init_block_move_fn()
2619 DECL_VISIBILITY_SPECIFIED (fn) = 1; in init_block_clear_fn()
HDvarasm.c5865 else if (DECL_VISIBILITY_SPECIFIED (exp) in default_binds_local_p_1()
HDbuiltins.c5458 DECL_VISIBILITY_SPECIFIED (decl) = 1; in expand_builtin_fork_or_exec()
/freebsd-11-stable/contrib/gcc/config/arm/
HDarm.c2971 DECL_VISIBILITY_SPECIFIED (decl) = 1; in arm_handle_notshared_attribute()
15249 DECL_VISIBILITY_SPECIFIED (decl) = 1; in arm_cxx_determine_class_data_visibility()
/freebsd-11-stable/contrib/gcc/doc/
HDtm.texi8945 @code{DECL_VISIBILITY} and @code{DECL_VISIBILITY_SPECIFIED}.