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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp63 static const unsigned TooBig = 1u << NumBitsPerType; member in class:__anon3820::PGOHash
95 static_assert(LastHashType <= TooBig, "Too many types in HashType");
105 const unsigned PGOHash::TooBig; member in class:__anon3820::PGOHash
574 assert(unsigned(Type) < TooBig && "Hash is invalid: too many types");

Completed in 29 milliseconds