Searched refs:scoped_enum_p (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c15738 bool scoped_enum_p = false;
15771 scoped_enum_p = true;
15834 if (scoped_enum_p)
15878 if (cxx_dialect < cxx11 || (!scoped_enum_p && !underlying_type))
15888 if ((scoped_enum_p || underlying_type)
15925 scoped_enum_p, &is_new_type);
15970 if (scoped_enum_p)
15999 if (is_anonymous && !scoped_enum_p)
16009 if (scoped_enum_p)
15736 bool scoped_enum_p = false; local
H A Ddecl.c12772 bool scoped_enum_p, bool *is_new)
12783 if (!underlying_type && scoped_enum_p)
12801 if (scoped_enum_p != SCOPED_ENUM_P (enumtype))
12878 SET_SCOPED_ENUM_P (enumtype, scoped_enum_p);
12752 start_enum(tree name, tree enumtype, tree underlying_type, bool scoped_enum_p, bool *is_new) argument

Completed in 319 milliseconds