Home
last modified time | relevance | path

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

123

/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() argument
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/llvm-project/libcxx/test/support/
Dtype_id.h24 struct TypeID { struct
35 explicit constexpr TypeID(const char* xid) : m_id(xid) {} in TypeID() argument
38 TypeID& operator=(TypeID const&) = delete; argument
41 template <class T> friend TypeID const& makeTypeIDImp(); argument
Dcontainer_test_types.h99 struct TypeID { struct
105 explicit constexpr TypeID(const int* xid) : m_id(xid) {} in TypeID() argument
111 // unique TypeID. argument
/external/llvm-project/llvm/tools/dsymutil/
DCFBundle.cpp151 auto PrintError = [&](CFTypeID TypeID) { in getBundleInfo()
164 CFTypeID TypeID = ::CFGetTypeID(TypeRef); in getBundleInfo() local
172 CFTypeID TypeID = ::CFGetTypeID(TypeRef); in getBundleInfo() local
/external/llvm-project/mlir/include/mlir/Support/
DTypeID.h59 TypeID() : TypeID(get<void>()) {} in TypeID() function
86 TypeID(const Storage *storage) : storage(storage) {} in TypeID() function
/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-10.0/llvm/lib/CodeGen/AsmPrinter/
DARMException.cpp125 unsigned TypeID = *I; in emitTypeInfos() local
DEHStreamer.cpp133 int TypeID = TypeIds[J]; in computeActionsTable() local
645 unsigned TypeID = *I; in emitTypeInfos() local
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DARMException.cpp125 unsigned TypeID = *I; in emitTypeInfos() local
DEHStreamer.cpp127 int TypeID = TypeIds[J]; in computeActionsTable() local
838 unsigned TypeID = *I; in emitTypeInfos() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWindowsResource.h69 support::ulittle16_t TypeID; member
128 uint16_t TypeID; variable
/external/llvm-project/llvm/include/llvm/Object/
DWindowsResource.h69 support::ulittle16_t TypeID; member
128 uint16_t TypeID; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h214 const int64_t TypeID = TyI->second; in executeMatchTable() local
521 int64_t TypeID = MatchTable[CurrentIdx++]; in executeMatchTable() local
1036 int64_t TypeID = MatchTable[CurrentIdx++]; in executeMatchTable() local
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h239 const int64_t TypeID = TyI->second; in executeMatchTable() local
576 int64_t TypeID = MatchTable[CurrentIdx++]; in executeMatchTable() local
1114 int64_t TypeID = MatchTable[CurrentIdx++]; in executeMatchTable() local
/external/llvm/include/llvm/Object/
DBinary.h34 unsigned int TypeID; variable
/external/llvm/include/llvm/IR/
DType.h54 enum TypeID { enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h235 StringRef TypeID; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h54 enum TypeID { enum
/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h238 StringRef TypeID; member
/external/llvm-project/llvm/include/llvm/IR/
DType.h55 enum TypeID { enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h55 enum TypeID { enum
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp180 Metadata *TypeID = Type->getOperand(1).get(); in ScanVTables() local
/external/llvm/lib/IR/
DLLVMContext.cpp137 unsigned TypeID = getMDKindID("type"); in LLVMContext() local

123