Home
last modified time | relevance | path

Searched defs:mapped (Results 1 – 20 of 20) sorted by relevance

/llvm-project/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
H A Dinsert_node_type_hint.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory()
H A Dinsert_node_type.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory()
/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dinsert_node_type_hint.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory()
H A Dinsert_node_type.pass.cpp24 node_factory(typename Container::key_type const & key,typename Container::mapped_type const & mapped) node_factory() argument
/llvm-project/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dinsert_node_type_hint.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory()
H A Dinsert_node_type.pass.cpp25 node_factory(typename Container::key_type const & key,typename Container::mapped_type const & mapped) node_factory() argument
/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Dinsert_node_type_hint.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory()
H A Dinsert_node_type.pass.cpp25 typename Container::mapped_type const& mapped) in node_factory()
/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp28 bool mapped, bool stack_memory) in SBMemoryRegionInfo()
/llvm-project/flang/lib/Semantics/
H A Dresolve-names-utils.cpp714 if (const Symbol *mapped{MapSymbol(*ref)}) { operator ()() local
801 if (const Symbol * mapped{MapSymbol(*proc.init())}) { MapSymbolExprs() local
807 if (const Symbol * mapped{MapSymbol(hostAssoc.symbol())}) { MapSymbolExprs() local
863 if (const Symbol *mapped{MapSymbol(interface)}) { MapInterface() local
/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h30 OptionalBool mapped, ConstString name, OptionalBool flash, in MemoryRegionInfo() argument
/llvm-project/mlir/lib/Interfaces/
H A DInferTypeOpInterface.cpp182 auto mapped = llvm::map_range(dims, [](int64_t dim) -> std::string { dump() local
/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpNew.py417 def check_region(index, start, end, read, write, execute, mapped, name): argument
/llvm-project/llvm/lib/Support/rpmalloc/
H A Drpmalloc.h78 size_t mapped; member
H A Drpmalloc.c3755 size_t mapped = (size_t)atomic_load32(&_mapped_pages) * _memory_page_size; local
/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp781 const bool mapped = o && o.map("value", symbol.value) && in fromJSON() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp1039 uptr mapped = MmapSharedNoReserve(start_addr, total_size); CreateAliases() local
H A Dsanitizer_allocator_primary64.h715 uptr mapped = address_range.Map(beg, size, name); MapWithCallback() local
[all...]
/llvm-project/mlir/lib/Dialect/Transform/Interfaces/
H A DTransformInterfaces.cpp316 void dropMappingEntry(Mapping &mapping, Key key, Mapped mapped) { in dropMappingEntry() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2140 bool mapped = !LiveInts->isNotInMIMap(*MI); visitMachineInstrBefore() local