Searched refs:MapKey (Results 1 – 8 of 8) 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/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 106 using MapKey = std::pair<Value *, Attribute::AttrKind>; typedef 107 SmallMapVector<MapKey, uint64_t, 8> AssumedKnowledgeMap; 180 MapKey Key{RK.WasOn, RK.AttrKind}; in addKnowledge()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 429 function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)> 430 Merger = [](DocNode *DestNode, DocNode SrcNode, DocNode MapKey) {
|
/freebsd/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiSpec.h | 236 OUT UINTN *MapKey, 986 IN UINTN MapKey
|
/freebsd/stand/efi/include/ |
H A D | efiapi.h | 68 OUT UINTN *MapKey, 403 IN UINTN MapKey
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_win32con.c | 728 MapKey(WORD vKey) in MapKey() function 941 int nKey = MapKey(vk); in _nc_console_twait() 1062 int key = MapKey(vk); in _nc_console_read()
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win_driver.c | 1103 MapKey(WORD vKey) in MapKey() function 1584 int nKey = MapKey(vk); in console_twait() 2144 int key = MapKey(vk); in _nc_mingw_console_read()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 2049 ConstantPtrAuthKeyType MapKey(ArgVec); in get() local 2051 return pImpl->ConstantPtrAuths.getOrCreate(Ptr->getType(), MapKey); in get()
|