Searched refs:overflow_detected (Results 1 – 2 of 2) sorted by relevance
51 void OverflowTestsSoftExpectTrue(bool overflow_detected) { in OverflowTestsSoftExpectTrue() argument52 if (!overflow_detected) { in OverflowTestsSoftExpectTrue()58 !overflow_detected ? "yes." : "no."); in OverflowTestsSoftExpectTrue()62 EXPECT_TRUE(overflow_detected); in OverflowTestsSoftExpectTrue()
60 void OverflowTestsSoftExpectTrue(bool overflow_detected) { in OverflowTestsSoftExpectTrue() argument61 if (!overflow_detected) { in OverflowTestsSoftExpectTrue()66 !overflow_detected ? "yes." : "no."); in OverflowTestsSoftExpectTrue()70 EXPECT_TRUE(overflow_detected); in OverflowTestsSoftExpectTrue()