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

References

include/llvm/ADT/StringRef.h
  497     typename std::enable_if<std::numeric_limits<T>::is_signed, bool>::type
  531     typename std::enable_if<std::numeric_limits<T>::is_signed, bool>::type
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/DebugInfo/CodeView/CodeViewRecordIO.cpp
  277   if (Value >= std::numeric_limits<int8_t>::min()) {
  326   if (Value >= std::numeric_limits<int8_t>::min()) {
tools/clang/lib/AST/Interp/Integral.h
   65   static const auto Min = std::numeric_limits<T>::min();
   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();
  520   auto MinValue = std::numeric_limits<TypeParam>::min();
  527   auto MinValue = std::numeric_limits<TypeParam>::min();
  540   auto MinValue = std::numeric_limits<TypeParam>::min();
  547   auto MinValue = std::numeric_limits<TypeParam>::min();
  554   auto MaxValue = std::numeric_limits<TypeParam>::max();
  555   auto MinValue = std::numeric_limits<TypeParam>::min();
  562   auto MaxValue = std::numeric_limits<TypeParam>::max();
  563   auto MinValue = std::numeric_limits<TypeParam>::min();
  582   auto MaxValue = std::numeric_limits<TypeParam>::max();
  583   auto MinValue = std::numeric_limits<TypeParam>::min();
  590   auto MinValue = std::numeric_limits<TypeParam>::min();
  597   auto MinValue = std::numeric_limits<TypeParam>::min();
  598   auto MaxValue = std::numeric_limits<TypeParam>::max();