/netbsd-src/external/apache2/llvm/dist/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 223 for (auto& Map : Data.Maps) { in run() local 245 for (auto& Map : Data.Maps) { in run() local 286 auto& Map = Data.Maps[I]; in run() local 317 auto& Map = Data.Maps[I]; in run() local 364 for (auto& Map : Data.Maps) { in run() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 93 MapT Map; variable 104 : Map(NumInitBuckets), Data() {} in Map() function 106 : Map(NumInitBuckets), Data(Data) {} in Map() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Pointer.cpp | 142 InitMap *Map = getInitMap(); in isInitialized() local 160 InitMap *&Map = getInitMap(); in initialize() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 43 HashTableIterator(const HashTable<ValueT> &Map, uint32_t Index, in HashTableIterator() 48 HashTableIterator(const HashTable<ValueT> &Map) : Map(&Map) { in HashTableIterator() 97 const HashTable<ValueT> *Map; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineModuleInfoImpls.cpp | 35 DenseMap<MCSymbol *, MachineModuleInfoImpl::StubValueTy> &Map) { in getSortedStubs()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclBase.cpp | 1374 StoredDeclsMap *Map; in SetNoExternalVisibleDeclsForName() local 1390 StoredDeclsMap *Map; in SetExternalVisibleDeclsForName() local 1505 StoredDeclsMap *Map = DC->getPrimaryContext()->LookupPtr; in removeDecl() local 1649 StoredDeclsMap *Map = LookupPtr; in lookup() local 1666 if (StoredDeclsMap *Map = LookupPtr) { in lookup() local 1676 StoredDeclsMap *Map = LookupPtr; in lookup() local 1702 StoredDeclsMap *Map = LookupPtr; in noload_lookup() local 1740 if (StoredDeclsMap *Map = LookupPtr) { in localUncachedLookup() local 1876 StoredDeclsMap *Map = LookupPtr; in makeDeclVisibleInContextImpl() local 1949 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { in DestroyAll() [all …]
|
H A D | ParentMapContext.cpp | 96 const MapTy &Map) { in getDynNodeFromMap() 344 ASTVisitor(ParentMap &Map) : Map(Map) {} in ASTVisitor() 444 ParentMap ⤅ member in ParentMapContext::ParentMap::ASTVisitor
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ModuleFile.cpp | 34 const ContinuousRangeMap<Key, Offset, InitialCapacity> &Map) { in dumpLocalRemap()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/doc/doxygen/ |
H A D | stdheader.cc | 19 typedef std::map<std::string, std::string> Map; typedef
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerShmemWindows.cpp | 33 bool SharedMemoryRegion::Map(int fd) { in Map() function in fuzzer::SharedMemoryRegion
|
H A D | FuzzerShmemPosix.cpp | 43 bool SharedMemoryRegion::Map(int fd) { in Map() function in fuzzer::SharedMemoryRegion
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaModule.cpp | 71 auto &Map = PP.getHeaderSearchInfo().getModuleMap(); in ActOnGlobalModuleFragmentDecl() local 179 auto &Map = PP.getHeaderSearchInfo().getModuleMap(); in ActOnModuleDecl() local 283 auto &Map = PP.getHeaderSearchInfo().getModuleMap(); in ActOnPrivateModuleFragmentDecl() local
|
/netbsd-src/usr.sbin/ypserv/yptest/ |
H A D | yptest.c | 52 const char *Map = "passwd.byname"; in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 58 InstrumentationMap Map; in loadObj() local 261 InstrumentationMap Map; in loadInstrumentationMap() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
H A D | xray-extract.cpp | 56 void exportAsYAML(const InstrumentationMap &Map, raw_ostream &OS, in exportAsYAML()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | SourceFile.h | 27 template <typename Key_t, typename Value_t> class Map; variable
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | SourceFile.h | 27 template <typename Key_t, typename Value_t> class Map; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRuntimeLibcallSignatures.cpp | 490 StringMap<RTLIB::Libcall> Map; member 895 auto &Map = LibcallNameMap->Map; in getLibcallSignature() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | hash-map-tests.cc | 194 typedef hash_map <void *, val_t> Map; in test_map_of_type_with_ctor_and_dtor() typedef 347 typedef hash_map<int_hash<int, EMPTY, DELETED>, val_t> Map; in test_map_of_type_with_ctor_and_dtor_expand() typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
H A D | BlotMapVector.h | 25 MapTy Map; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackReader.h | 58 Map, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BasicValueFactory.cpp | 354 PersistentSValsTy& Map = *((PersistentSValsTy*) PersistentSVals); in getPersistentSValWithData() local 379 PersistentSValPairsTy& Map = *((PersistentSValPairsTy*) PersistentSValPairs); in getPersistentSValPair() local
|