| /freebsd-9-stable/contrib/gcc/config/ |
| D | darwin.h | 436 if (! DECL_EXTERNAL (DECL) && TREE_PUBLIC (DECL)) \ 443 else if (TREE_PUBLIC (DECL)) \ 546 && (!DECL_COMMON (DECL) || !TREE_PUBLIC (DECL))) \ 550 && (!DECL_COMMON (DECL) || !TREE_PUBLIC (DECL))) \ 567 && (!DECL_COMMON (DECL) || !TREE_PUBLIC (DECL))) \ 571 && (!DECL_COMMON (DECL) || !TREE_PUBLIC (DECL))) \ 652 && (!DECL_COMMON (DECL) || !TREE_PUBLIC (DECL))) \
|
| D | darwin.c | 1076 && (!TREE_PUBLIC (decl) || !DECL_WEAK (decl)) in darwin_encode_section_info() 1079 && (!DECL_COMMON (decl) || !TREE_PUBLIC (decl))) in darwin_encode_section_info() 1084 if (! TREE_PUBLIC (decl)) in darwin_encode_section_info() 1401 if (TREE_PUBLIC (decl)) in darwin_emit_unwind_label()
|
| /freebsd-9-stable/contrib/gcc/ |
| D | cgraphunit.c | 198 && TREE_PUBLIC (decl)) in decide_is_function_needed() 232 if (((TREE_PUBLIC (decl) in decide_is_function_needed() 496 if ((TREE_PUBLIC (decl) && !DECL_COMDAT (decl) && !DECL_EXTERNAL (decl))) in cgraph_finalize_function() 1015 if (! TREE_PUBLIC (node->decl)) in process_function_and_variable_attributes() 1038 if (! TREE_PUBLIC (vnode->decl)) in process_function_and_variable_attributes() 1443 && TREE_PUBLIC (node->decl) && !DECL_EXTERNAL (node->decl)))) in cgraph_function_and_variable_visibility() 1448 gcc_assert (flag_whole_program || !TREE_PUBLIC (node->decl)); in cgraph_function_and_variable_visibility() 1449 TREE_PUBLIC (node->decl) = 0; in cgraph_function_and_variable_visibility() 1460 && (DECL_COMDAT (vnode->decl) || TREE_PUBLIC (vnode->decl))) in cgraph_function_and_variable_visibility() 1464 gcc_assert (flag_whole_program || !TREE_PUBLIC (vnode->decl)); in cgraph_function_and_variable_visibility() [all …]
|
| D | c-decl.c | 819 && TREE_PUBLIC (p) in pop_scope() 1211 else if (TREE_PUBLIC (newdecl)) in diagnose_mismatched_decls() 1328 && (!TREE_PUBLIC (newdecl) in diagnose_mismatched_decls() 1383 if (TREE_PUBLIC (olddecl) && !TREE_PUBLIC (newdecl)) in diagnose_mismatched_decls() 1399 else if (TREE_PUBLIC (newdecl) && !TREE_PUBLIC (olddecl)) in diagnose_mismatched_decls() 1474 && TREE_PUBLIC (newdecl) != TREE_PUBLIC (olddecl)) in diagnose_mismatched_decls() 1494 if (TREE_PUBLIC (newdecl)) in diagnose_mismatched_decls() 1790 TREE_PUBLIC (newdecl) &= TREE_PUBLIC (olddecl); in merge_decls() 1793 TREE_PUBLIC (olddecl) = TREE_PUBLIC (newdecl); in merge_decls() 1795 if (!TREE_PUBLIC (olddecl)) in merge_decls() [all …]
|
| D | targhooks.c | 378 TREE_PUBLIC (t) = 1; in default_stack_protect_guard() 403 TREE_PUBLIC (t) = 1; in default_external_stack_protect_fail() 436 TREE_PUBLIC (t) = 1; in default_hidden_stack_protect_fail()
|
| D | c-pragma.c | 287 if (!DECL_EXTERNAL (decl) && !TREE_PUBLIC (decl)) in maybe_apply_pragma_weak() 325 TREE_PUBLIC (decl) = 1; in maybe_apply_pending_pragma_weaks() 437 && (TREE_PUBLIC (decl) || DECL_EXTERNAL (decl)) in handle_pragma_redefine_extname() 514 || (!TREE_PUBLIC (decl) && !DECL_EXTERNAL (decl)) in maybe_apply_renaming_pragma()
|
| D | langhooks.c | 165 || TREE_PUBLIC (decl)))); in lhd_set_decl_assembler_name() 176 if (TREE_PUBLIC (decl) || DECL_CONTEXT (decl) == NULL_TREE) in lhd_set_decl_assembler_name()
|
| D | c-aux-info.c | 536 if (TREE_PUBLIC (decl)) in gen_decl() 538 if (TREE_CODE (decl) == FUNCTION_DECL && !TREE_PUBLIC (decl)) in gen_decl()
|
| D | varasm.c | 890 if (TREE_PUBLIC (decl) && bss_initializer_p (decl)) in get_variable_section() 909 if (!TREE_PUBLIC (decl)) in get_variable_section() 1013 || TREE_PUBLIC (decl) in make_decl_rtl() 1305 || !TREE_PUBLIC (decl) in notice_global_symbol() 1456 if (TREE_PUBLIC (decl)) in assemble_start_function() 1799 if (TREE_PUBLIC (decl) && DECL_NAME (decl)) in assemble_variable() 1807 if (TREE_PUBLIC (decl)) in assemble_variable() 1815 if (TREE_PUBLIC (decl) in assemble_variable() 1955 if (!DECL_P (decl) || !DECL_EXTERNAL (decl) || !TREE_PUBLIC (decl)) in assemble_external() 3591 if (TREE_PUBLIC (tem)) in compute_reloc_for_constant() [all …]
|
| D | sdbout.c | 728 PUT_SDB_SCL (TREE_PUBLIC (decl) ? C_EXT : C_STAT); in sdbout_symbol() 845 if (TREE_PUBLIC (decl)) in sdbout_symbol() 944 if (TREE_PUBLIC (decl)) in sdbout_toplevel_data() 1451 if (!DECL_INITIAL (decl) || !TREE_PUBLIC (decl)) in sdbout_global_decl()
|
| D | toplev.c | 774 else if (TREE_READONLY (decl) && !TREE_PUBLIC (decl) in wrapup_global_declaration_2() 833 && ! TREE_PUBLIC (decl) in check_global_declaration_1() 842 TREE_PUBLIC (decl) = 1; in check_global_declaration_1() 858 && ! TREE_PUBLIC (decl) in check_global_declaration_1()
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | decl2.c | 1062 TREE_PUBLIC (decl) = TREE_PUBLIC (base); in build_anon_union_vars() 1098 public_p = TREE_PUBLIC (anon_union_decl); in finish_anon_union() 1276 TREE_PUBLIC (decl) = 0; in comdat_linkage() 1448 if (TREE_PUBLIC (decl) && !DECL_COMDAT (decl)) in decl_needed_p() 1553 if (!TREE_PUBLIC (TYPE_MAIN_DECL (*tp))) in min_vis_r() 1587 TREE_PUBLIC (decl) = 0; in constrain_visibility() 1628 if (! TREE_PUBLIC (arg)) in constrain_visibility_for_template() 1664 if (!TREE_PUBLIC (decl)) in determine_visibility() 1842 && TREE_PUBLIC (decl) in determine_visibility_from_class() 1968 gcc_assert (TREE_PUBLIC (decl)); in import_export_decl() [all …]
|
| D | optimize.c | 116 TREE_PUBLIC (clone) = TREE_PUBLIC (fn); in maybe_clone_body()
|
| D | method.c | 139 TREE_PUBLIC (thunk) = TREE_PUBLIC (function); in make_thunk() 272 TREE_PUBLIC (alias) = 0; in make_alias_for() 381 TREE_PUBLIC (thunk_fndecl) = TREE_PUBLIC (function); in use_thunk()
|
| D | decl.c | 1189 if (! TREE_PUBLIC (newdecl)) in duplicate_decls() 1257 if (TREE_PUBLIC (newdecl)) in duplicate_decls() 1297 TREE_PUBLIC (olddecl) = 0; in duplicate_decls() 1803 TREE_PUBLIC (newdecl) = TREE_PUBLIC (olddecl); in duplicate_decls() 3159 TREE_PUBLIC (global_namespace) = 1; in cxx_init_decl_processing() 3489 TREE_PUBLIC (fn) = 1; in build_library_fn_1() 4027 was_public = TREE_PUBLIC (decl); in start_decl() 4044 && TREE_PUBLIC (tem) in start_decl() 4050 && DECL_NAMESPACE_SCOPE_P (tem) && !TREE_PUBLIC (tem) && !was_public in start_decl() 4277 else if (!pedantic && TREE_STATIC (decl) && !TREE_PUBLIC (decl)) in maybe_deduce_size_from_array_init() [all …]
|
| D | name-lookup.c | 524 && (!TREE_PUBLIC (decl) || DECL_DECLARED_INLINE_P (decl)))) in add_decl_to_level() 656 TREE_PUBLIC (x) = TREE_PUBLIC (t); in pushdecl_maybe_friend() 795 if (TREE_PUBLIC (x) && TREE_CODE (x) != FUNCTION_DECL) in pushdecl_maybe_friend() 804 && (DECL_EXTERNAL (decl) || TREE_PUBLIC (decl)) in pushdecl_maybe_friend() 832 if (IDENTIFIER_GLOBAL_VALUE (name) == NULL_TREE && TREE_PUBLIC (x)) in pushdecl_maybe_friend() 833 TREE_PUBLIC (name) = 1; in pushdecl_maybe_friend() 911 && TREE_PUBLIC (x)) in pushdecl_maybe_friend() 912 TREE_PUBLIC (name) = 1; in pushdecl_maybe_friend() 3060 TREE_PUBLIC (d) = 0; in push_namespace_with_attribs() 3062 TREE_PUBLIC (d) = 1; in push_namespace_with_attribs() [all …]
|
| D | repo.c | 280 gcc_assert (TREE_PUBLIC (decl)); in repo_emit_p()
|
| /freebsd-9-stable/contrib/gcc/config/arm/ |
| D | aof.h | 152 if (! TREE_PUBLIC (DECL)) \ 163 if (! TREE_PUBLIC (DECL)) \
|
| D | pe.c | 185 TREE_PUBLIC (decl) = 1;
|
| /freebsd-9-stable/contrib/gcc/config/i386/ |
| D | cygming.h | 234 i386_pe_declare_function_type (FILE, NAME, TREE_PUBLIC (DECL)); \ 350 TREE_PUBLIC (DECL)); \
|
| D | uwin.h | 84 i386_pe_declare_function_type (FILE, NAME, TREE_PUBLIC (DECL)); \
|
| D | winnt.c | 94 if (TREE_CODE (*node) != VAR_DECL || !TREE_PUBLIC (*node)) in ix86_handle_selectany_attribute() 265 gcc_assert (DECL_EXTERNAL (decl) && TREE_PUBLIC (decl) in i386_pe_mark_dllimport() 719 TREE_PUBLIC (decl)); in i386_pe_file_end()
|
| D | sol2.h | 88 if (! TREE_PUBLIC (DECL)) \
|
| D | winnt-cxx.c | 91 && TREE_STATIC (decl) && TREE_PUBLIC (decl) in i386_pe_type_dllimport_p()
|
| /freebsd-9-stable/contrib/gcc/config/rs6000/ |
| D | xcoff.h | 144 { if (TREE_PUBLIC (DECL)) \
|