Searched refs:TooBig (Results 1 – 3 of 3) sorted by relevance
102 auto TooBig = createULEBFormValue(uint64_t(LLONG_MAX) + 1); in TEST() local104 EXPECT_EQ(TooBig.getAsSignedConstant().hasValue(), false); in TEST()
89 auto TooBig = createULEBFormValue(uint64_t(LLONG_MAX) + 1); in TEST() local91 EXPECT_EQ(TooBig.getAsSignedConstant().hasValue(), false); in TEST()
68 static const unsigned TooBig = 1u << NumBitsPerType; member in __anon042c96440111::PGOHash100 static_assert(LastHashType <= TooBig, "Too many types in HashType");110 const unsigned PGOHash::TooBig; member in __anon042c96440111::PGOHash580 assert(unsigned(Type) < TooBig && "Hash is invalid: too many types"); in combine()