Home
last modified time | relevance | path

Searched refs:DECL_STATIC_DESTRUCTOR (Results 1 – 22 of 22) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa.cc906 DECL_STATIC_DESTRUCTOR (decl) = 1; in cgraph_build_static_cdtor_1()
953 if (DECL_STATIC_DESTRUCTOR (node->decl)) in record_cdtor_fn()
1010 DECL_STATIC_DESTRUCTOR (fn) = 0; in build_cdtor()
1122 DECL_STATIC_DESTRUCTOR (fn) = 0; in build_cxa_dtor_registrations()
1215 if (DECL_STATIC_DESTRUCTOR (f1)) in compare_cdtor_tu_order()
1217 gcc_checking_assert (DECL_STATIC_DESTRUCTOR (f2)); in compare_cdtor_tu_order()
1305 || DECL_STATIC_DESTRUCTOR (node->decl)) in ipa_cdtor_merge()
Dipa-visibility.cc668 || DECL_STATIC_DESTRUCTOR (node->decl)) in function_and_variable_visibility()
674 DECL_STATIC_DESTRUCTOR (node->decl) = 0; in function_and_variable_visibility()
Dipa-comdats.cc270 || DECL_STATIC_DESTRUCTOR (symbol->decl)))) in ipa_comdats()
Dcgraphclones.cc167 DECL_STATIC_DESTRUCTOR (new_node->decl) = 0; in set_new_clone_decl_and_node_flags()
1057 DECL_STATIC_DESTRUCTOR (new_decl) = 0; in create_version_clone_with_body()
Dsymtab.cc979 if (DECL_STATIC_DESTRUCTOR (decl)) in dump_base()
1898 gcc_assert (DECL_STATIC_DESTRUCTOR (this->decl)); in set_fini_priority()
2093 DECL_STATIC_DESTRUCTOR (new_decl) = 0; in noninterposable_alias()
Dcgraph.cc2206 if (DECL_STATIC_DESTRUCTOR (decl)) in dump()
2701 if (DECL_STATIC_DESTRUCTOR (node->decl)) in set_const_flag_1()
2703 DECL_STATIC_DESTRUCTOR (node->decl) = 0; in set_const_flag_1()
2844 if (DECL_STATIC_DESTRUCTOR (node->decl)) in set_pure_flag_1()
2846 DECL_STATIC_DESTRUCTOR (node->decl) = 0; in set_pure_flag_1()
Dcgraphunit.cc263 && (DECL_STATIC_CONSTRUCTOR (decl) || DECL_STATIC_DESTRUCTOR (decl))) in needed_p()
1125 && !DECL_STATIC_DESTRUCTOR (decl))) in check_global_declaration()
Dcgraph.h3122 && !DECL_STATIC_DESTRUCTOR (decl) in only_called_directly_or_aliased_p()
3141 || DECL_STATIC_DESTRUCTOR (decl)) in can_remove_if_no_direct_calls_and_refs_p()
Dtree-streamer-out.cc303 bp_pack_value (bp, DECL_STATIC_DESTRUCTOR (expr), 1); in pack_ts_function_decl_value_fields()
Dlto-cgraph.cc567 if (DECL_STATIC_DESTRUCTOR (node->decl)) in lto_output_node()
1333 if (DECL_STATIC_DESTRUCTOR (node->decl)) in input_node()
Dtree-streamer-in.cc336 DECL_STATIC_DESTRUCTOR (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_function_decl_value_fields()
Dipa-pure-const.cc1432 if (DECL_STATIC_CONSTRUCTOR (n->decl) || DECL_STATIC_DESTRUCTOR (n->decl)) in cdtor_p()
Dpredict.cc4003 if (DECL_STATIC_DESTRUCTOR (current_function_decl)) in compute_function_frequency()
4020 || DECL_STATIC_DESTRUCTOR (current_function_decl)) in compute_function_frequency()
Domp-simd-clone.cc457 DECL_STATIC_DESTRUCTOR (new_decl) = 0; in simd_clone_create()
Dipa-icf.cc1529 || DECL_STATIC_DESTRUCTOR (node->decl)) in parse()
Dfinal.cc4332 if (DECL_STATIC_DESTRUCTOR (current_function_decl) in rest_of_handle_final()
Dlto-streamer-out.cc1328 hstate.add_flag (DECL_STATIC_DESTRUCTOR (t)); in hash_tree()
Dtree.h3263 #define DECL_STATIC_DESTRUCTOR(NODE) \ macro
DChangeLog-200024474 (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-common.cc1237 compare_values (DECL_STATIC_DESTRUCTOR); in compare_tree_sccs_1()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl2.cc3951 DECL_STATIC_DESTRUCTOR (fn) = 1; in finish_objects()
Ddecl.cc2189 DECL_STATIC_DESTRUCTOR (newdecl) |= DECL_STATIC_DESTRUCTOR (olddecl); in duplicate_decls()