Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp115 DocNode MapKey; member
129 function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)> in readFromBlob()
192 Stack.back().MapKey = Node; in readFromBlob()
206 DocNode MapKey = !Stack.empty() && !Stack.back().MapKey.isEmpty() in readFromBlob() local
207 ? Stack.back().MapKey in readFromBlob()
209 MergeResult = Merger(DestNode, Node, MapKey); in readFromBlob()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h412 function_ref<int(DocNode *DestNode, DocNode SrcNode, DocNode MapKey)>
413 Merger = [](DocNode *DestNode, DocNode SrcNode, DocNode MapKey) {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp105 using MapKey = std::pair<Value *, Attribute::AttrKind>; typedef
106 SmallMapVector<MapKey, unsigned, 8> AssumedKnowledgeMap;
179 MapKey Key{RK.WasOn, RK.AttrKind}; in addKnowledge()
/freebsd-13.1/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h236 OUT UINTN *MapKey,
986 IN UINTN MapKey
/freebsd-13.1/stand/efi/include/
H A Defiapi.h69 OUT UINTN *MapKey,
404 IN UINTN MapKey
/freebsd-13.1/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c1093 MapKey(WORD vKey) in MapKey() function
1574 int nKey = MapKey(vk); in console_twait()
2139 int key = MapKey(vk); in _nc_mingw_console_read()