Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenPGO.cpp81 static const unsigned TooBig = 1u << NumBitsPerType; member in __anon923547350111::PGOHash
132 static_assert(LastHashType <= TooBig, "Too many types in HashType");
142 const unsigned PGOHash::TooBig; member in __anon923547350111::PGOHash
753 assert(unsigned(Type) < TooBig && "Hash is invalid: too many types"); in combine()