Searched refs:underlying_type (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticOptions.cpp20 using UT = std::underlying_type<DiagnosticLevelMask>::type;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DEnumTables.cpp16 { #enum, std::underlying_type < enum_class > ::type(enum_class::enum) }
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.h42 using UT = std::underlying_type<DiagnosticLevelMask>::type;
48 using UT = std::underlying_type<DiagnosticLevelMask>::type;
55 using UT = std::underlying_type<DiagnosticLevelMask>::type;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitmaskEnum.h80 template <typename E> typename std::underlying_type<E>::type Mask() {
83 return NextPowerOf2(static_cast<typename std::underlying_type<E>::type>(
90 template <typename E> typename std::underlying_type<E>::type Underlying(E Val) {
91 auto U = static_cast<typename std::underlying_type<E>::type>(Val);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OrcError/
H A DOrcError.cpp79 typedef std::underlying_type<OrcErrorCode>::type UT;
103 typedef std::underlying_type<OrcErrorCode>::type UT;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h50 { #enum, std::underlying_type<enum_class>::type(enum_class::enum) }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h55 static_cast<std::underlying_type<Class>::type>(a) | \
56 static_cast<std::underlying_type<Class>::type>(b)); \
60 static_cast<std::underlying_type<Class>::type>(a) & \
61 static_cast<std::underlying_type<Class>::type>(b)); \
65 ~static_cast<std::underlying_type<Class>::type>(a)); \
H A DCodeViewRecordIO.h117 using U = typename std::underlying_type<T>::type;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h24 static_cast<std::underlying_type<Enum>::type>(a) | \
25 static_cast<std::underlying_type<Enum>::type>(b)); \
29 static_cast<std::underlying_type<Enum>::type>(a) & \
30 static_cast<std::underlying_type<Enum>::type>(b)); \
34 ~static_cast<std::underlying_type<Enum>::type>(a)); \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h78 using U = typename std::underlying_type<T>::type;
H A DSwapByteOrder.h149 getSwappedBytes(static_cast<typename std::underlying_type<T>::type>(C)));
H A DBinaryStreamReader.h92 typename std::underlying_type<T>::type N;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DFormatUtil.h46 static_cast<typename std::underlying_type<T>::type>(Value))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp170 std::underlying_type<FunctionNameType>::type fnt;
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c10709 tree underlying_type = NULL_TREE;
10800 underlying_type = integer_types[itk];
10801 if (TYPE_PRECISION (underlying_type) >= precision
10802 && TYPE_UNSIGNED (underlying_type) == unsignedp)
10814 underlying_type = integer_types[itk_unsigned_long_long];
10832 TYPE_PRECISION (enumtype) = TYPE_PRECISION (underlying_type);
10841 TYPE_SIZE (enumtype) = TYPE_SIZE (underlying_type);
10842 TYPE_SIZE_UNIT (enumtype) = TYPE_SIZE_UNIT (underlying_type);
10843 TYPE_MODE (enumtype) = TYPE_MODE (underlying_type);
10844 TYPE_ALIGN (enumtype) = TYPE_ALIGN (underlying_type);
10691 tree underlying_type = NULL_TREE; local
[all...]
H A Ddecl2.c1739 tree underlying_type = TREE_TYPE (DECL_NAME (decl));
1740 int underlying_vis = type_visibility (underlying_type);
1742 || CLASSTYPE_VISIBILITY_SPECIFIED (underlying_type))
1734 tree underlying_type = TREE_TYPE (DECL_NAME (decl)); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp17 { #enum, std::underlying_type < enum_class > ::type(enum_class::enum) }
H A DTypeDumpVisitor.cpp29 { #enum, std::underlying_type < enum_class > ::type(enum_class::enum) }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1152 CompilerType underlying_type = local
1155 ClangUtil::GetQualType(underlying_type));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp582 TypeSP underlying_type = GetOrCreateType(er.UnderlyingType); local
586 underlying_type->GetByteSize(), nullptr, LLDB_INVALID_UID,
H A DPdbAstBuilder.cpp1101 clang::QualType underlying_type = GetOrCreateType(er.UnderlyingType); local
1105 uname.c_str(), decl_context, declaration, ToCompilerType(underlying_type),
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h56 static_assert(std::is_same<std::underlying_type<MVT::SimpleValueType>::type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp7886 CompilerType underlying_type = local
7889 underlying_type.IsIntegerType(is_signed);

Completed in 207 milliseconds