reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Basic/FixedPoint.cpp
  223   llvm::APSInt Result = getIntPart();
tools/clang/unittests/Basic/FixedPointTest.cpp
  200   ASSERT_EQ(ValWithFract.getIntPart(), IntPart);
  205   ASSERT_EQ(JustFract.getIntPart(), 0);
  210   ASSERT_EQ(WholeNum.getIntPart(), IntPart);
  216     ASSERT_EQ(Negative.getIntPart(), IntPart);
  221   ASSERT_EQ(APFixedPoint::getMin(Sema).getIntPart(), Expected);
  225   ASSERT_EQ(APFixedPoint::getMax(Sema).getIntPart(), Expected);