Home
last modified time | relevance | path

Searched refs:DECL_VISIBILITY (Results 1 – 21 of 21) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dtarghooks.c383 DECL_VISIBILITY (t) = VISIBILITY_HIDDEN; in default_stack_protect_guard()
415 DECL_VISIBILITY (fn) = DECL_VISIBILITY (decl); in init_stack_smash_fn()
417 DECL_VISIBILITY (fn) = VISIBILITY_DEFAULT; in init_stack_smash_fn()
Dc-common.c4974 && vis != DECL_VISIBILITY (decl) in handle_visibility_attribute()
4980 DECL_VISIBILITY (decl) = vis; in handle_visibility_attribute()
5018 DECL_VISIBILITY (decl) = VISIBILITY_DEFAULT; in c_determine_visibility()
5027 DECL_VISIBILITY (decl) = default_visibility; in c_determine_visibility()
Dexpr.c1413 DECL_VISIBILITY (fn) = DECL_VISIBILITY (decl); in init_block_move_fn()
1415 DECL_VISIBILITY (fn) = VISIBILITY_DEFAULT; in init_block_move_fn()
2620 DECL_VISIBILITY (fn) = DECL_VISIBILITY (decl); in init_block_clear_fn()
2622 DECL_VISIBILITY (fn) = VISIBILITY_DEFAULT; in init_block_clear_fn()
Dc-decl.c1503 && DECL_VISIBILITY (newdecl) != DECL_VISIBILITY (olddecl)) in diagnose_mismatched_decls()
1725 DECL_VISIBILITY (newdecl) = DECL_VISIBILITY (olddecl); in merge_decls()
Dvarasm.c5068 enum symbol_visibility vis = DECL_VISIBILITY (decl); in maybe_assemble_visibility()
5865 && DECL_VISIBILITY (exp) != VISIBILITY_DEFAULT) in default_binds_local_p_1()
5872 else if (DECL_VISIBILITY (exp) != VISIBILITY_DEFAULT) in default_binds_local_p_1()
Dtree.h2868 #define DECL_VISIBILITY(NODE) (DECL_WITH_VIS_CHECK (NODE)->decl_with_vis.visibility) macro
Dbuiltins.c5450 DECL_VISIBILITY (decl) = VISIBILITY_DEFAULT; in expand_builtin_fork_or_exec()
/openbsd/src/gnu/gcc/gcc/cp/
Doptimize.c117 DECL_VISIBILITY (clone) = DECL_VISIBILITY (fn); in maybe_clone_body()
Ddecl2.c1593 else if (visibility > DECL_VISIBILITY (decl) in constrain_visibility()
1596 DECL_VISIBILITY (decl) = visibility; in constrain_visibility()
1631 vis = DECL_VISIBILITY (arg); in constrain_visibility_for_template()
1693 DECL_VISIBILITY (decl) = VISIBILITY_DEFAULT; in determine_visibility()
1722 DECL_VISIBILITY (decl) = DECL_VISIBILITY (fn); in determine_visibility()
1746 DECL_VISIBILITY (decl) = default_visibility; in determine_visibility()
1767 DECL_VISIBILITY (decl) = DECL_VISIBILITY (pattern); in determine_visibility()
1811 DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN; in determine_visibility_from_class()
1815 DECL_VISIBILITY (decl) = CLASSTYPE_VISIBILITY (class_type); in determine_visibility_from_class()
3019 DECL_VISIBILITY (alias) = VISIBILITY_HIDDEN; in build_java_method_aliases()
Dmethod.c382 DECL_VISIBILITY (thunk_fndecl) = DECL_VISIBILITY (function); in use_thunk()
Ddecl.c1942 && DECL_VISIBILITY (newdecl) != DECL_VISIBILITY (olddecl)) in duplicate_decls()
1952 DECL_VISIBILITY (newdecl) = DECL_VISIBILITY (olddecl); in duplicate_decls()
3484 DECL_VISIBILITY (fn) = VISIBILITY_DEFAULT; in build_library_fn_1()
Dpt.c4839 DECL_VISIBILITY (type_decl) = CLASSTYPE_VISIBILITY (template_type); in lookup_template_class()
6773 DECL_VISIBILITY (r) = VISIBILITY_DEFAULT; in tsubst_decl()
7005 DECL_VISIBILITY (r) = VISIBILITY_DEFAULT; in tsubst_decl()
Dcp-tree.h967 DECL_VISIBILITY (TYPE_NAME (TYPE))
DChangeLog-2003709 * decl.c (duplicate_decls): copy DECL_VISIBILITY field.
711 * optimize.c (maybe_clone_body): copy DECL_VISIBILITY field.
DChangeLog-20043030 * class.c (build_vtable): Do not set DECL_VISIBILITY here.
3049 * rtti.c (get_tinfo_decl): Do not set DECL_VISIBILITY.
/openbsd/src/gnu/gcc/gcc/config/
Ddarwin.c1403 (DECL_VISIBILITY (decl) != VISIBILITY_HIDDEN in darwin_emit_unwind_label()
/openbsd/src/gnu/gcc/gcc/config/frv/
Dfrv.c3642 vis = DECL_VISIBILITY (fn); in frv_local_funcdesc_p()
3656 DECL_VISIBILITY (fn) = vis; in frv_local_funcdesc_p()
/openbsd/src/gnu/gcc/gcc/config/arm/
Darm.c2960 DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN; in arm_handle_notshared_attribute()
15137 DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN; in arm_cxx_determine_class_data_visibility()
15139 DECL_VISIBILITY (decl) = VISIBILITY_DEFAULT; in arm_cxx_determine_class_data_visibility()
/openbsd/src/gnu/gcc/gcc/config/sh/
Dsh.c9278 || (decl && DECL_VISIBILITY (decl) != VISIBILITY_DEFAULT))); in sh_function_ok_for_sibcall()
/openbsd/src/gnu/gcc/gcc/doc/
Dtm.texi8997 @code{DECL_VISIBILITY} and @code{DECL_VISIBILITY_SPECIFIED}.
Dgccint.info27213 to set `DECL_VISIBILITY' and `DECL_VISIBILITY_SPECIFIED'.