Home
last modified time | relevance | path

Searched refs:enum_p (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtypeid01.C30 bool enum_p = false; in main() local
32 enum_p = typeid(A) == typeid(E); in main()
34 assert (enum_p); in main()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcall.c2041 int enum_p = 0; in add_builtin_candidates() local
2102 enum_p = 1; in add_builtin_candidates()
2153 if (enum_p && TREE_CODE (type) == ENUMERAL_TYPE) in add_builtin_candidates()
2172 if (enum_p && TREE_CODE (type) == ENUMERAL_TYPE) in add_builtin_candidates()
H A Ddecl.c2706 bool enum_p; member
2724 && TYPENAME_IS_ENUM_P (t1) == t2->enum_p in typename_compare()
2752 ti.enum_p = tag_type == enum_type; in build_typename_type()
2769 TYPENAME_IS_ENUM_P (t) = ti.enum_p; in build_typename_type()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c2139 int enum_p = 0; local
2200 enum_p = 1;
2251 if (enum_p && TREE_CODE (type) == ENUMERAL_TYPE)
2270 if (enum_p && TREE_CODE (type) == ENUMERAL_TYPE)