reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
78 static const unsigned TooBig = 1u << NumBitsPerType;
129 static_assert(LastHashType <= TooBig, "Too many types in HashType"); 725 assert(unsigned(Type) < TooBig && "Hash is invalid: too many types");