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

References

include/llvm/Support/MathExtras.h
  927   using U = typename std::make_unsigned<T>::type;
lib/Support/NativeFormatting.cpp
   92   using UnsignedT = typename std::make_unsigned<T>::type;
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 1608     typename std::make_unsigned<T>::type Val = MCE->getValue();
 1617     typename std::make_unsigned<T>::type Val = ~MCE->getValue();
lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
 1495   typename std::make_unsigned<T>::type HexValue = Value;
 1541   typedef typename std::make_unsigned<T>::type UnsignedT;
usr/include/c++/7.4.0/bits/regex_compiler.h
  543       typedef typename std::make_unsigned<_CharT>::type _UnsignedCharT;
usr/include/c++/7.4.0/bits/stl_algo.h
 3806       typedef typename std::make_unsigned<_DistanceType>::type __ud_type;
usr/include/c++/7.4.0/bits/uniform_int_dist.h
  227 	typedef typename std::make_unsigned<result_type>::type __utype;