/openbsd/gnu/llvm/libcxx/benchmarks/ |
H A D | map.bench.cpp | 115 auto& Map = Data.Maps.front(); in run() local 136 auto& Map = Data.Maps.front(); in run() local 158 for (auto& Map : Data.Maps) { in run() local 180 auto& Map = Data.Maps.front(); in run() local 199 auto& Map = Data.Maps.front(); in run() local 286 auto& Map = Data.Maps[I]; in run() local 317 auto& Map = Data.Maps[I]; in run() local 405 auto& Map = Data.Maps[I]; in run() local 436 auto& Map = Data.Maps[I]; in run() local 525 auto& Map = Data.Maps[I]; in run() local [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DirectXIRPasses/ |
H A D | PointerTypeAnalysis.cpp | 24 Type *classifyPointerType(const Value *V, PointerTypeMap &Map) { in classifyPointerType() 80 Type *classifyFunctionType(const Function &F, PointerTypeMap &Map) { in classifyFunctionType() 121 PointerTypeMap &Map) { in classifyConstantWithOpaquePtr() 179 PointerTypeMap &Map) { in classifyGlobalCtorPointerType() 190 PointerTypeMap Map; in run() local
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | bytemap_test.cpp | 16 template <typename T> void testMap(T &Map, scudo::uptr Size) { in testMap() 30 scudo::FlatByteMap<Size> Map; in TEST() local
|
/openbsd/gnu/llvm/clang/include/clang/Lex/ |
H A D | DirectoryLookup.h | 45 const HeaderMap *Map; member 48 DLU(const HeaderMap *Map) : Map(Map) {} in DLU() 75 DirectoryLookup(const HeaderMap *Map, SrcMgr::CharacteristicKind DT, in DirectoryLookup()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclLookups.h | 79 if (StoredDeclsMap *Map = Primary->buildLookup()) in lookups() local 93 if (StoredDeclsMap *Map = Primary->getLookupPtr()) in noload_lookups() local
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_dense_map_test.cpp | 105 T Map; member in __anon059f4e850111::DenseMapTest 375 DenseMap<int, CountCopyAndMove> Map; in TEST() local 414 DenseMap<int, CountCopyAndMove> Map(Size); in TEST() local 441 DenseMap<int, CountCopyAndMove> Map(Values.begin(), Values.end()); in TEST() local 456 DenseMap<int, CountCopyAndMove> Map; in TEST() local 517 DenseMap<int, std::unique_ptr<int>> Map; in TEST() local 533 DenseMap<IncompleteStruct *, int> Map; in TEST() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | LlvmState.cpp | 106 auto Map = std::make_unique<DenseMap<StringRef, unsigned>>( in createOpcodeNameToOpcodeIdxMapping() local 117 auto Map = in createRegNameToRegNoMapping() local
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 92 MapT Map; variable 103 : Map(NumInitBuckets), Data() {} in Map() function 105 : Map(NumInitBuckets), Data(Data) {} in Map() function
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | DeclBase.cpp | 1436 StoredDeclsMap *Map; in SetNoExternalVisibleDeclsForName() local 1452 StoredDeclsMap *Map; in SetExternalVisibleDeclsForName() local 1567 StoredDeclsMap *Map = DC->getPrimaryContext()->LookupPtr; in removeDecl() local 1715 StoredDeclsMap *Map = LookupPtr; in lookup() local 1732 if (StoredDeclsMap *Map = LookupPtr) { in lookup() local 1742 StoredDeclsMap *Map = LookupPtr; in lookup() local 1768 StoredDeclsMap *Map = LookupPtr; in noload_lookup() local 1807 if (StoredDeclsMap *Map = LookupPtr) { in localUncachedLookup() local 1943 StoredDeclsMap *Map = LookupPtr; in makeDeclVisibleInContextImpl() local 2017 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { in DestroyAll() [all …]
|
H A D | ParentMapContext.cpp | 96 const MapTy &Map) { in getDynNodeFromMap() 338 ASTVisitor(ParentMap &Map) : Map(Map) {} in ASTVisitor() 451 ParentMap ⤅ member in ParentMapContext::ParentMap::ASTVisitor
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 41 HashTableIterator(const HashTable<ValueT> &Map, uint32_t Index, in HashTableIterator() 46 HashTableIterator(const HashTable<ValueT> &Map) : Map(&Map) { in HashTableIterator() 93 const HashTable<ValueT> *Map; variable
|
/openbsd/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Pointer.cpp | 152 InitMap *Map = getInitMap(); in isInitialized() local 176 InitMap *&Map = getInitMap(); in initialize() local
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | template20.C | 3 template <class A, class B> class Map; variable
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/23_containers/ |
H A D | map_insert.cc | 32 typedef std::map<int, int> Map; in test01() typedef
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaModule.cpp | 131 auto &Map = PP.getHeaderSearchInfo().getModuleMap(); in HandleStartOfHeaderUnit() local 312 auto &Map = PP.getHeaderSearchInfo().getModuleMap(); in ActOnModuleDecl() local 457 auto &Map = PP.getHeaderSearchInfo().getModuleMap(); in ActOnPrivateModuleFragmentDecl() local 983 ModuleMap &Map = PP.getHeaderSearchInfo().getModuleMap(); in PushGlobalModuleFragment() local
|
/openbsd/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_mibmap.cpp | 21 void InsertOrMerge(const uptr Id, const MemInfoBlock &Block, MIBMapTy &Map) { in InsertOrMerge()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineModuleInfoImpls.cpp | 36 DenseMap<MCSymbol *, MachineModuleInfoImpl::StubValueTy> &Map) { in getSortedStubs()
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ModuleFile.cpp | 34 const ContinuousRangeMap<Key, Offset, InitialCapacity> &Map) { in dumpLocalRemap()
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/doxygen/ |
H A D | stdheader.cc | 18 typedef std::map<std::string, std::string> Map; typedef
|
/openbsd/gnu/gcc/libstdc++-v3/docs/doxygen/ |
H A D | stdheader.cc | 18 typedef std::map<std::string, std::string> Map; typedef
|
/openbsd/gnu/llvm/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 58 InstrumentationMap Map; in loadObj() local 259 InstrumentationMap Map; in loadInstrumentationMap() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIFormMemoryClauses.cpp | 170 const RegUse &Map = MO.isDef() ? Uses : Defs; in canBundle() local 230 RegUse &Map = MO.isDef() ? Defs : Uses; in collectRegUses() local
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/thread/ |
H A D | pthread6.cc | 52 typedef std::map<unsigned int,MyType> Map; in thread_main() typedef
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRuntimeLibcallSignatures.cpp | 493 StringMap<RTLIB::Libcall> Map; member 903 auto &Map = LibcallNameMap.Map; in getLibcallSignature() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-xray/ |
H A D | xray-extract.cpp | 57 void exportAsYAML(const InstrumentationMap &Map, raw_ostream &OS, in exportAsYAML()
|