Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/libcxx/test/support/
H A 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
H A Dcontainer_test_types.h100 struct TypeID { struct
106 explicit constexpr TypeID(const int* xid) : m_id(xid) {} in TypeID() argument
112 // unique TypeID. argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A 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
H A Dcontainer_test_types.h103 struct TypeID { struct
109 explicit constexpr TypeID(const int* xid) : m_id(xid) {} in TypeID() function
115 // unique TypeID. argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/
DGIMatchTableExecutorImpl.h288 const int64_t TypeID = TyI->second; in executeMatchTable() local
667 int TypeID = readS8(); in executeMatchTable() local
1213 int TypeID = readS8(); in executeMatchTable() local
1414 int TypeID = readS8(); in executeMatchTable() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/
DGIMatchTableExecutorImpl.h295 const int64_t TypeID = TyI->second; in executeMatchTable() local
675 int TypeID = readS8(); in executeMatchTable() local
1230 int TypeID = readS8(); in executeMatchTable() local
1433 int TypeID = readS8(); in executeMatchTable() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/
DGIMatchTableExecutorImpl.h288 const int64_t TypeID = TyI->second; in executeMatchTable() local
667 int TypeID = readS8(); in executeMatchTable() local
1213 int TypeID = readS8(); in executeMatchTable() local
1414 int TypeID = readS8(); in executeMatchTable() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/
DGIMatchTableExecutorImpl.h288 const int64_t TypeID = TyI->second; in executeMatchTable() local
667 int TypeID = readS8(); in executeMatchTable() local
1203 int TypeID = readS8(); in executeMatchTable() local
1404 int TypeID = readS8(); in executeMatchTable() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DWindowsResource.h69 support::ulittle16_t TypeID; member
128 uint16_t TypeID; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DWindowsResource.h69 support::ulittle16_t TypeID; member
128 uint16_t TypeID; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DWindowsResource.h69 support::ulittle16_t TypeID; member
128 uint16_t TypeID; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DWindowsResource.h69 support::ulittle16_t TypeID; member
128 uint16_t TypeID; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DWindowsResource.h69 support::ulittle16_t TypeID; member
128 uint16_t TypeID; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DWindowsResource.h69 support::ulittle16_t TypeID; member
128 uint16_t TypeID; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp133 int TypeID = TypeIds[J]; in computeActionsTable() local
645 unsigned TypeID = *I; in emitTypeInfos() local
H A DARMException.cpp125 unsigned TypeID = *I; in emitTypeInfos() local
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp122 int TypeID = TypeIds[J]; in computeActionsTable() local
680 unsigned TypeID = *I; in emitTypeInfos() local
H A DARMException.cpp129 unsigned TypeID = *I; in emitTypeInfos() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp123 int TypeID = TypeIds[J]; in computeActionsTable() local
841 unsigned TypeID = *I; in emitTypeInfos() local
H A DARMException.cpp122 unsigned TypeID = *I; in emitTypeInfos() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DValueList.cpp27 unsigned TypeID) { in assignValue()
H A DValueList.h52 void push_back(Value *V, unsigned TypeID) { in push_back()
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp177 Metadata *TypeID; member
344 auto TypeID = Type->getOperand(1).get(); in buildTypeIdentifierMap() local

1234