|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
examples/LLJITExamples/LLJITWithObjectCache/LLJITWithObjectCache.cpp 36 if (I == CachedObjects.end()) {
include/llvm/ADT/MapVector.h 149 return Pos == Map.end()? Vector.end() :
include/llvm/ADT/STLExtras.h 234 map_iterator(C.end(), F))) {
235 return make_range(map_iterator(C.begin(), F), map_iterator(C.end(), F));
1138 for (auto &V : C)
include/llvm/ADT/StringMap.h 357 if (Bucket == -1) return end();
481 if (I == end()) return false;
include/llvm/CodeGen/CommandFlags.inc 339 for (auto &F : HostFeatures)
359 for (auto &F : HostFeatures)
include/llvm/CodeGen/MachineRegisterInfo.h 433 assert((Name.empty() || VRegNames.find(Name) == VRegNames.end()) &&
include/llvm/ExecutionEngine/Orc/ExecutionUtils.h 213 if (I != CXXRuntimeOverrides.end())
include/llvm/ExecutionEngine/Orc/IndirectionUtils.h 321 if (I == StubIndexes.end())
337 if (I == StubIndexes.end())
352 assert(I != StubIndexes.end() && "No stub pointer for symbol");
include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h 113 if (VI == MangledSymbols->end())
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h 365 if (I == StubIndexes.end())
377 if (I == StubIndexes.end())
386 assert(I != StubIndexes.end() && "No stub pointer for symbol");
include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h 166 if (SymEntry == SymbolTable.end())
include/llvm/ExecutionEngine/Orc/SymbolStringPool.h 160 for (auto I = Pool.begin(), E = Pool.end(); I != E;) {
include/llvm/IR/ModuleSummaryIndex.h 1262 assert(It != ModulePathStringTable.end() && "Module not registered");
include/llvm/IR/ValueSymbolTable.h 99 inline iterator end() { return vmap.end(); }
include/llvm/MC/MCContext.h 691 return (I == MacroMap.end()) ? nullptr : &I->getValue();
include/llvm/ProfileData/SampleProfReader.h 370 if (It != Profiles.end())
lib/AsmParser/LLParser.cpp 195 NamedTypes.begin(), E = NamedTypes.end(); I != E; ++I)
262 for (const auto &I : NamedTypes)
651 if (I != ComdatSymTab.end() && !ForwardRefComdats.erase(Name))
655 if (I != ComdatSymTab.end())
1469 if (I != ComdatSymTab.end())
lib/CodeGen/AsmPrinter/AccelTable.cpp 38 for (const auto &E : Entries)
56 for (auto &E : Entries) {
75 for (auto &E : Entries) {
lib/CodeGen/AsmPrinter/DwarfStringPool.cpp 89 for (const auto &E : Pool)
117 for (const auto &Entry : Pool) {
lib/CodeGen/GCMetadata.cpp 149 if (NMI != GCStrategyMap.end())
lib/CodeGen/MIRParser/MIParser.cpp 127 if (RegInfo == Names2Regs.end())
146 if (InstrInfo == Names2InstrOpCodes.end())
168 if (RegMaskInfo == Names2RegMasks.end())
185 if (SubRegInfo == Names2SubRegIndices.end())
203 if (IndexInfo == Names2TargetIndices.end())
225 if (FlagInfo == Names2DirectTargetFlags.end())
247 if (FlagInfo == Names2BitmaskTargetFlags.end())
268 if (FlagInfo == Names2MMOTargetFlags.end())
306 if (RegClassInfo == Names2RegClasses.end())
313 if (RegBankInfo == Names2RegBanks.end())
lib/DebugInfo/DWARF/DWARFVerifier.cpp 733 if (It == FullPathMap.end())
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp 131 if (NameIter == SourceFileNames.end())
222 for (auto &Name : SourceFileNames) {
231 if (Result == SourceFileNames.end())
lib/ExecutionEngine/ExecutionEngine.cpp 180 if (I == GlobalAddressMap.end())
282 if (I != EEState.getGlobalAddressMap().end())
307 E = EEState.getGlobalAddressMap().end(); I != E; ++I) {
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp 526 if (HI != CustomSectionParserFunctions.end()) {
lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp 34 for (auto &Feature : FeatureMap)
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp 400 for (auto &GSTMapEntry : GlobalSymbolTable) {
920 if (Loc == GlobalSymbolTable.end()) {
1087 if (Loc == GlobalSymbolTable.end()) {
1146 for (auto &RelocKV : ExternalSymbolRelocations) {
1224 for (auto &RelocKV : SharedThis->ExternalSymbolRelocations) {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp 1028 if (Loc == GlobalSymbolTable.end())
1136 RTDyldSymbolTable::const_iterator gsi = GlobalSymbolTable.end();
1149 if (gsi != GlobalSymbolTable.end()) {
1364 if (i != GOTSymbolOffsets.end())
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp 117 if (SI != GlobalSymbolTable.end()) {
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h 53 for (auto &KV : GlobalSymbolTable) {
126 if (EntryItr != GlobalSymbolTable.end()) {
lib/IR/AsmWriter.cpp 1140 return I == ModulePathMap.end() ? -1 : (int)I->second;
1158 return I == TypeIdMap.end() ? -1 : (int)I->second;
lib/IR/Constants.cpp 2526 assert(Slot != CDSConstants.end() && "CDS not found in uniquing table");
lib/IR/LLVMContext.cpp 260 E = pImpl->CustomMDKindNames.end(); I != E; ++I)
lib/IR/LLVMContextImpl.cpp 102 for (auto &CDSConstant : CDSConstants)
lib/IR/LegacyPassManager.cpp 188 if (It == FunctionToInstrCount.end()) {
lib/IR/ValueSymbolTable.cpp 35 for (const auto &VI : vmap)
lib/LTO/LTO.cpp 901 for (auto &Res : GlobalResolutions) {
988 for (const auto &R : GlobalResolutions) {
1314 for (auto &Res : GlobalResolutions) {
1335 return (ExportList != ExportLists.end() &&
lib/LTO/LTOCodeGenerator.cpp 487 if (I == ExternalSymbols.end())
lib/LTO/LTOModule.cpp 615 e = _undefines.end(); u != e; ++u) {
lib/LTO/ThinLTOCodeGenerator.cpp 146 assert(ModuleMap.find(M->getName()) == ModuleMap.end() &&
lib/Linker/LinkModules.cpp 227 if (DstCI == ComdatSymTab.end()) {
461 for (const auto &SMEC : SrcM->getComdatSymbolTable()) {
476 if (DstCI == ComdatSymTab.end())
lib/MC/MCCodeView.cpp 166 assert(I != StringTable.end());
lib/MC/MCParser/AsmParser.cpp 1757 DirectiveKind DirKind = (DirKindIt == DirectiveKindMap.end())
3900 CVDefRangeType CVDRType = (CVTypeIt == CVDefRangeTypeMap.end())
lib/Object/RecordStreamer.cpp 82 RecordStreamer::const_iterator RecordStreamer::end() { return Symbols.end(); }
121 if (SI == Symbols.end())
191 if (MI != MangledNameMap.end())
lib/ObjectYAML/COFFEmitter.cpp 140 if (i == StringTableMap.end()) {
lib/Option/OptTable.cpp 150 E = PrefixesUnion.end(); I != E; ++I) {
lib/ProfileData/GCOV.cpp 721 for (const auto &LI : LineInfo)
lib/ProfileData/InstrProfWriter.cpp 197 if (FunctionData.find(Name) == FunctionData.end()) {
254 for (auto &I : IPW.FunctionData)
298 for (const auto &I : FunctionData)
450 for (const auto &I : FunctionData) {
lib/ProfileData/SampleProfReader.cpp 58 for (const auto &I : Profiles)
1225 for (auto &Sample : Reader.getProfiles())
1372 for (const auto &I : Profiles) {
lib/Support/CommandLine.cpp 198 SC->OptionsMap.find(O->ArgStr) != SC->OptionsMap.end())
261 auto End = Sub.OptionsMap.end();
364 for (auto &E : AllSubCommands->OptionsMap) {
521 if (I == Sub.OptionsMap.end())
524 return I != Sub.OptionsMap.end() ? I->second : nullptr;
531 if (I == Sub.OptionsMap.end())
1250 for (auto &O : SC->OptionsMap)
1560 for (const auto &Opt : OptionsMap) {
2017 for (StringMap<Option *>::iterator I = OptMap.begin(), E = OptMap.end();
2467 for (auto &I : Sub.OptionsMap) {
2478 for (auto &I : Sub.OptionsMap) {
lib/Support/DynamicLibrary.cpp 187 if (i != ExplicitSymbols->end())
lib/Support/FileCheck.cpp 132 Context->DefinedVariableTable.end())
143 if (VarTableIter != Context->GlobalNumericVariableTable.end())
170 if (VarTableIter != Context->GlobalNumericVariableTable.end())
472 Context->GlobalNumericVariableTable.end()) {
831 if (VarIter == GlobalVariableTable.end())
1886 GlobalNumericVariableTable.end()) {
1909 for (const StringMapEntry<StringRef> &Var : GlobalVariableTable)
1919 for (const auto &Var : GlobalNumericVariableTable)
lib/Support/FileCollector.cpp 50 if (DirWithSymlink == SymlinkMap.end()) {
lib/Support/SpecialCaseList.cpp 177 if (SectionsMap.find(Section) == SectionsMap.end()) {
lib/Support/StringPool.cpp 26 if (I != InternTable.end())
lib/Support/TimeProfiler.cpp 135 for (const auto &E : CountAndTotalPerName)
lib/Support/Timer.cpp 193 I = Map.begin(), E = Map.end(); I != E; ++I)
lib/Support/VirtualFileSystem.cpp 638 if (I != Entries.end())
lib/Support/YAMLTraits.cpp 147 for (auto &P : MN->Mapping)
197 for (const auto &NN : MN->Mapping) {
lib/TableGen/SetTheory.cpp 303 if (I == Operators.end())
321 if (I != Expanders.end()) {
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp 2282 if (Entry == RegisterReqs.end())
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp 3688 if (Seen.find(ID) != Seen.end())
3897 if (Seen.find(".amdhsa_next_free_vgpr") == Seen.end())
3900 if (Seen.find(".amdhsa_next_free_sgpr") == Seen.end())
lib/Target/ARM/AsmParser/ARMAsmParser.cpp 3928 if (Entry == RegisterReqs.end())
lib/Target/BPF/BTFDebug.cpp 672 if (FileContent.find(FileName) != FileContent.end())
lib/Target/Mips/AsmParser/MipsAsmParser.cpp 6269 if (Entry != RegisterSets.end()) {
lib/Target/TargetMachineC.cpp 262 for (auto &F : HostFeatures)
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp 459 if (InvokeWrappers.find(Sig) != InvokeWrappers.end())
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp 502 assert(Map.find(NameLibcall.first) == Map.end() &&
894 if (Val == Map.end()) {
lib/Transforms/IPO/FunctionImport.cpp 638 for (auto &ELI : ExportLists) {
652 for (auto &ModuleImports : ImportLists) {
660 for (auto &Src : ModuleImports.second) {
678 for (auto &Src : ImportList) {
lib/Transforms/IPO/SampleProfile.cpp 247 for (auto &IFS : CurrentReader.getProfiles()) {
812 for (const auto &T_C : T.get())
964 if (R != SymbolMap.end() && R->getValue() &&
1724 for (const auto &I : Reader->getProfiles())
lib/Transforms/Instrumentation/GCOVProfiling.cpp 297 for (auto &I : LinesByFile) {
489 if (It != InstrumentedFiles.end()) {
lib/Transforms/Utils/ImportedFunctionsInliningStatistics.cpp 54 assert(It != NodesMap.end() && "The node should be already there.");
189 for (const NodesMapTy::value_type& Node : NodesMap)
tools/clang/include/clang/Basic/OpenCLOptions.h 119 E = OptMap.end(); I != E; ++I)
125 E = OptMap.end(); I != E; ++I)
130 for (llvm::StringMap<Info>::iterator I = OptMap.begin(), E = OptMap.end();
tools/clang/include/clang/Lex/HeaderSearch.h 317 if (Iter != IncludeAliases->end())
tools/clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h 168 return It == Cache.end() ? nullptr : It->getValue();
tools/clang/include/clang/Tooling/DiagnosticsYaml.h 35 for (auto &Replacements : M.Fix) {
tools/clang/lib/ARCMigrate/ObjCMT.cpp 163 != WhiteListFilenames.end();
tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp 64 assert(Constructors.find(MatcherName) == Constructors.end());
tools/clang/lib/Basic/Module.cpp 326 if (Pos != SubModuleIndex.end())
tools/clang/lib/Basic/Targets.cpp 656 for (const auto &F : Features)
tools/clang/lib/Basic/Targets/X86.cpp 446 if (I != Features.end() && I->getValue() &&
452 if (I != Features.end() && I->getValue() &&
459 if (I != Features.end() && I->getValue() &&
tools/clang/lib/CodeGen/BackendUtil.cpp 1400 for (auto &I : ImportList) {
tools/clang/lib/CodeGen/CGObjCGNU.cpp 974 if (old != ObjCStrings.end())
2458 if (old != ObjCStrings.end())
3019 if (value == ExistingProtocols.end()) {
3160 for (auto iter = ExistingProtocols.begin(), endIter = ExistingProtocols.end();
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 1316 for (const auto &Data : EmittedNonTargetVariables) {
4012 for (const auto &E : OffloadEntriesDeviceGlobalVar)
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp 4937 for (const auto &Feature : Features) {
tools/clang/lib/CodeGen/CodeGenFunction.cpp 2229 for (const auto &F : CalleeFeatureMap) {
tools/clang/lib/CodeGen/CodeGenModule.cpp 230 for (auto &I : Replacements) {
1673 for (const llvm::StringMap<bool>::value_type &Entry : FeatureMap)
tools/clang/lib/CrossTU/CrossTranslationUnit.cpp 374 if (ASTCacheEntry == FileASTUnitMap.end()) {
411 if (ASTCacheEntry == NameASTUnitMap.end()) {
tools/clang/lib/Driver/Driver.cpp 681 if (Duplicate != FoundNormalizedTriples.end()) {
tools/clang/lib/Driver/Multilib.cpp 106 if (SI == FlagSet.end())
122 if (MyFlags.find(Flag) == MyFlags.end())
255 if (SI != FlagSet.end())
tools/clang/lib/Driver/ToolChains/Arch/ARM.cpp 376 for (auto &F : HostFeatures)
tools/clang/lib/Driver/ToolChains/Arch/X86.cpp 117 for (auto &F : HostFeatures)
tools/clang/lib/Driver/ToolChains/Clang.cpp 244 if (OptionIter == OptionStrings.end()) {
247 if (OptionIter == OptionStrings.end()) {
tools/clang/lib/Driver/ToolChains/CommonArgs.cpp 1477 assert(LastI != LastOpt.end());
tools/clang/lib/Frontend/ASTUnit.cpp 2101 if (Pos != CachedCompletionTypes.end() && Pos->second == C->Type)
2373 if (ItFileID == PreambleSrcLocCache.end()) {
tools/clang/lib/Frontend/LayoutOverrideSource.cpp 167 if (Known == Layouts.end())
193 LEnd = Layouts.end();
tools/clang/lib/Frontend/ModuleDependencyCollector.cpp 170 if (DirWithSymLink == SymLinkMap.end()) {
tools/clang/lib/Frontend/PrecompiledPreamble.cpp 109 for (const auto &File : Files)
474 if (OverridenFileBuffer != OverridenFileBuffers.end()) {
tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp 353 if (Deferred != DeferredDirectives.end()) {
367 if (MarkerIt != Markers.end()) {
379 for (auto &MarkerInfo : Markers) {
389 for (auto &DeferredPair : DeferredDirectives) {
tools/clang/lib/Lex/ModuleMap.cpp 60 if (PendingLinkAs != PendingLinkAsModule.end()) {
61 for (auto &Name : PendingLinkAs->second) {
322 for (auto &M : Modules)
1248 MEnd = Modules.end();
tools/clang/lib/Sema/SemaAttr.cpp 468 if (Section == Context.SectionInfos.end()) {
495 if (Section != Context.SectionInfos.end()) {
tools/clang/lib/Sema/SemaCodeComplete.cpp 1962 if (it != Overrides.end()) {
tools/clang/lib/Sema/SemaDeclAttr.cpp 3368 auto UnknownName = NameIdxMapping.end();
tools/clang/lib/Serialization/ASTReader.cpp 645 if (!Validate || Known == ASTFileMacros.end()) {
4781 if (Known == ModuleFileExtensions.end()) break;
12242 if (Known != ModuleFileExtensions.end()) {
tools/clang/lib/Serialization/ASTWriter.cpp 2066 if (Pos == FrameworkNameOffset.end()) {
tools/clang/lib/Serialization/GlobalModuleIndex.cpp 340 if (Known == UnresolvedModules.end()) {
819 IEnd = InterestingIdentifiers.end();
tools/clang/lib/Serialization/InMemoryModuleCache.cpp 61 assert(I != PCMs.end() && "PCM to remove is unknown...");
75 assert(I != PCMs.end() && "PCM to finalize is unknown...");
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp 1493 if (I != Options.Config.end())
tools/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp 454 if (FSMI == FunctionSummaryMap.end())
tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp 105 if (PackageSize != PackageSizes.end())
469 for (const auto &Config : AnOpts.Config) {
tools/clang/lib/Tooling/AllTUsExecution.cpp 132 for (const auto &FileAndContent : OverlayFiles)
tools/clang/lib/Tooling/Tooling.cpp 350 for (const auto &It : MappedFileContents) {
tools/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp 235 CurBundleInfo = BundlesInfo.end();
289 assert(BundlesInfo.find(Triple) == BundlesInfo.end() &&
294 CurBundleInfo = BundlesInfo.end();
300 if (NextBundleInfo == BundlesInfo.end())
307 assert(CurBundleInfo != BundlesInfo.end() && "Invalid reader info!");
312 assert(CurBundleInfo != BundlesInfo.end() && "Invalid reader info!");
762 if (Output == Worklist.end())
784 for (auto &E : Worklist) {
804 for (auto &E : Worklist) {
tools/clang/tools/clang-refactor/ClangRefactor.cpp 559 for (const auto &Opt : MissingOptions)
tools/clang/tools/diagtool/DiagTool.cpp 33 return (it == getTools(tools)->end()) ? nullptr : it->getValue();
44 ei = getTools(tools)->end(); it != ei; ++it) {
tools/clang/tools/extra/clang-doc/tool/ClangDocMain.cpp 273 for (auto &Group : USRToBitcode) {
tools/clang/tools/extra/clang-move/Move.cpp 779 if (SI == FilePathToFileID.end()) continue;
tools/clang/tools/extra/clang-tidy/ClangTidy.cpp 188 for (const auto &FileAndReplacements : FileReplacements) {
tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp 646 for (const auto &FileAndReplaces : *ErrorAndFix.second) {
656 for (const auto &FileAndReplace : *ErrorFixes[I].second) {
tools/clang/tools/extra/clang-tidy/ClangTidyOptions.cpp 248 if (Iter != CachedOptions.end())
tools/clang/tools/extra/clang-tidy/bugprone/ForwardDeclarationNamespaceCheck.cpp 118 for (const auto &KeyValuePair : DeclNameToDeclarations) {
152 if (DeclNameToDefinitions.find(DeclName) == DeclNameToDefinitions.end()) {
tools/clang/tools/extra/clang-tidy/mpi/TypeMismatchCheck.cpp 221 if (it != FixedWidthMatches.end() && it->getValue() != MPIDatatype) {
tools/clang/tools/extra/clang-tidy/utils/HeaderGuard.cpp 212 for (const auto &FE : Files) {
tools/clang/tools/extra/clangd/ClangdLSPServer.cpp 393 if (It != RequestCancelers.end())
421 if (It != RequestCancelers.end() && It->second.second == Cookie)
712 for (const auto &It : R->ApplyEdits) {
1255 if (DiagToFixItsIter == FixItsMap.end())
tools/clang/tools/extra/clangd/ClangdServer.cpp 408 for (auto &It : Effect->ApplyEdits) {
tools/clang/tools/extra/clangd/CodeComplete.cpp 1282 for (auto &Entry : Includes.includeDepth(
1356 for (const auto &IDAndCount : Identifiers) {
tools/clang/tools/extra/clangd/DraftStore.cpp 47 if (EntryIt == Drafts.end()) {
tools/clang/tools/extra/clangd/FileDistance.cpp 65 for (const auto &S : Sources) {
166 for (const auto &Source : Sources) {
tools/clang/tools/extra/clangd/HeaderSourceSwitch.cpp 115 for (auto It = Candidates.begin(); It != Candidates.end(); ++It) {
tools/clang/tools/extra/clangd/IncludeFixer.cpp 407 if (I != FuzzyFindCache.end())
tools/clang/tools/extra/clangd/SourceCode.cpp 926 if (It != UsingDirectives.end())
927 for (const auto &Used : It->second)
tools/clang/tools/extra/clangd/TUScheduler.cpp 934 if (It == Files.end()) {
947 if (It == Files.end()) {
tools/clang/tools/extra/clangd/index/Background.cpp 232 for (const auto &IndexIt : *Index.Sources) {
250 if (FileIt != Files.end()) {
263 if (FileIt != Files.end())
272 if (FileIt != Files.end()) {
286 for (const auto &FileIt : Files) {
392 if (D != ShardVersionsSnapshot.end() && D->second.Digest == Digest &&
434 for (auto &It : *Index.Sources)
tools/clang/tools/extra/clangd/index/BackgroundIndexLoader.cpp 71 for (const auto &It : *LS.Shard->Sources) {
116 for (auto &It : LoadedShards)
tools/clang/tools/extra/clangd/index/FileIndex.cpp 126 for (const auto &FileAndSymbols : FileToSymbols)
128 for (const auto &FileAndRefs : FileToRefs) {
133 for (const auto &FileAndRelations : FileToRelations)
tools/clang/tools/extra/clangd/index/IndexAction.cpp 183 for (const auto &Node : IG)
tools/clang/tools/extra/clangd/unittests/BackgroundIndexTests.cpp 67 if (Storage.find(ShardIdentifier) == Storage.end()) {
tools/clang/tools/extra/clangd/unittests/TweakTesting.cpp 115 for (auto &It : Result->ApplyEdits) {
tools/clang/tools/extra/modularize/Modularize.cpp 923 for (EntityMap::iterator E = Entities.begin(), EEnd = Entities.end();
tools/clang/unittests/CrossTU/CrossTranslationUnitTest.cpp 168 for (const auto &E : Index) {
172 for (const auto &E : ParsedIndex)
tools/clang/unittests/Tooling/RefactoringTest.cpp 592 E = TemporaryFiles.end();
tools/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp 204 if (TypesSeen.find(T->getValueAsString("Name")) == TypesSeen.end()) {
570 if (TypesSeen.find(T->getValueAsString("Name")) != TypesSeen.end())
tools/clang/utils/TableGen/ClangSACheckersEmitter.cpp 199 I = sortedPackages.begin(), E = sortedPackages.end(); I != E; ++I) {
tools/dsymutil/DebugMap.cpp 230 for (auto &Entry : Obj.Symbols)
277 if (AddressIt != SymbolAddresses.end())
tools/dsymutil/DwarfLinker.cpp 2185 if (Cached != ClangModules.end()) {
tools/dsymutil/MachODebugMapParser.cpp 454 if (ObjectSymIt == CurrentObjectAddresses.end() && Type != MachO::N_STSYM) {
457 if (ObjectSymIt != CurrentObjectAddresses.end())
462 if (ObjectSymIt == CurrentObjectAddresses.end()) {
512 if (Sym == MainBinarySymbolAddresses.end())
521 for (const auto &Entry : MainBinarySymbolAddresses) {
tools/gold/gold-plugin.cpp 1066 for (auto &Identifier : ObjectToIndexFileState)
tools/lld/ELF/SymbolTable.cpp 145 for (auto &p : getDemangledSyms())
tools/lld/ELF/Writer.cpp 1827 if (i != config->sectionStartMap.end())
tools/lld/lib/ReaderWriter/MachO/File.h 169 if (pos == _undefAtoms.end())
tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp 608 for (const auto &symbol : _exportedSymbols)
623 for (const auto &symbol : _exportedSymbols)
696 if (pos != _pathToDylibMap.end())
728 if (pos != _pathToDylibMap.end())
736 if (pos != _pathToDylibMap.end())
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp 1226 if (pos == _dylibInfo.end()) {
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp 116 if (pos != _nameMap.end()) {
tools/lld/wasm/Writer.cpp 127 for (auto &pair : customSectionMapping) {
tools/lldb/source/API/SBLaunchInfo.cpp 174 m_opaque_sp->GetEnvironment().insert(env.begin(), env.end());
tools/lldb/source/Commands/CommandCompletions.cpp 123 for (const auto &S : MatchSet) {
tools/lldb/source/Commands/CommandObjectProcess.cpp 198 target_env.end());
tools/lldb/source/Core/Debugger.cpp 1174 if (pos != m_log_streams.end())
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp 2825 if (buffer_it == m_xfer_buffer_map.end()) {
tools/lldb/source/Symbol/CxxModuleHandler.cpp 190 if (m_supported_templates.find(td->getName()) == m_supported_templates.end())
tools/lldb/source/Target/Target.cpp 3423 for (const auto &KV : env) {
tools/lldb/source/Utility/ConstString.cpp 81 if (it != m_string_pools[h].m_string_map.end())
tools/lldb/source/Utility/Log.cpp 196 assert(iter != g_channel_map->end());
206 if (iter == g_channel_map->end()) {
221 if (iter == g_channel_map->end()) {
235 if (ch == g_channel_map->end()) {
244 for (auto &entry : *g_channel_map)
252 if (ch == g_channel_map->end())
260 for (const auto &channel : *g_channel_map)
271 for (const auto &channel : *g_channel_map)
353 for (auto &c: *g_channel_map)
tools/lldb/tools/lldb-test/lldb-test.cpp 990 if (LabelIt == State.Label2AddrMap.end()) {
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp 1590 if (old_src_bp_pos != g_vsc.source_breakpoints.end()) {
1822 for (auto &pair: g_vsc.function_breakpoints) {
1824 if (request_pos == request_bps.end()) {
1845 for (auto &pair : request_bps) {
tools/lldb/unittests/Expression/DWARFExpressionTest.cpp 68 for (auto &entry : m_section_map)
75 for (auto &entry : m_section_map) {
tools/lldb/unittests/TestingSupport/MockTildeExpressionResolver.cpp 23 assert(UserDirectories.find(User) == UserDirectories.end());
33 assert(UserDirectories.find(User) != UserDirectories.end());
51 for (const auto &User : UserDirectories) {
70 for (const auto &User : UserDirectories) {
tools/llvm-cov/CodeCoverage.cpp 236 if (Loc != RemappedFilenames.end())
414 for (const auto &RemappedFilename : RemappedFilenames)
421 if (CovFileName != InvRemappedFilenames.end())
tools/llvm-dwarfdump/Statistics.cpp 520 for (auto &Entry : Statistics) {
531 : Stats.VarsInFunction) llvm::dbgs()
tools/llvm-jitlink/llvm-jitlink.cpp 462 if (FileInfoItr == FileInfos.end())
474 if (SecInfoItr == FI->SectionInfos.end())
488 if (StubInfoItr == FI->StubInfos.end())
502 if (GOTInfoItr == FI->GOTEntryInfos.end())
517 if (SymInfoItr == SymbolInfos.end())
tools/llvm-link/llvm-link.cpp 167 assert(I != ModuleMap.end());
tools/llvm-lipo/llvm-lipo.cpp 792 if (It != ReplacementSlices.end()) {
tools/llvm-mca/CodeRegion.cpp 44 if (It != ActiveRegions.end()) {
91 if (It != ActiveRegions.end()) {
tools/llvm-objcopy/CopyConfig.cpp 568 for (const auto &E : Config.SectionsToRename) {
tools/llvm-pdbutil/DumpOutputStyle.cpp 892 for (const auto &Stat : NamespacedStats)
1273 for (const auto &Entry : NS.entries()) {
tools/llvm-pdbutil/StreamUtil.cpp 91 for (auto &NSE : Info->named_streams()) {
tools/llvm-profdata/llvm-profdata.cpp 498 E = Profiles.end();
tools/llvm-readobj/llvm-readobj.cpp 658 for (auto &OptEntry : cl::getRegisteredOptions()) {
tools/polly/lib/Analysis/ScopInfo.cpp 1480 if (Iterator != KnownNames.end())
unittests/ADT/StringMapTest.cpp 36 EXPECT_TRUE(testMap.begin() == testMap.end());
42 EXPECT_TRUE(testMap.find(testKey) == testMap.end());
44 testMap.end());
45 EXPECT_TRUE(testMap.find(testKeyStr) == testMap.end());
51 EXPECT_FALSE(testMap.begin() == testMap.end());
59 EXPECT_TRUE(it == testMap.end());
212 it != testMap.end(); ++it) {
328 ASSERT_NE(iter, t.end());
416 ASSERT_NE(I, A.end());
424 ASSERT_NE(I, B.end());
unittests/ExecutionEngine/JITLink/JITLinkTestCommon.cpp 155 if (I != Externals.end())
unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp 29 if (ObjMap.find(ModuleID) != ObjMap.end())
50 != ModulesLookedUp.end();
57 if (it == ObjMap.end())
unittests/IR/CFGBuilder.cpp 87 if (BIt != NameToBlock.end())
unittests/ProfileData/CoverageMappingTest.cpp 147 if (R != Files.end())
204 for (const auto &E : Files)
unittests/Support/CommandLineTest.cpp 982 for (auto &OM : cl::getRegisteredOptions(*cl::TopLevelSubCommand)) {
unittests/Support/FileCollectorTest.cpp 36 return Seen.find(fs) != Seen.end();
unittests/Support/YAMLIOTest.cpp 2915 for (auto &N : M)
usr/include/c++/7.4.0/bits/range_access.h 68 end(_Container& __cont) -> decltype(__cont.end())
69 { return __cont.end(); }
utils/TableGen/CodeGenDAGPatterns.cpp 2858 if (PrevOp != ComplexPatternOperands.end()) {
2929 for (auto &Entry : NamedNodes) {
4330 for (const auto &Pair : depcounts) {
4343 for (const auto &DepVar : DepVars) {
utils/TableGen/CodeGenSchedule.cpp 450 if (It == TIIPredicates.end()) {
utils/TableGen/GlobalISelEmitter.cpp 3002 if (DefinedOperands.find(SymbolicName) == DefinedOperands.end()) {
utils/TableGen/PseudoLoweringEmitter.cpp 180 if (SourceOp == SourceOperands.end())
utils/TableGen/RISCVCompressInstEmitter.cpp 312 if (it != SourceOperands.end()) {
322 if (it == DestOperands.end())
370 if (SourceOp == SourceOperands.end())