Searched refs:too_large (Results 1 – 9 of 9) sorted by relevance
773 CheckedNumeric<int> too_large = std::numeric_limits<int>::max(); in TEST() local774 EXPECT_TRUE(too_large.IsValid()); in TEST()775 too_large += d; in TEST()776 EXPECT_FALSE(too_large.IsValid()); in TEST()777 too_large -= d; in TEST()778 EXPECT_FALSE(too_large.IsValid()); in TEST()779 too_large /= d; in TEST()780 EXPECT_FALSE(too_large.IsValid()); in TEST()
777 CheckedNumeric<int> too_large = std::numeric_limits<int>::max(); in TEST() local778 EXPECT_TRUE(too_large.IsValid()); in TEST()779 too_large += d; in TEST()780 EXPECT_FALSE(too_large.IsValid()); in TEST()781 too_large -= d; in TEST()782 EXPECT_FALSE(too_large.IsValid()); in TEST()783 too_large /= d; in TEST()784 EXPECT_FALSE(too_large.IsValid()); in TEST()
237 int too_large = 0; in append_known_answers_and_send() local247 too_large = 1; in append_known_answers_and_send()264 if (!too_large) in append_known_answers_and_send()
34 case sampleprof_error::too_large: in message()
45 case instrprof_error::too_large: in message()439 return instrprof_error::too_large; in getValueProfData()
47 return instrprof_error::too_large; in create()83 return instrprof_error::too_large; in create()
680 return sampleprof_error::too_large; in setupMemoryBuffer()
35 too_large, enumerator
173 too_large, enumerator