Searched refs:MapKey (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocument.cpp | 119 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 D | EFI_BOOT_SERVICES.h | 44 size_t *MapKey, 103 size_t MapKey);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AssumeBundleBuilder.cpp | 107 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 D | MsgPackDocument.h | 430 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 D | UefiSpec.h | 269 OUT UINTN *MapKey, 1039 IN UINTN MapKey
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_win32con.c | 715 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 D | Constants.cpp | 2065 ConstantPtrAuthKeyType MapKey(ArgVec); in get() local 2067 return pImpl->ConstantPtrAuths.getOrCreate(Ptr->getType(), MapKey); in get()
|