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

References

tools/clang/unittests/Basic/FixedPointTest.cpp
  262   CheckIntPartMax(getSAccumSema(), 255);
  263   CheckIntPartMax(getAccumSema(), 65535);
  264   CheckIntPartMax(getLAccumSema(), 4294967295);
  265   CheckIntPartMax(getUSAccumSema(), 255);
  266   CheckIntPartMax(getUAccumSema(), 65535);
  267   CheckIntPartMax(getULAccumSema(), 4294967295);
  269   CheckIntPartMax(getSFractSema(), 0);
  270   CheckIntPartMax(getFractSema(), 0);
  271   CheckIntPartMax(getLFractSema(), 0);
  272   CheckIntPartMax(getUSFractSema(), 0);
  273   CheckIntPartMax(getUFractSema(), 0);
  274   CheckIntPartMax(getULFractSema(), 0);
  292   CheckIntPartMax(getPadUSAccumSema(), 255);
  293   CheckIntPartMax(getPadUAccumSema(), 65535);
  294   CheckIntPartMax(getPadULAccumSema(), 4294967295);
  296   CheckIntPartMax(getPadUSFractSema(), 0);
  297   CheckIntPartMax(getPadUFractSema(), 0);
  298   CheckIntPartMax(getPadULFractSema(), 0);