Searched refs:too_large (Results 1 – 7 of 7) sorted by relevance
754 CheckedNumeric<int> too_large = std::numeric_limits<int>::max(); in TEST() local755 EXPECT_TRUE(too_large.IsValid()); in TEST()756 too_large += d; in TEST()757 EXPECT_FALSE(too_large.IsValid()); in TEST()758 too_large -= d; in TEST()759 EXPECT_FALSE(too_large.IsValid()); in TEST()760 too_large /= d; in TEST()761 EXPECT_FALSE(too_large.IsValid()); in TEST()
37 case sampleprof_error::too_large: in message()
47 return make_error<InstrProfError>(instrprof_error::too_large); in create()83 return make_error<InstrProfError>(instrprof_error::too_large); in create()
52 case instrprof_error::too_large: in getInstrProfErrString()626 return make_error<InstrProfError>(instrprof_error::too_large); in getValueProfData()
744 return sampleprof_error::too_large; in setupMemoryBuffer()
35 too_large, enumerator
287 too_large, enumerator