Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DBinaryStream.h73 using UnderlyingType = typename std::underlying_type<EnumT>::type; in readEnum() local
242 using UnderlyingType = typename std::underlying_type<EnumT>::type; in writeEnum() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeEnum.cpp299 const auto UnderlyingType = in getLength() local
/external/catch2/include/internal/
Dcatch_generators.hpp191 using UnderlyingType = typename decltype(generatorExpression())::type; in generate() typedef
/external/angle/src/common/
DPackedEnums.h30 using UnderlyingType = typename std::underlying_type<E>::type; in EnumSize() local
73 using UnderlyingType = typename std::underlying_type<E>::type; variable
/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/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/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/swiftshader/src/Reactor/
DSubzeroReactor.cpp4366 struct UnderlyingType struct
4368 using Type = typename decltype(rr::Extract(std::declval<RValue<T>>(), 0))::rvalue_underlying_type;
/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/clang/lib/Sema/
DSemaDecl.cpp12266 TypeResult UnderlyingType, in ActOnTag()
/external/catch2/single_include/catch2/
Dcatch.hpp4058 using UnderlyingType = typename decltype(generatorExpression())::type; in generate() typedef
/external/libabigail/tests/lib/
Dcatch.hpp4082 using UnderlyingType = typename decltype(generatorExpression())::type; in generate() typedef