reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenPGO.cpp
   78   static const unsigned TooBig = 1u << NumBitsPerType;

References

tools/clang/lib/CodeGen/CodeGenPGO.cpp
  129   static_assert(LastHashType <= TooBig, "Too many types in HashType");
  725   assert(unsigned(Type) < TooBig && "Hash is invalid: too many types");