Searched refs:TYPE_BEING_DEFINED (Results 1 - 21 of 21) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Drepo.c105 if (TYPE_SIZE (t) == NULL_TREE || TYPE_BEING_DEFINED (t))
H A Dfriend.c386 else if (TYPE_SIZE (ctype) != 0 || TYPE_BEING_DEFINED (ctype))
H A Dsemantics.c1292 if (TYPE_BEING_DEFINED (t))
1299 TYPE_BEING_DEFINED (t) = 1;
H A Dpt.c1241 && !TYPE_BEING_DEFINED (ctype)
1329 if (ctype != NULL_TREE && TYPE_BEING_DEFINED (ctype))
2213 && !TYPE_BEING_DEFINED (current_class_type)
2255 if (current_class_type && TYPE_BEING_DEFINED (current_class_type))
2383 || TYPE_BEING_DEFINED (ctx)
4724 if (TYPE_BEING_DEFINED (type) || TYPE_SIZE (type))
4794 TYPE_BEING_DEFINED (type) = 1;
4833 TYPE_BEING_DEFINED (type) = 1;
5172 TYPE_BEING_DEFINED (type) = 0;
6579 else if (!uses_template_parms (ctx) && !TYPE_BEING_DEFINED (ct
[all...]
H A Dsearch.c1379 if (xbasetype == current_class_type && TYPE_BEING_DEFINED (xbasetype)
2919 if (TYPE_BEING_DEFINED (type))
H A Dclass.c4575 TYPE_BEING_DEFINED (t) = 0;
5708 if (!current_class_type || !TYPE_BEING_DEFINED (current_class_type))
H A Dinit.c1776 && !TYPE_BEING_DEFINED (type))
H A Dparse.y2183 && ! TYPE_BEING_DEFINED ($$.t))
H A Ddecl.c4263 && TYPE_BEING_DEFINED (TREE_TYPE (x)))))
4442 if (TYPE_BEING_DEFINED (current_class_type))
7836 && TYPE_BEING_DEFINED (current_class_type)
H A Dcp-tree.h833 #define TYPE_BEING_DEFINED(NODE) (TYPE_LANG_SPECIFIC(NODE)->type_flags.being_defined)
830 #define TYPE_BEING_DEFINED macro
H A Dparse.c6460 && ! TYPE_BEING_DEFINED (yyval.ftype.t))
/haiku-buildtools/gcc/gcc/cp/
H A Dmethod.c139 && TYPE_BEING_DEFINED (DECL_CONTEXT (function)));
2135 if (TYPE_BEING_DEFINED (DECL_CONTEXT (fn)))
H A Dclass.c6939 TYPE_BEING_DEFINED (t) = 0;
7366 if (TYPE_BEING_DEFINED (current_class_type))
7373 if (!TYPE_BEING_DEFINED (t))
8089 && TYPE_BEING_DEFINED (current_class_type)
H A Dpt.c2605 if (ctype != NULL_TREE && TYPE_BEING_DEFINED (ctype))
4535 && !TYPE_BEING_DEFINED (current_class_type)
4656 if (current_class_type && TYPE_BEING_DEFINED (current_class_type))
4914 || (CLASS_TYPE_P (ctx) && TYPE_BEING_DEFINED (ctx))
9060 && TYPE_BEING_DEFINED (TYPE_MAIN_VARIANT (type)))
9241 TYPE_BEING_DEFINED (type) = 1;
9276 TYPE_BEING_DEFINED (type) = 1;
9755 TYPE_BEING_DEFINED (type) = 0;
12596 else if (!uses_template_parms (ctx) && !TYPE_BEING_DEFINED (ctx))
H A Dtypeck2.c453 && TYPE_BEING_DEFINED (current_class_type)
H A Dname-lookup.c3162 gcc_assert (TYPE_BEING_DEFINED (current_class_type)
5951 if (!TYPE_BEING_DEFINED (current_class_type))
H A Ddecl.c6449 && TYPE_BEING_DEFINED (current_class_type)
8010 && !TYPE_BEING_DEFINED (DECL_CONTEXT (decl))
12557 && CLASS_TYPE_P (basetype) && TYPE_BEING_DEFINED (basetype))
14553 && TYPE_BEING_DEFINED (inner_type)))
H A Dsemantics.c2819 if (TYPE_BEING_DEFINED (t))
2826 TYPE_BEING_DEFINED (t) = 1;
H A Dcp-tree.h1684 #define TYPE_BEING_DEFINED(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->being_defined)
1689 (COMPLETE_TYPE_P (NODE) || (CLASS_TYPE_P (NODE) && TYPE_BEING_DEFINED (NODE)))
1682 #define TYPE_BEING_DEFINED macro
H A Dparser.c15907 nested_being_defined = TYPE_BEING_DEFINED (nested_name_specifier);
15908 TYPE_BEING_DEFINED (nested_name_specifier) = 1;
16052 TYPE_BEING_DEFINED (nested_name_specifier) = nested_being_defined;
18666 && TYPE_BEING_DEFINED (current_class_type))
19115 && TYPE_BEING_DEFINED (current_class_type)
23247 || !TYPE_BEING_DEFINED (current_class_type)
H A Ddecl2.c4232 else if (CLASS_TYPE_P (t) && TYPE_BEING_DEFINED (t))

Completed in 859 milliseconds