Home
last modified time | relevance | path

Searched refs:TYPE_FINAL_P (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-devirt.cc239 if (TYPE_FINAL_P (t)) in type_all_derivations_known_p()
2129 && (TYPE_FINAL_P (t) in type_known_to_have_no_derivations_p()
3103 if (TYPE_FINAL_P (outer_type->type)) in possible_polymorphic_call_targets()
3192 if (TYPE_FINAL_P (speculative_outer_type->type)) in possible_polymorphic_call_targets()
Dtree-streamer-out.cc353 bp_pack_value (bp, TYPE_FINAL_P (expr), 1); in pack_ts_type_common_value_fields()
Dipa-free-lang-data.cc297 TYPE_FINAL_P (copy) = 0; in fld_incomplete_type_of()
Dtree-streamer-in.cc393 TYPE_FINAL_P (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_type_common_value_fields()
Dlto-streamer-out.cc1360 hstate.add_flag (TYPE_FINAL_P (t)); in hash_tree()
Dtree.h2337 #define TYPE_FINAL_P(NODE) \ macro
Dtree.cc13206 verify_variant_match (TYPE_FINAL_P); in verify_type_variant()
DChangeLog-201321235 DECL_CXX_CONSTRUCTOR_P, DECL_CXX_DESTRUCTOR_P and TYPE_FINAL_P.
21238 (unpack_ts_type_common_value_fields): Stream TYPE_FINAL_P.
21241 (pack_ts_type_common_value_fields): Add TYPE_FINAL_P.
21629 * tree.h (TYPE_FINAL_P, DECL_FINAL_P): New macros.
DChangeLog-20196060 * tree.c (fld_incomplete_type_of): Clear TYPE_FINAL_P, TYPE_EMPTY_P,
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-common.cc1267 compare_values (TYPE_FINAL_P); in compare_tree_sccs_1()
DChangeLog2420 TYPE_FINAL_P.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcp-tree.h2450 TYPE_FINAL_P (NODE)
DChangeLog-20131603 (CLASSTYPE_FINAL): Define using TYPE_FINAL_P.