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;
tools/clang/lib/AST/Interp/Integral.h
   66   static const auto Max = std::numeric_limits<T>::max();
tools/lldb/unittests/Utility/StreamTest.cpp
  299   s << std::numeric_limits<int8_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();