Home
last modified time | relevance | path

Searched refs:MapKey (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Ddcl58-cpp.cpp185 class MapKey { class
189 MapKey() = default;
197 struct std::hash<::SpaceA::SpaceB::MapKey> {
199 unsigned long operator()(const ::SpaceA::SpaceB::MapKey &K) const { in operator ()()
203 bool operator()(const ::SpaceA::SpaceB::MapKey &K1, in operator ()()
204 const ::SpaceA::SpaceB::MapKey &K2) const { in operator ()()
/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp119 DocNode MapKey; member
133 function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)> in readFromBlob()
205 Stack.back().MapKey = Node; in readFromBlob()
219 DocNode MapKey = !Stack.empty() && !Stack.back().MapKey.isEmpty() in readFromBlob() local
220 ? Stack.back().MapKey in readFromBlob()
222 MergeResult = Merger(DestNode, Node, MapKey); in readFromBlob()
/llvm-project/llvm/unittests/BinaryFormat/
H A DMsgPackDocumentTest.cpp58 [](DocNode *DestNode, DocNode SrcNode, DocNode MapKey) { in TEST() argument
94 [](DocNode *DestNode, DocNode SrcNode, DocNode MapKey) { in TEST() argument
138 [](DocNode *DestNode, DocNode SrcNode, DocNode MapKey) { in TEST() argument
162 /*Multi=*/false, [](DocNode *Dest, DocNode Src, DocNode MapKey) { in TEST() argument
169 if (MapKey.isString() && MapKey.getString() == "foz" && in TEST()
/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp106 using MapKey = std::pair<Value *, Attribute::AttrKind>; typedef
107 SmallMapVector<MapKey, uint64_t, 8> AssumedKnowledgeMap;
180 MapKey Key{RK.WasOn, RK.AttrKind}; in addKnowledge()
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h429 function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)>
430 Merger = [](DocNode *DestNode, DocNode SrcNode, DocNode MapKey) {
/llvm-project/llvm/lib/IR/
H A DConstants.cpp2075 ConstantPtrAuthKeyType MapKey(ArgVec);
2077 return pImpl->ConstantPtrAuths.getOrCreate(Ptr->getType(), MapKey); in handleOperandChangeImpl()
2049 ConstantPtrAuthKeyType MapKey(ArgVec); get() local