Home
last modified time | relevance | path

Searched refs:MapKey (Results 1 – 8 of 8) 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/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()
/freebsd/contrib/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) {
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h236 OUT UINTN *MapKey,
986 IN UINTN MapKey
/freebsd/stand/efi/include/
H A Defiapi.h68 OUT UINTN *MapKey,
403 IN UINTN MapKey
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c728 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 Dwin_driver.c1103 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 DConstants.cpp2049 ConstantPtrAuthKeyType MapKey(ArgVec); in get() local
2051 return pImpl->ConstantPtrAuths.getOrCreate(Ptr->getType(), MapKey); in get()