Home
last modified time | relevance | path

Searched defs:UnderlyingType (Results 1 – 18 of 18) sorted by relevance

/external/sdv/vsomeip/third_party/boost/core/include/boost/core/
Dscoped_enum.hpp115 #define BOOST_SCOPED_ENUM_UT_DECLARE_BEGIN(EnumType, UnderlyingType) \ argument
179 #define BOOST_SCOPED_ENUM_UT_DECLARE_BEGIN(EnumType,UnderlyingType) enum class EnumType : Underlyin… argument
/external/angle/src/common/
DBinaryStream.h91 using UnderlyingType = typename std::underlying_type<EnumT>::type; in readEnum() local
284 using UnderlyingType = typename std::underlying_type<EnumT>::type; in writeEnum() local
DPackedEnums.h30 using UnderlyingType = typename std::underlying_type<E>::type; in EnumSize() local
73 using UnderlyingType = typename std::underlying_type<E>::type; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeEnum.cpp304 const auto UnderlyingType = in getLength() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeEnum.cpp299 const auto UnderlyingType = in getLength() local
/external/flatbuffers/python/flatbuffers/reflection/
DEnum.py71 def UnderlyingType(self): member in Enum
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h558 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) in EnumRecord()
575 TypeIndex UnderlyingType; member
584 TypeIndex UnderlyingType; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h529 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) in EnumRecord()
536 TypeIndex UnderlyingType; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h524 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) in EnumRecord()
531 TypeIndex UnderlyingType; variable
/external/llvm/lib/IR/
DDIBuilder.cpp417 DIType *UnderlyingType, StringRef UniqueIdentifier) { in createEnumerationType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp508 DIType *UnderlyingType, StringRef UniqueIdentifier, bool IsScoped) { in createEnumerationType()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DDIBuilder.cpp557 DIType *UnderlyingType, StringRef UniqueIdentifier, bool IsScoped) { in createEnumerationType()
/external/clang/lib/Serialization/
DASTReader.cpp5433 QualType UnderlyingType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5438 QualType UnderlyingType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5444 QualType UnderlyingType = readType(*Loc.F, Record, Idx); in readTypeRecord() local
/external/clang/lib/AST/
DType.cpp2927 QualType UnderlyingType, in UnaryTransformType()
DASTImporter.cpp1804 QualType UnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitDecltypeType() local
DASTContext.cpp4003 QualType UnderlyingType, in getUnaryTransformType()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp4097 struct UnderlyingType struct
4099 using Type = typename decltype(rr::Extract(std::declval<RValue<T>>(), 0))::rvalue_underlying_type;
/external/clang/lib/Sema/
DSemaDecl.cpp12266 TypeResult UnderlyingType, in ActOnTag()