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

References

include/llvm/Support/MathExtras.h
  944     return UX > (static_cast<U>(std::numeric_limits<T>::max()) + U(1)) / UY;
  946     return UX > (static_cast<U>(std::numeric_limits<T>::max())) / UY;
lib/CodeGen/MachineScheduler.cpp
 1079           && NewMaxPressure[ID] <= (unsigned)std::numeric_limits<int16_t>::max())
lib/CodeGen/RegisterPressure.cpp
 1205         if (CritInc > 0 && CritInc <= std::numeric_limits<int16_t>::max()) {
tools/clang/lib/AST/Interp/Integral.h
   66   static const auto Max = std::numeric_limits<T>::max();
tools/lldb/unittests/Utility/StreamTest.cpp
  300   s << std::numeric_limits<int16_t>::max() << " ";
tools/llvm-rc/ResourceFileWriter.cpp
   72       SignedNum > std::numeric_limits<FitType>::max())
unittests/Support/CheckedArithmeticTest.cpp
   18   const int16_t Max = std::numeric_limits<int16_t>::max();
   45   const int16_t Max = std::numeric_limits<int16_t>::max();
   54   const int16_t Max = std::numeric_limits<int16_t>::max();
unittests/Support/MathExtrasTest.cpp
  506   auto MaxValue = std::numeric_limits<TypeParam>::max();
  513   auto MaxValue = std::numeric_limits<TypeParam>::max();
  529   EXPECT_EQ(Result, std::numeric_limits<TypeParam>::max());
  554   auto MaxValue = std::numeric_limits<TypeParam>::max();
  562   auto MaxValue = std::numeric_limits<TypeParam>::max();
  582   auto MaxValue = std::numeric_limits<TypeParam>::max();
  598   auto MaxValue = std::numeric_limits<TypeParam>::max();