Searched refs:TYPENAME_IS_ENUM_P (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/gcc/cp/
H A Dcp-tree.h52 TYPENAME_IS_ENUM_P (in TYPENAME_TYPE)
2347 #define TYPENAME_IS_ENUM_P(NODE) \
2340 #define TYPENAME_IS_ENUM_P macro
H A Ddecl.c2747 && TYPENAME_IS_ENUM_P (t1) == t2->enum_p
2792 TYPENAME_IS_ENUM_P (t) = ti.enum_p;
H A Derror.c360 TYPENAME_IS_ENUM_P (t) ? "enum"
H A Dpt.c7771 if (TYPENAME_IS_ENUM_P (t) && TREE_CODE (f) != ENUMERAL_TYPE)

Completed in 253 milliseconds