Home
last modified time | relevance | path

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

123

/external/cronet/stable/third_party/libc++/src/test/support/
Dtype_id.h23 struct TypeID { struct
34 explicit constexpr TypeID(const char* xid) : m_id(xid) {} in TypeID() argument
37 TypeID& operator=(TypeID const&) = delete; argument
40 template <class T> friend TypeID const& makeTypeIDImp(); argument
Dcontainer_test_types.h110 struct TypeID { struct
116 explicit constexpr TypeID(const int* xid) : m_id(xid) {} in TypeID() argument
122 // unique TypeID. argument
/external/cronet/tot/third_party/libc++/src/test/support/
Dtype_id.h23 struct TypeID { struct
34 explicit constexpr TypeID(const char* xid) : m_id(xid) {} in TypeID() function
37 TypeID& operator=(TypeID const&) = delete; argument
40 template <class T> friend TypeID const& makeTypeIDImp(); argument
Dcontainer_test_types.h110 struct TypeID { struct
116 explicit constexpr TypeID(const int* xid) : m_id(xid) {} in TypeID() argument
122 // unique TypeID. argument
/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-16.0/llvm/lib/Bitcode/Reader/
DValueList.cpp27 unsigned TypeID) { in assignValue()
DValueList.h52 void push_back(Value *V, unsigned TypeID) { in push_back()
/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/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DARMException.cpp122 unsigned TypeID = *I; in emitTypeInfos() local
DEHStreamer.cpp123 int TypeID = TypeIds[J]; in computeActionsTable() local
841 unsigned TypeID = *I; in emitTypeInfos() local
/external/swiftshader/third_party/llvm-16.0/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/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h240 const int64_t TypeID = TyI->second; in executeMatchTable() local
601 int64_t TypeID = MatchTable[CurrentIdx++]; in executeMatchTable() local
1143 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h235 StringRef TypeID; member
/external/llvm/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-10.0/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp180 Metadata *TypeID = Type->getOperand(1).get(); in ScanVTables() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h239 StringRef TypeID; member

123