Home
last modified time | relevance | path

Searched refs:TYPE_POLYMORPHIC_P (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Drtti.cc169 if (!TYPE_POLYMORPHIC_P (type)) in build_headof()
287 if (TYPE_POLYMORPHIC_P (type) && ! resolves_to_fixed_type_p (exp, 0)) in get_tinfo_decl_dynamic()
360 if (TYPE_POLYMORPHIC_P (TREE_TYPE (exp)) in build_typeid()
677 if (TYPE_POLYMORPHIC_P (TREE_TYPE (exprtype))) in build_dynamic_cast_1()
Dclass.cc1848 TYPE_POLYMORPHIC_P (t) |= TYPE_POLYMORPHIC_P (basetype); in check_bases()
2066 TYPE_POLYMORPHIC_P (variant) = TYPE_POLYMORPHIC_P (type); in fixup_type_variants()
2158 if (BINFO_N_BASE_BINFOS (TYPE_BINFO (t)) && TYPE_POLYMORPHIC_P (t)) in finish_struct_bits()
3202 if (!(TYPE_POLYMORPHIC_P (t) in declare_virt_assop_and_dtor()
4768 TYPE_POLYMORPHIC_P (t) = 1; in check_methods()
5197 if (!TYPE_POLYMORPHIC_P (basetype)) in look_for_tm_attr_overrides()
6085 || TYPE_POLYMORPHIC_P (t)); in check_bases_and_members()
6117 if (TYPE_POLYMORPHIC_P (t) && warn_nonvdtor) in check_bases_and_members()
6129 && (TYPE_POLYMORPHIC_P (basetype) || warn_ecpp) in check_bases_and_members()
7616 && TYPE_POLYMORPHIC_P (t) && accessible_nvdtor_p (t) in finish_struct_1()
Dsearch.cc2126 if (TYPE_POLYMORPHIC_P (basetype)) in look_for_overrides()
Ddecl2.cc2303 else if (TYPE_POLYMORPHIC_P (ctype)) in import_export_class()
3321 && TYPE_POLYMORPHIC_P (type) in import_export_decl()
Dtypeck2.cc1616 gcc_assert (!TYPE_POLYMORPHIC_P (type)); in process_init_constructor_record()
Dcp-tree.h4269 #define TYPE_POLYMORPHIC_P(NODE) (TREE_LANG_FLAG_2 (NODE)) macro
4273 (TYPE_POLYMORPHIC_P (NODE) || CLASSTYPE_VBASECLASSES (NODE))
Dinit.cc5057 && TYPE_POLYMORPHIC_P (type)) in build_delete()
Dsemantics.cc1707 if (TYPE_POLYMORPHIC_P (orig_type)) in finish_handler_parms()
11975 return CLASS_TYPE_P (type1) && TYPE_POLYMORPHIC_P (type1); in trait_expr_value()
DChangeLog-2000264 TYPE_POLYMORPHIC_P.
5133 * decl.c (vtype_decl_p): Use TYPE_POLYMORPHIC_P.
DChangeLog-1999132 (TYPE_POLYMORPHIC_P): ... this.
138 and TYPE_POLYMORPHIC_P.
Dmodule.cc11864 TYPE_POLYMORPHIC_P (type) = TYPE_POLYMORPHIC_P (type_dup); in read_class_def()
Dconstexpr.cc9198 && TYPE_POLYMORPHIC_P (TREE_TYPE (e))) in potential_constant_expression_1()
Dtypeck.cc4015 && !TYPE_POLYMORPHIC_P (basetype) in get_member_function_from_ptrfunc()
DChangeLog-20194802 checking TYPE_POLYMORPHIC_P.
Dparser.cc27892 if (!TYPE_POLYMORPHIC_P (basetype)) in noexcept_override_late_checks()
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.cc6431 || TYPE_POLYMORPHIC_P (field_type))) in add_instance_variable()
6457 if (TYPE_POLYMORPHIC_P (field_type)) in add_instance_variable()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgeneric.texi3099 @item TYPE_POLYMORPHIC_P
Dgccint.info12668 'TYPE_POLYMORPHIC_P'
57894 * TYPE_POLYMORPHIC_P: Classes. (line 74)