|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/SetOperations.h 52 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1.end();
include/llvm/ADT/StringMap.h 352 StringMapKeyIterator<ValueTy>(end()));
363 if (Bucket == -1) return end();
371 if (it != end())
382 return find(Key) == end() ? 0 : 1;
include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h 82 StringMap<uint32_t>::const_iterator end() const { return StringToId.end(); }
include/llvm/ExecutionEngine/Orc/IndirectionUtils.h 311 for (auto &Entry : StubInits)
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h 355 for (auto &Entry : StubInits)
include/llvm/IR/ModuleSummaryIndex.h 1229 assert(It != ModulePathStringTable.end() && "Module not registered");
include/llvm/IR/ValueSymbolTable.h 102 inline const_iterator end() const { return vmap.end(); }
include/llvm/ProfileData/SampleProf.h 261 for (const auto &I : Targets) {
271 for (const auto &I : Other.getCallTargets()) {
474 for (const auto &TS : BS.second.getCallTargets())
lib/AsmParser/LLParser.cpp 111 for (const auto &I : Slots->NamedTypes)
lib/Bitcode/Writer/BitcodeWriter.cpp 467 if (MPI == Index.modulePaths().end()) {
477 for (const auto &MPSE : Index.modulePaths())
lib/CodeGen/AsmPrinter/AccelTable.cpp 665 for (const auto &Entry : Entries) {
677 for (auto &E : Entries)
lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2096 for (const auto &GI : Globals) {
lib/CodeGen/MIRParser/MIRParser.cpp 601 for (auto I = PFS.VRegInfosNamed.begin(), E = PFS.VRegInfosNamed.end();
lib/CodeGen/MachineOutliner.cpp 1390 if (It != FunctionToInstrCount.end())
lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp 65 for (const auto &Item : Mappings) {
78 for (const auto &M : Mappings)
lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp 72 for (auto &Pair : StringToId) {
99 assert(Iter != StringToId.end());
lib/DebugInfo/DWARF/DWARFContext.cpp 1489 for (const auto &SecIt : Sections) {
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp 178 for (const auto &F : SourceFileNames) {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp 1089 assert(RRI != ExternalSymbolMap.end() && "No result for symbol");
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h 496 if (pos == GlobalSymbolTable.end())
507 if (GSTItr == GlobalSymbolTable.end())
516 if (pos == GlobalSymbolTable.end())
535 for (auto &KV : GlobalSymbolTable) {
lib/IR/AsmWriter.cpp 1027 for (auto &ModPath : TheIndex->modulePaths())
2681 for (auto &ModPath : TheIndex->modulePaths())
lib/IR/LLVMContextImpl.cpp 206 for (const auto &T : BundleTagCache)
212 assert(I != BundleTagCache.end() && "Unknown tag!");
226 for (const auto &SSE : SSC)
lib/IR/PassRegistry.cpp 50 return I != PassInfoStringMap.end() ? I->second : nullptr;
lib/IR/Verifier.cpp 383 for (const StringMapEntry<Comdat> &SMEC : M.getComdatSymbolTable())
lib/LTO/LTO.cpp 156 for (auto &Entry : ImportList) {
230 for (auto &ImpM : ImportList)
lib/LTO/ThinLTOCodeGenerator.cpp 272 for (auto &Entry : PreservedSymbols) {
594 return (ExportList != ExportLists.end() &&
lib/MC/MCParser/AsmParser.cpp 966 for (const auto &TableEntry : getContext().getSymbols()) {
lib/ObjectYAML/ELFEmitter.cpp 75 if (I == Map.end())
lib/Option/OptTable.cpp 173 E = Prefixes.end(); I != E; ++I)
lib/ProfileData/SampleProfWriter.cpp 48 for (const auto &I : ProfileMap)
180 for (const auto &I : ProfileMap) {
291 for (const auto &J : Sample.getCallTargets())
382 for (const auto &I : ProfileMap) {
616 for (const auto &I : ProfileMap) {
lib/Remarks/RemarkStringTable.cpp 67 for (const auto &KV : StrTab)
lib/Support/CommandLine.cpp 578 ie = OptionsMap.end();
710 if (OMI != OptionsMap.end() && !Pred(OMI->getValue()))
711 OMI = OptionsMap.end();
716 while (OMI == OptionsMap.end() && Name.size() > 1) {
719 if (OMI != OptionsMap.end() && !Pred(OMI->getValue()))
720 OMI = OptionsMap.end();
723 if (OMI != OptionsMap.end() && Pred(OMI->second)) {
lib/Support/FileCheck.cpp 680 for (const auto &NumericVariableDef : NumericVariableDefs) {
lib/Support/SpecialCaseList.cpp 62 if (It != Strings.end())
224 if (I == Entries.end()) return 0;
226 if (II == I->second.end()) return 0;
lib/Support/Timer.cpp 248 for (const auto &P : Records)
lib/Support/VirtualFileSystem.cpp 651 const_iterator end() const { return Entries.end(); }
656 for (const auto &Entry : Entries)
lib/Target/AMDGPU/AMDGPULibFunc.cpp 1010 if (Loc != Map.end()) {
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp 89 for (auto &It : OutContext.getSymbols()) {
lib/Target/X86/X86InsertPrefetch.cpp 125 for (const auto &S_V : *T) {
lib/Testing/Support/Annotations.cpp 69 require(I != Points.end() && I->getValue().size() == 1,
81 require(I != Ranges.end() && I->getValue().size() == 1,
lib/Transforms/IPO/FunctionImport.cpp 624 for (auto &DefinedGVSummaries : ModuleToDefinedGVSummaries) {
880 for (auto &ILI : ImportList) {
1085 for (auto &FunctionsToImportPerModule : ImportList) {
1091 assert(FunctionsToImportPerModule != ImportList.end());
tools/clang/include/clang/Basic/FileSystemStatCache.h 78 iterator end() const { return StatCalls.end(); }
tools/clang/include/clang/Basic/IdentifierTable.h 581 iterator end() const { return HashTable.end(); }
tools/clang/include/clang/Basic/OpenCLOptions.h 36 return OptMap.find(Ext) != OptMap.end();
107 for (auto &I:Opts.OptMap)
tools/clang/include/clang/Lex/ModuleMap.h 686 module_iterator module_end() const { return Modules.end(); }
tools/clang/lib/ASTMatchers/Dynamic/Parser.cpp 522 for (const auto &Entry : *NamedValues) {
tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp 535 return it == RegistryData->constructors().end()
591 for (const auto &M : RegistryData->constructors()) {
tools/clang/lib/Basic/FileManager.cpp 534 FEEnd = SeenFileEntries.end();
tools/clang/lib/Basic/IdentifierTable.cpp 330 I = HashTable.begin(), E = HashTable.end(); I != E; ++I) {
tools/clang/lib/Basic/Module.cpp 318 if (Pos == SubModuleIndex.end())
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 3936 if (PerParentName == PerFile->second.end())
3952 for (const auto &P : F.second)
tools/clang/lib/CodeGen/CodeGenModule.cpp 5594 if (Res == Manglings.end())
tools/clang/lib/CrossTU/CrossTranslationUnit.cpp 164 for (const auto &E : Index)
tools/clang/lib/Format/BreakableToken.cpp 563 ContentIndentingJavadocAnnotations.end())
tools/clang/lib/Format/ContinuationIndenter.cpp 210 if (It == DelimiterStyle.end())
219 if (It == EnclosingFunctionStyle.end())
tools/clang/lib/Frontend/PrecompiledPreamble.cpp 472 for (const auto &F : FilesInPreamble) {
tools/clang/lib/Lex/ModuleMap.cpp 772 if (Known != Modules.end())
tools/clang/lib/Sema/SemaOpenMP.cpp 411 if (I != Criticals.end())
tools/clang/lib/Serialization/ASTWriter.cpp 4320 for (const auto &I:Opts.OptMap) {
tools/clang/lib/Serialization/InMemoryModuleCache.cpp 17 if (I == PCMs.end())
46 if (I == PCMs.end())
tools/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp 274 for (Table::const_iterator I = Config.begin(), E = Config.end(); I != E;
tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp 437 if (It != CustomPropagations.end())
827 if (It == CustomSinks.end())
tools/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp 124 ConfigTable::const_iterator E = Config.end();
tools/clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp 246 assert(Iter != RuleMapping.end() && "Rule ID is not in the array index map?");
tools/clang/lib/Tooling/FileMatchTrie.cpp 117 if (MatchingChild != Children.end()) {
151 It = Children.begin(), E = Children.end();
155 It->getValue().getAll(Results, Children.end());
tools/clang/lib/Tooling/Inclusions/HeaderIncludes.cpp 312 if (It != ExistingIncludes.end())
350 if (Iter == ExistingIncludes.end())
tools/clang/lib/Tooling/JSONCompilationDatabase.cpp 237 if (CommandsRefI == IndexByFile.end())
247 for (const auto &CommandRef : IndexByFile)
tools/clang/tools/extra/clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp 174 for (const auto &Fix : *ChoosenFix)
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/HeaderMapCollector.cpp 28 if (Iter != HeaderMappingTable.end())
tools/clang/tools/extra/clang-tidy/ClangTidy.cpp 134 for (const auto &FileAndReplacements : *ChosenFix) {
251 for (const auto &FileAndReplacements : Fix) {
tools/clang/tools/extra/clang-tidy/abseil/DurationRewriter.cpp 247 if (ScaleIter == ScaleMap.end())
263 if (ScaleIter == ScaleMap.end())
tools/clang/tools/extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp 45 if (Pair == InterfaceMap.end())
tools/clang/tools/extra/clang-tidy/google/AvoidUnderscoreInGoogletestNameCheck.cpp 28 return MacroNames.find(MacroName) != MacroNames.end();
tools/clang/tools/extra/clang-tidy/portability/SIMDIntrinsicsCheck.cpp 57 if (It != Mapping.end())
tools/clang/tools/extra/clangd/ClangdLSPServer.cpp 112 for (const auto &It : E.ApplyEdits) {
tools/clang/tools/extra/clangd/CodeComplete.cpp 1038 for (const auto &MacroName : Preamble.Macros.Names)
tools/clang/tools/extra/clangd/DraftStore.cpp 20 if (It == Drafts.end())
30 for (auto DraftIt = Drafts.begin(); DraftIt != Drafts.end(); DraftIt++)
tools/clang/tools/extra/clangd/FS.cpp 47 if (I != StatCache.end())
tools/clang/tools/extra/clangd/GlobalCompilationDatabase.cpp 282 if (It != Commands.end())
323 if (It != Commands.end())
tools/clang/tools/extra/clangd/Headers.cpp 143 if (It != NameToIndex.end()) {
184 return IncludedHeaders.find(Header) != IncludedHeaders.end();
tools/clang/tools/extra/clangd/TUScheduler.cpp 875 for (auto &File : Files)
912 if (It == Files.end()) {
1012 for (auto &&PathAndFile : Files)
1020 for (auto &&PathAndFile : Files) {
tools/clang/tools/extra/clangd/index/Background.cpp 239 if (DigestIt == ShardVersionsSnapshot.end() ||
tools/clang/tools/extra/clangd/index/CanonicalIncludes.cpp 37 if (SE != StdSymbolMapping->end())
42 if (MapIt != FullPathMapping.end())
56 if (MappingIt != StdSuffixHeaderMapping->end())
tools/clang/tools/extra/clangd/index/Serialization.cpp 540 for (const auto &Source : *Data.Sources) {
tools/clang/tools/extra/clangd/unittests/ClangdTests.cpp 99 for (const auto &It : LastDiagsHadError)
tools/clang/tools/extra/clangd/unittests/IndexActionTests.cpp 61 for (auto &I : IG)
tools/clang/tools/extra/clangd/unittests/TestFS.cpp 27 for (auto &FileAndContents : Files) {
tools/clang/tools/extra/unittests/clang-tidy/ClangTidyTest.h 144 for (const auto &FileAndFixes : *ChosenFix) {
tools/clang/unittests/AST/ASTImporterTest.cpp 201 assert(Found != CodeSamples.end() && "Wrong file for import!");
tools/clang/unittests/Frontend/PCHPreambleTest.cpp 117 for (const auto &RemappedFile : RemappedFiles) {
tools/clang/unittests/Tooling/CompilationDatabaseTest.cpp 656 for (const auto &Entry : Entries)
tools/clang/unittests/Tooling/DiagnosticsYamlTest.cpp 126 for (auto &Replacements : Fix) {
tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp 631 if (It == Substitutions.end())
tools/dsymutil/DebugMap.cpp 63 for (const auto &Sym : make_range(Symbols.begin(), Symbols.end()))
95 if (Sym == Symbols.end())
tools/dsymutil/DebugMap.h 181 return make_range(Symbols.begin(), Symbols.end());
tools/dsymutil/NonRelocatableStringpool.cpp 45 for (const auto &E : Strings)
tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp 976 bool leftIsOrdered = (leftPos != _orderFiles.end());
977 bool rightIsOrdered = (rightPos != _orderFiles.end());
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp 187 if (pos != _nameMap.end())
tools/lldb/include/lldb/Utility/Environment.h 89 for (const auto &KV : Env)
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp 196 return m_tokens.find(token) != m_tokens.end();
tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp 653 if (it != kw_map.end()) {
tools/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp 24 return keywords.find(token) != keywords.end();
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp 818 for (const auto &KV : env) {
tools/lldb/source/Utility/ConstString.cpp 141 for (const auto &entry : pool.m_string_map)
tools/lldb/source/Utility/Environment.cpp 32 for (const auto &KV : Env)
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp 244 for (const auto &E : Elements) {
tools/llvm-config/llvm-config.cpp 88 for (const auto &Component : ComponentMap) {
tools/llvm-cov/CoverageSummaryInfo.h 210 if (DemangledName == DemangledNames.end())
tools/llvm-dwp/llvm-dwp.cpp 425 if (SectionPair == KnownSections.end())
tools/llvm-exegesis/lib/BenchmarkResult.cpp 102 if (Iter != RegNameToRegNo.end())
168 if (Iter != OpcodeNameToOpcodeIdx.end())
tools/llvm-jitlink/llvm-jitlink.cpp 132 for (auto &SKV : SIM)
139 for (auto &SIKV : FI.SectionInfos)
141 for (auto &GOTKV : FI.GOTEntryInfos)
143 for (auto &StubKV : FI.StubInfos)
150 for (auto &FIKV : FIM)
tools/llvm-lipo/llvm-lipo.cpp 603 if (Alignment != Alignments.end())
tools/llvm-lto/llvm-lto.cpp 466 for (auto &ModPath : Index.modulePaths()) {
tools/llvm-objcopy/ELF/ELFObjcopy.cpp 389 if (I != Config.SymbolsToRename.end())
619 if (Iter != Config.SectionsToRename.end()) {
676 if (I != Config.SetSectionAlignment.end())
684 if (Iter != Config.SetSectionFlags.end()) {
tools/llvm-pdbutil/InputFile.cpp 215 if (FC == ChecksumsByFile.end()) {
tools/llvm-profdata/llvm-profdata.cpp 392 for (const auto &Target : BodySample.second.getCallTargets()) {
tools/llvm-rc/ResourceScriptParser.cpp 543 if (CtlInfo == Control::SupportedCtls.end())
tools/llvm-rc/ResourceScriptStmt.cpp 209 if (Iter != FixedFieldsInfoMap.end())
tools/llvm-rtdyld/llvm-rtdyld.cpp 164 for (const auto &KV : FileToSecIDMap) {
166 for (auto &KV2 : KV.second)
174 if (I == FileToSecIDMap.end())
179 if (J == SectionIDs.end())
unittests/ADT/StringMapTest.cpp 102 EXPECT_TRUE(constTestMap.begin() == constTestMap.end());
108 EXPECT_TRUE(constTestMap.find(testKey) == constTestMap.end());
110 constTestMap.end());
111 EXPECT_TRUE(constTestMap.find(testKeyStr) == constTestMap.end());
unittests/ProfileData/SampleProfTest.cpp 323 for (auto I = Expected.begin(); I != Expected.end(); ++I) {
usr/include/c++/7.4.0/bits/range_access.h 68 end(_Container& __cont) -> decltype(__cont.end())
78 end(const _Container& __cont) -> decltype(__cont.end())
79 { return __cont.end(); }
utils/TableGen/CodeGenDAGPatterns.cpp 1874 && (DepVars.find(getName()) == DepVars.end()
utils/TableGen/CodeGenHwModes.cpp 83 assert(F != ModeIds.end() && "Unknown mode name");
103 for (const auto &P : ModeIds)
utils/TableGen/CodeGenTarget.cpp 357 if (I == Regs.end())
utils/TableGen/GlobalISel/CodeExpansions.h 37 const_iterator end() const { return Expansions.end(); }
utils/TableGen/GlobalISelEmitter.cpp 936 if (I == ComplexSubOperands.end())
3044 if (I == DefinedOperands.end())
utils/unittest/googlemock/include/gmock/gmock-matchers.h 3186 for (; it != stl_container.end() && exam_pos != count(); ++it, ++exam_pos) {
3207 for (; it != stl_container.end(); ++it) {
3391 stl_container.end(),
utils/unittest/googletest/include/gtest/gtest-printers.h 378 it != container.end(); ++it, ++count) {