Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c3146 int enum_p = 0; in add_builtin_candidates() local
3210 enum_p = 1; in add_builtin_candidates()
3260 if (enum_p && TREE_CODE (type) == ENUMERAL_TYPE) in add_builtin_candidates()
3278 if (enum_p && UNSCOPED_ENUM_P (type)) in add_builtin_candidates()
H A Ddecl.c3805 bool enum_p; member
3834 && TYPENAME_IS_ENUM_P (t1) == t2->enum_p in equal()
3862 ti.enum_p = tag_type == enum_type; in build_typename_type()
3879 TYPENAME_IS_ENUM_P (t) = ti.enum_p; in build_typename_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc3216 int enum_p = 0; in add_builtin_candidates() local
3280 enum_p = 1; in add_builtin_candidates()
3330 if (enum_p && TREE_CODE (type) == ENUMERAL_TYPE) in add_builtin_candidates()
3348 if (enum_p && UNSCOPED_ENUM_P (type)) in add_builtin_candidates()
H A Ddecl.cc4008 bool enum_p; member
4037 && TYPENAME_IS_ENUM_P (t1) == t2->enum_p in equal()
4061 ti.enum_p = tag_type == enum_type; in build_typename_type()
4079 TYPENAME_IS_ENUM_P (t) = ti.enum_p; in build_typename_type()