HomeSort by: relevance | last modified time | path
    Searched defs:enum_first_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 5116 const bool enum_first_p = TREE_CODE (type0) == ENUMERAL_TYPE;
5135 if (enum_first_p && cxx_dialect >= cxx26)
5141 else if (enum_first_p)
5154 if (enum_first_p && cxx_dialect >= cxx26)
5160 else if (enum_first_p)
5108 const bool enum_first_p = TREE_CODE (type0) == ENUMERAL_TYPE; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 4874 const bool enum_first_p = TREE_CODE (type0) == ENUMERAL_TYPE;
4893 if (enum_first_p)
4906 if (enum_first_p)
4866 const bool enum_first_p = TREE_CODE (type0) == ENUMERAL_TYPE; local

Completed in 51 milliseconds