Home
last modified time | relevance | path

Searched defs:TypeID (Results 1 – 25 of 29) sorted by relevance

12

/external/libcxx/test/support/
Dtype_id.h27 struct TypeID { struct
39 std::printf("TypeID: %s\n", s.c_str()); in dump() argument
43 explicit constexpr TypeID(const char* xid) : m_id(xid) {} in TypeID() function
46 TypeID& operator=(TypeID const&) = delete; argument
49 template <class T> friend TypeID const& makeTypeIDImp(); argument
Dcontainer_test_types.h100 struct TypeID { struct
106 explicit constexpr TypeID(const int* xid) : m_id(xid) {} in TypeID() function
112 // unique TypeID. argument
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DCFBundle.cpp153 auto PrintError = [&](CFTypeID TypeID) { in getBundleInfo()
166 CFTypeID TypeID = ::CFGetTypeID(TypeRef); in getBundleInfo() local
174 CFTypeID TypeID = ::CFGetTypeID(TypeRef); in getBundleInfo() local
/external/llvm/lib/CodeGen/AsmPrinter/
DARMException.cpp129 unsigned TypeID = *I; in emitTypeInfos() local
DEHStreamer.cpp122 int TypeID = TypeIds[J]; in computeActionsTable() local
680 unsigned TypeID = *I; in emitTypeInfos() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DARMException.cpp126 unsigned TypeID = *I; in emitTypeInfos() local
DEHStreamer.cpp133 int TypeID = TypeIds[J]; in computeActionsTable() local
640 unsigned TypeID = *I; in emitTypeInfos() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWindowsResource.h65 support::ulittle16_t TypeID; member
123 uint16_t TypeID; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h214 const int64_t TypeID = TyI->second; in executeMatchTable() local
458 int64_t TypeID = MatchTable[CurrentIdx++]; in executeMatchTable() local
918 int64_t TypeID = MatchTable[CurrentIdx++]; in executeMatchTable() local
/external/llvm/include/llvm/Object/
DBinary.h34 unsigned int TypeID; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h54 enum TypeID { enum
/external/llvm/include/llvm/IR/
DType.h54 enum TypeID { enum
/external/llvm/lib/IR/
DLLVMContext.cpp137 unsigned TypeID = getMDKindID("type"); in LLVMContext() local
DMetadata.cpp1440 void GlobalObject::addTypeMetadata(unsigned Offset, Metadata *TypeID) { in addTypeMetadata()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DType.h55 enum TypeID { enum
/external/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp177 Metadata *TypeID; member
344 auto TypeID = Type->getOperand(1).get(); in buildTypeIdentifierMap() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp101 using TypeID = Type::TypeID; typedef
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp102 typedef Type::TypeID TypeID; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp241 Metadata *TypeID; member
681 auto TypeID = Type->getOperand(1).get(); in buildTypeIdentifierMap() local
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp824 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp857 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMetadata.cpp1495 void GlobalObject::addTypeMetadata(unsigned Offset, Metadata *TypeID) { in addTypeMetadata()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp885 unsigned TypeID = MF->getTypeIDFor(GV); in translateKnownIntrinsic() local
/external/clang/include/clang/Serialization/
DASTBitCodes.h80 typedef uint32_t TypeID; typedef
/external/llvm/lib/AsmParser/
DLLParser.cpp357 unsigned TypeID = Lex.getUIntVal(); in ParseUnnamedType() local

12