Searched refs:getIntPart (Results 1 – 3 of 3) sorted by relevance
202 ASSERT_EQ(ValWithFract.getIntPart(), IntPart); in CheckIntPart()207 ASSERT_EQ(JustFract.getIntPart(), 0); in CheckIntPart()212 ASSERT_EQ(WholeNum.getIntPart(), IntPart); in CheckIntPart()218 ASSERT_EQ(Negative.getIntPart(), IntPart); in CheckIntPart()223 EXPECT_TRUE(APSInt::compareValues(APFixedPoint::getMin(Sema).getIntPart(), in CheckIntPartMin()228 EXPECT_TRUE(APSInt::compareValues(APFixedPoint::getMax(Sema).getIntPart(), in CheckIntPartMax()232 TEST(FixedPoint, getIntPart) { in TEST() argument
156 APSInt getIntPart() const { in getIntPart() function
417 APSInt Result = getIntPart(); in convertToInt()