| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | varpool.c | 115 && (TREE_STATIC (decl) || DECL_EXTERNAL (decl))); in varpool_get_node() 134 && (TREE_STATIC (decl) || DECL_EXTERNAL (decl) || in_lto_p)); in varpool_node() 364 if (!TREE_STATIC (decl) && !DECL_EXTERNAL (decl)) in const_value_known_p() 367 gcc_assert (TREE_STATIC (decl) || DECL_EXTERNAL (decl)); in const_value_known_p() 393 gcc_assert (TREE_STATIC (decl)); in varpool_finalize_decl() 705 TREE_STATIC (new_decl) = 1; in add_new_static_var()
|
| HD | cgraphbuild.c | 254 && (TREE_STATIC (addr) || DECL_EXTERNAL (addr))) in mark_address() 287 && (TREE_STATIC (t) || DECL_EXTERNAL (t))) in mark_load() 309 && (TREE_STATIC (t) || DECL_EXTERNAL (t))) in mark_store() 388 && (TREE_STATIC (decl) && !DECL_EXTERNAL (decl))) in build_cgraph_edges()
|
| HD | tree-emutls.c | 242 TREE_STATIC (to) = TREE_STATIC (decl); in get_emutls_init_templ_addr() 247 TREE_STATIC (to) = 1; in get_emutls_init_templ_addr() 287 TREE_STATIC (to) = 1; in new_emutls_decl() 747 gcc_checking_assert (TREE_STATIC (var->decl) in ipa_lower_emutls()
|
| HD | targhooks.c | 641 TREE_STATIC (t) = 1; in default_stack_protect_guard() 672 TREE_STATIC (t) = 1; in default_external_stack_protect_fail() 705 TREE_STATIC (t) = 1; in default_hidden_stack_protect_fail() 1024 && !TREE_STATIC (base)) in default_ref_may_alias_errno()
|
| HD | c-decl.c | 579 && !TREE_STATIC (decl) in decl_jump_unsafe() 1205 TREE_STATIC (extp) = 0; in pop_scope() 2320 TREE_STATIC (newdecl) = TREE_STATIC (olddecl); in merge_decls() 2333 TREE_STATIC (olddecl) = TREE_STATIC (newdecl); in merge_decls() 2486 && TREE_STATIC (olddecl)))) in merge_decls() 2714 && TREE_STATIC (b->decl) in pushdecl() 3553 TREE_STATIC (decl) = 1; in c_make_fname_decl() 4066 TREE_STATIC (decl) = 1; in start_decl() 4146 && TREE_STATIC (decl) in start_decl() 4165 TREE_STATIC (tem) = 1; in start_decl() [all …]
|
| HD | tree-profile.c | 81 TREE_STATIC (ic_void_ptr_var) = 1; in init_ic_make_global_vars() 97 TREE_STATIC (ic_gcov_type_ptr_var) = 1; in init_ic_make_global_vars()
|
| HD | tree-nrv.c | 185 || TREE_STATIC (found) in tree_nrv()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | cgraphbuild.c | 210 && (TREE_STATIC (addr) || DECL_EXTERNAL (addr))) in mark_address() 234 else if (t && VAR_P (t) && (TREE_STATIC (t) || DECL_EXTERNAL (t))) in mark_load() 249 if (t && VAR_P (t) && (TREE_STATIC (t) || DECL_EXTERNAL (t))) in mark_store() 356 && (TREE_STATIC (decl) && !DECL_EXTERNAL (decl)) in execute()
|
| HD | tree-emutls.c | 247 TREE_STATIC (to) = TREE_STATIC (decl); in get_emutls_init_templ_addr() 253 TREE_STATIC (to) = 1; in get_emutls_init_templ_addr() 290 TREE_STATIC (to) = 1; in new_emutls_decl() 750 gcc_checking_assert (TREE_STATIC (var->decl) in ipa_lower_emutls()
|
| HD | sancov.c | 176 TREE_STATIC (case_array_var) = 1; in instrument_switch() 206 TREE_STATIC (ctor) = 1; in instrument_switch()
|
| HD | asan.c | 1154 TREE_STATIC (ret) = 1; in asan_pp_string() 1337 TREE_STATIC (decl) = 1; in asan_emit_stack_protection() 1385 TREE_STATIC (decl) = 1; in asan_emit_stack_protection() 2119 if (!TREE_STATIC (inner)) in instrument_derefs() 2562 TREE_STATIC (var) = 1; in create_odr_indicator() 2571 TREE_STATIC (ctor) = 1; in create_odr_indicator() 2632 TREE_STATIC (refdecl) = 1; in asan_add_global() 2670 TREE_STATIC (var) = 1; in asan_add_global() 2684 TREE_STATIC (ctor) = 1; in asan_add_global() 2947 TREE_STATIC (var) = 1; in asan_finish_file() [all …]
|
| HD | tree-profile.c | 94 TREE_STATIC (ic_void_ptr_var) = 1; in init_ic_make_global_vars() 111 TREE_STATIC (ic_gcov_type_ptr_var) = 1; in init_ic_make_global_vars() 208 TREE_STATIC (tree_time_profiler_counter) = 1; in gimple_init_gcov_profiler()
|
| HD | ubsan.c | 309 TREE_STATIC (str) = 1; in ubsan_source_location() 318 TREE_STATIC (ctor) = 1; in ubsan_source_location() 491 TREE_STATIC (str) = 1; in ubsan_type_descriptor() 497 TREE_STATIC (decl) = 1; in ubsan_type_descriptor() 514 TREE_STATIC (ctor) = 1; in ubsan_type_descriptor() 603 TREE_STATIC (var) = 1; in ubsan_create_data() 628 TREE_STATIC (ctor) = 1; in ubsan_create_data() 1299 TREE_STATIC (array) = 1; in ubsan_expand_vptr_ifn()
|
| HD | targhooks.c | 871 TREE_STATIC (t) = 1; in default_stack_protect_guard() 902 TREE_STATIC (t) = 1; in default_external_stack_protect_fail() 935 TREE_STATIC (t) = 1; in default_hidden_stack_protect_fail() 1413 && !TREE_STATIC (base)) in default_ref_may_alias_errno()
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-gimplify.c | 77 if (TREE_STATIC (decl)) in ubsan_walk_array_refs_r() 260 && !TREE_STATIC (DECL_EXPR_DECL (*expr_p)) in c_gimplify_expr()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | rtti.c | 435 TREE_STATIC (d) = 1; in get_tinfo_decl() 890 TREE_STATIC (name_decl) = 1; in tinfo_base_init() 938 TREE_STATIC (init) = 1; in tinfo_base_init() 954 TREE_STATIC (init) = 1; in generic_initializer() 980 TREE_STATIC (init) = 1; in ptr_initializer() 1011 TREE_STATIC (init) = 1; in ptm_initializer() 1035 TREE_STATIC (init) = 1; in class_initializer()
|
| HD | search.c | 2261 if (!(virtual_depth || TREE_STATIC (level))) in check_hidden_convs() 2271 we_hide_them = (!they_hide_us && TREE_STATIC (level) in check_hidden_convs() 2416 TREE_STATIC (my_tpl_convs) = 1; in lookup_conversions_r() 2437 TREE_STATIC (my_convs) = 1; in lookup_conversions_r() 2450 TREE_STATIC (parent_convs) = 1; in lookup_conversions_r() 2457 TREE_STATIC (parent_tpl_convs) = 1; in lookup_conversions_r()
|
| HD | decl.c | 1963 TREE_STATIC (olddecl) = TREE_STATIC (newdecl) |= TREE_STATIC (olddecl); in duplicate_decls() 2341 && TREE_STATIC (olddecl)))) in duplicate_decls() 2657 if (TREE_CODE (decl) != VAR_DECL || TREE_STATIC (decl) in decl_jump_unsafe() 3814 TREE_STATIC (decl) = 1; in cp_make_fname_decl() 4393 TREE_STATIC (decl) = 1; in start_decl() 4765 else if (!pedantic && TREE_STATIC (decl) && !TREE_PUBLIC (decl)) in maybe_deduce_size_from_array_init() 4824 if (TREE_STATIC (decl) && DECL_CLASS_SCOPE_P (decl)) in layout_var_decl() 4828 if ((DECL_EXTERNAL (decl) || TREE_STATIC (decl)) in layout_var_decl() 4851 if (TREE_STATIC (decl) in maybe_commonize_var() 5695 gcc_assert (TREE_STATIC (decl)); in make_rtl_for_nonlocal_decl() [all …]
|
| HD | decl2.c | 944 || (TREE_STATIC (init) == 0 in grokfield() 1059 if (TREE_STATIC (value)) in grokbitfield() 1384 TREE_STATIC (decl) = TREE_STATIC (base); in build_anon_union_vars() 1447 if (TREE_STATIC (anon_union_decl) || DECL_EXTERNAL (anon_union_decl)) in finish_anon_union() 2238 && ((TREE_CODE (decl) == VAR_DECL && TREE_STATIC (decl)) in determine_visibility() 2682 TREE_STATIC (guard) = TREE_STATIC (decl); in get_guard()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | rtti.c | 462 TREE_STATIC (d) = 1; in get_tinfo_decl() 927 TREE_STATIC (name_decl) = 1; in tinfo_base_init() 976 TREE_STATIC (init) = 1; in tinfo_base_init() 992 TREE_STATIC (init) = 1; in generic_initializer() 1032 TREE_STATIC (init) = 1; in ptr_initializer() 1064 TREE_STATIC (init) = 1; in ptm_initializer() 1089 TREE_STATIC (init) = 1; in class_initializer()
|
| HD | vtable-class-hierarchy.c | 784 TREE_STATIC (array_arg) = 1; in insert_call_to_register_set() 799 TREE_STATIC (initial) = 1; in insert_call_to_register_set() 1182 TREE_STATIC (vtv_fndecl) = 1; in vtv_generate_init_routine() 1240 TREE_STATIC (var_decl) = 1; in vtable_find_or_create_map_decl()
|
| HD | decl2.c | 1092 if (TREE_STATIC (value)) in grokbitfield() 1510 && (TREE_STATIC (*decl) || DECL_EXTERNAL (*decl))) in cplus_decl_attributes() 1628 TREE_STATIC (decl) = TREE_STATIC (base); in build_anon_union_vars() 1691 if (TREE_STATIC (anon_union_decl) || DECL_EXTERNAL (anon_union_decl)) in finish_anon_union() 1968 return (TREE_STATIC (decl) in vague_linkage_p() 2558 && ((VAR_P (decl) && TREE_STATIC (decl)) in determine_visibility() 3122 TREE_STATIC (guard) = TREE_STATIC (decl); in get_guard() 4370 TREE_STATIC (guard) = true; in handle_tls_init()
|
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-gimplify.c | 182 && !TREE_STATIC (DECL_EXPR_DECL (*expr_p)) in c_gimplify_expr()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-decl.c | 670 && !TREE_STATIC (decl) in decl_jump_unsafe() 1310 TREE_STATIC (extp) = 0; in pop_scope() 2507 TREE_STATIC (newdecl) = TREE_STATIC (olddecl); in merge_decls() 2520 TREE_STATIC (olddecl) = TREE_STATIC (newdecl); in merge_decls() 2662 || TREE_STATIC (olddecl)) in merge_decls() 2703 || (VAR_P (olddecl) && TREE_STATIC (olddecl)))) in merge_decls() 2985 && TREE_STATIC (b->decl) in pushdecl() 4207 TREE_STATIC (decl) = 1; in c_make_fname_decl() 4756 TREE_STATIC (decl) = 1; in start_decl() 4836 && TREE_STATIC (decl) in start_decl() [all …]
|
| /dragonfly/contrib/gcc-4.7/gcc/objc/ |
| HD | objc-encoding.c | 452 if (TREE_CODE (field) != FIELD_DECL || TREE_STATIC (field)) in encode_aggregate_fields() 817 if (TREE_CODE (field_decl) != FIELD_DECL || TREE_STATIC (field_decl)) in encode_field()
|