Searched refs:TooBig (Results 1 – 1 of 1) sorted by relevance
80 static const unsigned TooBig = 1u << NumBitsPerType; member in __anona4a975a40111::PGOHash131 static_assert(LastHashType <= TooBig, "Too many types in HashType");141 const unsigned PGOHash::TooBig; member in __anona4a975a40111::PGOHash744 assert(unsigned(Type) < TooBig && "Hash is invalid: too many types"); in combine()