Home
last modified time | relevance | path

Searched refs:CLASSTYPE_EMPTY_P (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDclass.c2975 CLASSTYPE_EMPTY_P (t) = 0; in check_field_decls()
3606 CLASSTYPE_EMPTY_P (t) = 0; in build_base_field()
4248 CLASSTYPE_EMPTY_P (t) = 0; in create_vtable_ptr()
4850 if (CLASSTYPE_NON_POD_P (t) || CLASSTYPE_EMPTY_P (t)) in layout_class_type()
4857 if (!abi_version_at_least (2) && CLASSTYPE_EMPTY_P (t)) in layout_class_type()
4921 if (CLASSTYPE_EMPTY_P (t)) in layout_class_type()
4940 if (integer_zerop (rli_size_unit_so_far (rli)) && CLASSTYPE_EMPTY_P (t)) in layout_class_type()
4958 if (CLASSTYPE_EMPTY_P (t) in layout_class_type()
5023 CLASSTYPE_EMPTY_P (t) = 1; in finish_struct_1()
6275 return CLASSTYPE_EMPTY_P (type); in is_empty_class()
HDChangeLog-20021210 clear CLASSTYPE_EMPTY_P.
1217 (finish_struct_1): Initialize CLASSTYPE_EMPTY_P and
1222 (CLASSTYPE_EMPTY_P): New macro.
HDcp-tree.h1335 #define CLASSTYPE_EMPTY_P(NODE) \ macro