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

References

include/llvm/Support/CheckedArithmetic.h
   85 typename std::enable_if<std::is_unsigned<T>::value, llvm::Optional<T>>::type
   94 typename std::enable_if<std::is_unsigned<T>::value, llvm::Optional<T>>::type
  103 typename std::enable_if<std::is_unsigned<T>::value, llvm::Optional<T>>::type
include/llvm/Support/MathExtras.h
  249   static_assert(std::is_unsigned<T>::value, "Invalid type!");
  778 typename std::enable_if<std::is_unsigned<T>::value, T>::type
  787 typename std::enable_if<std::is_unsigned<T>::value, T>::type
  804 typename std::enable_if<std::is_unsigned<T>::value, T>::type
  850 typename std::enable_if<std::is_unsigned<T>::value, T>::type
lib/Demangle/ItaniumDemangle.cpp
  119   typename std::enable_if<std::is_unsigned<T>::value>::type print(T N) {
lib/Support/NativeFormatting.cpp
   53   static_assert(std::is_unsigned<T>::value, "Value is not unsigned!");
tools/clang/lib/AST/Interp/Integral.h
  215   static typename std::enable_if<std::is_unsigned<T>::value, bool>::type
  228   static typename std::enable_if<std::is_unsigned<T>::value, bool>::type
  241   static typename std::enable_if<std::is_unsigned<T>::value, bool>::type
usr/include/c++/7.4.0/bits/random.h
  238       static_assert(std::is_unsigned<_UIntType>::value,
  446       static_assert(std::is_unsigned<_UIntType>::value,