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

/haiku-buildtools/gcc/gcc/cp/
H A Dsearch.c180 while (ANON_AGGR_TYPE_P (t))
475 && ANON_AGGR_TYPE_P (TREE_TYPE (field)))
587 && (ANON_AGGR_TYPE_P (context) || UNSCOPED_ENUM_P (context)))
H A Dmethod.c609 else if (ANON_AGGR_TYPE_P (expr_type) && TYPE_FIELDS (expr_type))
731 else if (ANON_AGGR_TYPE_P (expr_type)
1290 if (ANON_AGGR_TYPE_P (mem_type))
H A Dinit.c656 else if (ANON_AGGR_TYPE_P (type))
838 if (ANON_AGGR_TYPE_P (fieldtype))
860 if (ANON_AGGR_TYPE_P (TREE_TYPE (field)))
1013 || !ANON_AGGR_TYPE_P (ctx))
1340 while (t && ANON_AGGR_TYPE_P (t))
4259 if (ANON_AGGR_TYPE_P (this_type))
H A Dclass.c3051 TYPE_ANONYMOUS_P rather than ANON_AGGR_TYPE_P so that
3114 && ANON_AGGR_TYPE_P (TREE_TYPE (elt)))
3133 && ANON_AGGR_TYPE_P (TREE_TYPE (field)))
3386 if (TREE_CODE (x) == FIELD_DECL && ANON_AGGR_TYPE_P (TREE_TYPE (x)))
3404 if (TREE_CODE (x) == FIELD_DECL && ANON_AGGR_TYPE_P (TREE_TYPE (x)))
3523 else if (ANON_AGGR_TYPE_P (type))
5406 if (!CLASS_TYPE_P (inner) || ANON_AGGR_TYPE_P (inner))
5434 if (!CLASS_TYPE_P (inner) || ANON_AGGR_TYPE_P (inner)
H A Dconstexpr.c264 while (ANON_AGGR_TYPE_P (TREE_TYPE (member))
272 ANON_AGGR_TYPE_P (TREE_TYPE (field)))
395 else if (ANON_AGGR_TYPE_P (TREE_TYPE (aggr)))
H A Dtypeck.c2239 && ANON_AGGR_TYPE_P (TREE_TYPE (field)))
2316 while ((ANON_AGGR_TYPE_P (member_scope) || UNSCOPED_ENUM_P (member_scope))
2399 if (ANON_AGGR_TYPE_P (DECL_CONTEXT (member))
H A Dcp-tree.h3818 #define ANON_AGGR_TYPE_P(NODE) \
3825 (TREE_CODE (NODE) == UNION_TYPE && ANON_AGGR_TYPE_P (NODE))
3812 #define ANON_AGGR_TYPE_P macro
H A Dname-lookup.c3052 else if (ANON_AGGR_TYPE_P (TREE_TYPE (x)))
H A Ddecl2.c1585 else if (ANON_AGGR_TYPE_P (TREE_TYPE (field)))
H A Ddecl.c4627 if (ANON_AGGR_TYPE_P (t))
9611 && ANON_AGGR_TYPE_P (declspecs->type))
H A Dpt.c9312 if (ANON_AGGR_TYPE_P (pattern))
14070 && ANON_AGGR_TYPE_P (TREE_TYPE (decl)))
H A Dparser.c20900 else if (ANON_AGGR_TYPE_P (type))
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dsearch.c542 && ANON_AGGR_TYPE_P (TREE_TYPE (field)))
618 while (TYPE_P (context) && ANON_AGGR_TYPE_P (context))
3069 && ANON_AGGR_TYPE_P (TREE_TYPE (fields)))
3143 && ANON_AGGR_TYPE_P (TREE_TYPE (fields)))
H A Dmethod.c2506 && ANON_AGGR_TYPE_P (t)
2606 && ANON_AGGR_TYPE_P (t)
H A Dclass.c1384 if (! ANON_AGGR_TYPE_P (TREE_TYPE (field)))
1397 if (! ANON_AGGR_TYPE_P (TREE_TYPE (x)))
3303 && ANON_AGGR_TYPE_P (TREE_TYPE (field)))
3873 if (CLASS_TYPE_P (type) && ! ANON_AGGR_TYPE_P (type))
H A Dinit.c164 if (ANON_AGGR_TYPE_P (type))
972 while (t && ANON_AGGR_TYPE_P (t))
H A Ddecl2.c936 if (t == NULL_TREE || !ANON_AGGR_TYPE_P (t))
2273 && ANON_AGGR_TYPE_P (TREE_TYPE (field)))
2305 && ANON_AGGR_TYPE_P (TREE_TYPE (field)))
H A Dtypeck.c2020 && ANON_AGGR_TYPE_P (TREE_TYPE (field)))
2230 && ANON_AGGR_TYPE_P (base))
2260 if (TYPE_NAME (context) && ANON_AGGR_TYPE_P (context))
H A Ddecl.c4392 else if (ANON_AGGR_TYPE_P (TREE_TYPE (x)))
7227 if (t && ANON_AGGR_TYPE_P (t))
10166 && ANON_AGGR_TYPE_P (TREE_VALUE (declspecs)))
H A Dcp-tree.h1818 #define ANON_AGGR_TYPE_P(NODE) \
1811 #define ANON_AGGR_TYPE_P macro
H A Dpt.c4915 if (ANON_AGGR_TYPE_P (pattern))

Completed in 777 milliseconds