Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp97 static const unsigned TooBig = 1u << NumBitsPerType; member in __anon7f44950c0111::PGOHash
129 static_assert(LastHashType <= TooBig, "Too many types in HashType");
139 const unsigned PGOHash::TooBig; member in __anon7f44950c0111::PGOHash
622 assert(unsigned(Type) < TooBig && "Hash is invalid: too many types"); in combine()