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

References

include/llvm/ADT/BitmaskEnum.h
   80 template <typename E> typename std::underlying_type<E>::type Mask() {
   90 template <typename E> typename std::underlying_type<E>::type Underlying(E Val) {
include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
  117     using U = typename std::underlying_type<T>::type;
include/llvm/Support/BinaryStreamReader.h
   92     typename std::underlying_type<T>::type N;
include/llvm/Support/BinaryStreamWriter.h
   78     using U = typename std::underlying_type<T>::type;
lib/ExecutionEngine/Orc/OrcError.cpp
   77   typedef std::underlying_type<OrcErrorCode>::type UT;
  101   typedef std::underlying_type<OrcErrorCode>::type UT;
tools/clang/include/clang/Basic/DiagnosticOptions.h
   42   using UT = std::underlying_type<DiagnosticLevelMask>::type;
   48   using UT = std::underlying_type<DiagnosticLevelMask>::type;
   55   using UT = std::underlying_type<DiagnosticLevelMask>::type;
tools/clang/lib/Basic/DiagnosticOptions.cpp
   20   using UT = std::underlying_type<DiagnosticLevelMask>::type;
tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
  170       std::underlying_type<FunctionNameType>::type fnt;
usr/include/c++/7.4.0/bits/functional_hash.h
   93        using __type = typename underlying_type<_Tp>::type;
usr/include/c++/7.4.0/type_traits
 2488     using underlying_type_t = typename underlying_type<_Tp>::type;
utils/TableGen/CodeGenDAGPatterns.h
   56   static_assert(std::is_same<std::underlying_type<MVT::SimpleValueType>::type,