Home
last modified time | relevance | path

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

/freebsd/contrib/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()
220 ? Stack.back().MapKey in readFromBlob()
222 MergeResult = Merger(DestNode, Node, MapKey); in readFromBlob()
213 DocNode MapKey = !Stack.empty() && !Stack.back().MapKey.isEmpty() readFromBlob() local
/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A DEFI_BOOT_SERVICES.h44 size_t *MapKey,
103 size_t MapKey);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp107 using MapKey = std::pair<Value *, Attribute::AttrKind>; typedef
108 SmallMapVector<MapKey, uint64_t, 8> AssumedKnowledgeMap;
181 MapKey Key{RK.WasOn, RK.AttrKind}; in addKnowledge()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h430 function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)>
431 Merger = [](DocNode *DestNode, DocNode SrcNode, DocNode MapKey) {
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h269 OUT UINTN *MapKey,
1039 IN UINTN MapKey
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c715 MapKey(WORD vKey) in MapKey() function
928 int nKey = MapKey(vk); in _nc_console_twait()
1049 int key = MapKey(vk); in _nc_console_read()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2065 ConstantPtrAuthKeyType MapKey(ArgVec); in get() local
2067 return pImpl->ConstantPtrAuths.getOrCreate(Ptr->getType(), MapKey); in get()