Home
last modified time | relevance | path

Searched defs:TypeID (Results 1 – 25 of 38) 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() argument
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/swiftshader/third_party/LLVM/include/llvm/Object/
DBinary.h32 unsigned int TypeID; variable
/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/lib/MC/
DMCSectionMachO.cpp229 unsigned TypeID; in ParseSectionSpecifier() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfException.cpp150 int TypeID = TypeIds[J]; in ComputeActionsTable() local
706 unsigned TypeID = *I; in EmitExceptionTable() local
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp270 int TypeID = TypeIds[I]; in EmitExceptionTable() local
472 unsigned TypeID = FilterIds[j]; in EmitExceptionTable() local
/external/swiftshader/third_party/LLVM/include/llvm/
DType.h47 enum TypeID { enum
/external/llvm/include/llvm/IR/
DType.h54 enum TypeID { enum
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h54 enum TypeID { enum
/external/llvm/lib/IR/
DLLVMContext.cpp137 unsigned TypeID = getMDKindID("type"); in LLVMContext() local
/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/llvm/lib/Target/Mips/
DMips16HardFloat.cpp102 typedef Type::TypeID TypeID; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp101 using TypeID = Type::TypeID; typedef
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DValueEnumerator.cpp319 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType() local
/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

12