|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp 720 if (FI != FunctionProtos.end())
examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp 720 if (FI != FunctionProtos.end())
examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp 719 if (FI != FunctionProtos.end())
examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp 705 if (FI != FunctionProtos.end())
examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp 729 if (FI != FunctionProtos.end())
examples/Kaleidoscope/Chapter4/toy.cpp 433 if (FI != FunctionProtos.end())
examples/Kaleidoscope/Chapter5/toy.cpp 560 if (FI != FunctionProtos.end())
examples/Kaleidoscope/Chapter6/toy.cpp 652 if (FI != FunctionProtos.end())
examples/Kaleidoscope/Chapter7/toy.cpp 725 if (FI != FunctionProtos.end())
examples/Kaleidoscope/Chapter8/toy.cpp 724 if (FI != FunctionProtos.end())
examples/Kaleidoscope/Chapter9/toy.cpp 877 if (FI != FunctionProtos.end())
include/llvm/ADT/MapVector.h 149 return Pos == Map.end()? Vector.end() :
include/llvm/Analysis/CallGraph.h 116 inline iterator end() { return FunctionMap.end(); }
130 assert(I != FunctionMap.end() && "Function not in callgraph!");
include/llvm/Analysis/DominanceFrontier.h 82 iterator end() { return Frontiers.end(); }
include/llvm/Analysis/DominanceFrontierImpl.h 108 E = tmpFrontiers.end();
include/llvm/Analysis/IntervalPartition.h 81 return I != IntervalMap.end() ? I->second : nullptr;
include/llvm/Analysis/RegionInfoImpl.h 364 if (at == BBNodeMap.end()) {
include/llvm/BinaryFormat/MsgPackDocument.h 206 MapTy::iterator end() { return Map->end(); }
include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h 78 return AbbrDeclSets.end();
include/llvm/DebugInfo/DWARF/DWARFListTable.h 273 if (Entry != ListMap.end())
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h 309 LogicalDylibs.end(),
327 assert(I != LogicalDylibs.end() && "VModuleKey K not valid here");
338 for (auto &KV : LogicalDylibs) {
include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h 78 if (I != SymbolTable.end())
include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h 236 for (auto &KV : ModuleMap)
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h 117 for (auto &Alloc : Allocs)
129 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
136 if (I == Allocs.end())
208 if (I != Allocators.end())
218 if (I != IndirectStubsOwners.end())
237 if (I == Allocators.end())
247 if (I == IndirectStubsOwners.end())
261 if (StubOwnerItr == IndirectStubsOwners.end())
379 if (I == Allocators.end())
400 if (I == Allocators.end())
include/llvm/ExecutionEngine/Orc/RPCSerialization.h 383 if (SI == Serializers.end())
403 assert(DI != Deserializers.end() && "No deserializer for error type");
include/llvm/ExecutionEngine/Orc/RPCUtils.h 1088 if (I != Handlers.end())
1126 for (auto &KV : PendingResponses)
1137 assert(IdItr != LocalFunctionIds.end() &&
1140 assert(HandlerItr != Handlers.end() &&
1195 if (I != PendingResponses.end()) {
1221 if (I == LocalFunctionIds.end())
1234 if (I != RemoteFunctionIds.end()) {
include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h 248 for (auto &KV : SymTab)
427 for (auto &KV : LinkedObjects)
include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h 244 if (SI != InUseSymbols.end()) {
255 if (SI != InUseSymbols.end()) {
373 if (RI != Resolvers.end()) {
382 if (RI != Resolvers.end())
491 if (HI != BaseLayerHandles.end()) {
511 if (HI != BaseLayerHandles.end()) {
523 if (HI != BaseLayerHandles.end()) {
include/llvm/IR/Attributes.h 852 td_iterator td_end() { return TargetDepAttrs.end(); }
include/llvm/IR/ModuleSummaryIndex.h 994 gvsummary_iterator end() { return GlobalValueMap.end(); }
1048 for (auto &P : FunctionHasParent) {
include/llvm/IR/ModuleSummaryIndexYAML.h 84 for (auto &P : V) {
125 for (auto &P : V)
236 for (auto &P : V) {
include/llvm/Support/Automaton.h 227 if (I == M->end())
238 return I != M->end();
include/llvm/Support/YAMLTraits.h 1943 for (auto &p : v)
lib/Analysis/CallGraph.cpp 54 for (auto &I : FunctionMap)
lib/Analysis/ScalarEvolution.cpp 2595 for (auto &MulOp : MulOpLists)
lib/Analysis/StackSafetyAnalysis.cpp 414 for (auto &F : Functions)
505 for (auto &F : Functions) {
544 for (auto &F : Functions)
lib/Analysis/SyncDependenceAnalysis.cpp 169 if (It == DefMap.end()) {
193 if (ItLastDef == DefMap.end()) {
314 const auto *HeaderDefBlock = (ItHeaderDef == DefMap.end()) ? nullptr : ItHeaderDef->second;
321 assert((ItExitDef != DefMap.end()) &&
343 if (ItCached != CachedLoopExitJoins.end()) {
366 if (ItCached != CachedBranchJoins.end())
lib/AsmParser/LLParser.cpp 125 for (const auto &RAG : ForwardRefAttrGroups) {
189 for (const auto &NT : NumberedTypes)
221 for (auto &N : NumberedMetadata) {
264 for (const auto &I : NumberedTypes)
756 if (FI != ForwardRefMDNodes.end()) {
947 if (I != ForwardRefValIDs.end()) {
1073 if (I != ForwardRefValIDs.end()) {
1417 if (I != ForwardRefVals.end())
1446 if (I != ForwardRefValIDs.end())
2842 for (const auto &P : ForwardRefVals) {
2850 for (const auto &P : ForwardRefValIDs) {
2883 if (I != ForwardRefVals.end())
2918 if (I != ForwardRefValIDs.end())
2967 if (FI != ForwardRefValIDs.end()) {
2984 if (FI != ForwardRefVals.end()) {
5444 if (FRVI != ForwardRefVals.end()) {
5467 if (I != ForwardRefValIDs.end()) {
5533 if (Blocks != ForwardRefBlockAddresses.end())
5550 if (Blocks == P.ForwardRefBlockAddresses.end())
5553 for (const auto &I : Blocks->second) {
7510 if (FwdRefTIDs != ForwardRefTypeIds.end()) {
7599 for (auto I : IdToIndexMap) {
7617 if (FwdRefTIDs != ForwardRefTypeIds.end()) {
7940 if (FwdRefVIs != ForwardRefValueInfos.end()) {
7951 if (FwdRefAliasees != ForwardRefAliasees.end()) {
8352 for (auto I : IdToIndexMap) {
8439 for (auto I : IdToIndexMap) {
8500 for (auto I : IdToIndexMap) {
8595 for (auto I : IdToIndexMap) {
8636 for (auto I : IdToIndexMap) {
8675 for (auto I : IdToIndexMap) {
8852 assert(I != ModuleIdMap.end());
lib/Bitcode/Reader/BitcodeAnalyzer.cpp 647 E = BlockIDStats.end();
lib/Bitcode/Writer/BitcodeWriter.cpp 228 assert(VMI != GUIDToValueIdMap.end() &&
491 if (VMI == GUIDToValueIdMap.end())
3755 for (const auto &GVI : valueIds()) {
3904 for (const auto &GVI : valueIds()) {
lib/CodeGen/AggressiveAntiDepBreaker.cpp 965 S = RenameMap.begin(), E = RenameMap.end(); S != E; ++S) {
lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp 115 assert(RegNo != 0U && I != RegVars.end());
226 if (I == RegVars.end())
297 for (auto It : RegVars) {
316 for (auto &Pair : LiveEntries) {
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp 782 for (auto &DV : Vars.Args)
lib/CodeGen/AsmPrinter/DwarfFile.cpp 109 if (Cached == ScopeVars.Args.end())
lib/CodeGen/FaultMaps.cpp 76 for (const auto &FFI : FunctionInfos)
lib/CodeGen/GlobalISel/LegalizerInfo.cpp 328 for (auto PointerSpecifiedActions : AddressSpace2SpecifiedActions) {
340 for (auto VectorSpecifiedActions : ElemSize2SpecifiedActions) {
lib/CodeGen/MIRCanonicalizerPass.cpp 280 for (const auto &E : MultiUserLookup) {
lib/CodeGen/MIRVRegNamerUtils.cpp 203 if (VRegRenameMap.find(Reg) == VRegRenameMap.end()) {
lib/CodeGen/MachinePipeliner.cpp 2350 if (it == InstrToCycle.end())
2373 if (it == InstrToCycle.end())
lib/CodeGen/MachineSink.cpp 587 if (Succs != AllSuccessors.end())
lib/CodeGen/RegAllocPBQP.cpp 648 for (auto &KV : VRegAllowedMap) {
lib/DebugInfo/DWARF/DWARFContext.cpp 1295 std::map<SymbolRef, SymInfo>::iterator CacheIt = Cache.end();
1336 if (CacheIt != Cache.end())
lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp 74 PrevAbbrOffsetPos = AbbrDeclSets.end();
88 while (I != AbbrDeclSets.end() && I->first < Offset)
107 for (const auto &I : AbbrDeclSets) {
115 const auto End = AbbrDeclSets.end();
lib/DebugInfo/DWARF/DWARFDebugLine.cpp 1161 if (It != LineToUnit.end())
lib/DebugInfo/DWARF/DWARFVerifier.cpp 643 for (const std::pair<uint64_t, std::set<uint64_t>> &Pair :
685 if (Iter != StmtListToDie.end()) {
lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp 128 assert(Entry != StringsToBuckets.end());
lib/DebugInfo/Symbolize/Symbolize.cpp 66 if (I != Modules.end())
342 if (I != ObjectPairForPathArch.end())
387 if (I != ObjectForUBPathAndArch.end())
428 if (I != Modules.end())
lib/ExecutionEngine/ExecutionEngine.cpp 318 if (I != EEState.getGlobalAddressReverseMap().end()) {
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp 266 if (ExFunc Fn = (FI == ExportedFunctions->end()) ? lookupFunction(F)
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp 173 if (I == DylibResources.end()) {
lib/ExecutionEngine/Orc/Core.cpp 1984 for (auto &KV : CollectedMUsMap)
2017 for (auto &KV : CollectedMUsMap)
lib/ExecutionEngine/Orc/ExecutionUtils.cpp 123 for (auto &KV : CtorDtorsByPriority) {
134 for (auto &KV : CtorDtorsByPriority) {
lib/ExecutionEngine/Orc/IndirectionUtils.cpp 89 if (I == AddrToSymbol.end()) {
lib/ExecutionEngine/Orc/Layer.cpp 66 assert(I != SymbolToDefinition.end() &&
lib/ExecutionEngine/Orc/LazyReexports.cpp 48 if (I == Reexports.end())
67 if (I != Notifiers.end()) {
lib/ExecutionEngine/Orc/OrcCBindingsStack.h 218 assert(ResolverI != Resolvers.end() &&
476 assert(ResolverI != Resolvers.end() && "No resolver for module K");
lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp 129 for (auto &KV : CtorDtorsMap)
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h 340 for (auto &P : UnfinalizedSections)
lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp 156 for (auto &KV : Resolved) {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp 387 for (auto &KV : Stubs) {
421 if (LocalSections.find(*SI) != LocalSections.end())
897 if (i != LocalSections.end())
1178 for (auto &RRKV : *NewResolverResults) {
1208 for (auto &KV : *Result)
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp 1065 if (i != Stubs.end()) {
1231 if (i != Stubs.end()) {
1286 if (i != Stubs.end()) {
1381 if (i != Stubs.end()) {
1489 if (i != Stubs.end()) {
1621 if (i != Stubs.end()) {
1675 if (i != Stubs.end()) {
1886 assert (i != SectionMap.end());
1896 for (i = SectionMap.begin(), e = SectionMap.end(); i != e; ++i) {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp 263 if (I != SectionMap.end())
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h 157 if (Stub == Stubs.end()) {
285 for (const auto &SectionPair : SectionMap) {
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h 450 if (i != Stubs.end())
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h 313 if (i != Stubs.end()) {
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h 137 if (i != Stubs.end()) {
lib/IR/AsmWriter.cpp 1029 for (auto &ModPair : ModuleIdToPathMap)
lib/IR/Attributes.cpp 1511 if (I != TargetDepAttrs.end())
1684 E = TargetDepAttrs.end(); I != E; ++I)
lib/IR/ModuleSummaryIndex.cpp 408 for (auto &ModIt : ModuleToDefinedGVS) {
426 for (auto &SummaryIt : GVSMap) {
459 for (auto &SummaryIt : GVSMap) {
lib/LTO/LTO.cpp 957 for (auto &I : RegularLTO.Commons) {
lib/MC/ConstantPools.cpp 44 auto Itr = C ? CachedEntries.find(C->getValue()) : CachedEntries.end();
45 if (Itr != CachedEntries.end())
lib/MC/MCCodeView.cpp 278 if (I != MCCVLineStartStop.end()) {
313 if (I == MCCVLineStartStop.end())
lib/MC/MCContext.cpp 598 for (auto &CUIDTablePair : MCDwarfLineTablesCUMap)
lib/Object/ArchiveWriter.cpp 452 for (auto &Entry : FilenameCount)
lib/Object/WindowsResource.cpp 266 if (TypeIt == Root.IDChildren.end())
272 if (NameIt == TypeNode->IDChildren.end())
282 if (LangZeroIt != NameNode->IDChildren.end() &&
526 if (Child == IDChildren.end()) {
541 if (Child == StringChildren.end()) {
594 for (auto &Child : IDChildren)
596 for (auto &Child : StringChildren)
lib/Option/OptTable.cpp 576 for (auto& OptionGroup : GroupedOptionHelp) {
lib/ProfileData/Coverage/CoverageMapping.cpp 364 MapT::iterator end() { return InstantiatedFunctions.end(); }
lib/ProfileData/ProfileSummaryBuilder.cpp 67 const auto End = CountFrequencies.end();
lib/Support/FileCheck.cpp 553 if (!IsNumBlock && VariableDefs.find(SubstStr) != VariableDefs.end()) {
lib/TableGen/JSONBackend.cpp 177 for (auto kv: instance_lists)
lib/TableGen/SetTheory.cpp 311 if (I != Expansions.end())
lib/TableGen/StringMatcher.cpp 114 MatchesByLetter.begin(), E = MatchesByLetter.end(); LI != E; ++LI) {
147 MatchesByLength.begin(), E = MatchesByLength.end(); LI != E; ++LI) {
lib/TableGen/TGLexer.cpp 383 if (Found != Dependencies.end()) {
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp 554 if (U.isReg() && U.isUse() && Substs.find(U.getReg()) != Substs.end()) {
562 for (auto J : Substs) {
635 if (ActiveChains.find(AccumReg) != ActiveChains.end()) {
690 if (MO.isKill() && ActiveChains.find(MO.getReg()) != ActiveChains.end()) {
699 for (auto I = ActiveChains.begin(), E = ActiveChains.end();
lib/Target/AArch64/AArch64AsmPrinter.cpp 282 for (auto &P : HwasanMemaccessSymbols) {
471 assert(LabelIt != LOHInstToLabel.end() &&
lib/Target/AArch64/AArch64SIMDInstrOpt.cpp 224 if (SIMDInstrTable.find(InstID) != SIMDInstrTable.end())
lib/Target/AArch64/AArch64StackTagging.cpp 197 if (I1 == Out.end() && I2 == Out.end())
197 if (I1 == Out.end() && I2 == Out.end())
203 Value *Store1 = I1 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty())
205 Value *Store2 = I2 == Out.end() ? Constant::getNullValue(IRB.getInt64Ty())
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp 856 for (MBBInfoMap::iterator It = BlockInfoMap.begin(), E = BlockInfoMap.end();
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp 4645 if (i != OptionalIdx.end()) {
4830 if (OptionalIdx.find(AMDGPUOperand::ImmTyExpCompr) != OptionalIdx.end()) {
lib/Target/AMDGPU/SIFixSGPRCopies.cpp 452 for (auto &Init : Inits) {
544 for (auto &Init : Inits) {
557 for (auto &Init : Inits) {
lib/Target/AMDGPU/SIMachineScheduler.cpp 519 if (I != NodeNum2Index.end())
636 if (B == Blocks.end()) {
844 if (Pos != ColorCombinations.end()) {
886 if (Pos != ColorCombinations.end()) {
917 if (Pos != ColorCombinations.end()) {
1229 if (RealID.find(Color) == RealID.end()) {
1706 LiveRegsConsumers.find(Reg) != LiveRegsConsumers.end() &&
1731 E = LiveOutRegsNumUsages[Block->getID()].end(); RegI != E; ++RegI) {
1734 assert(LiveRegsConsumers.find(RegP.first) == LiveRegsConsumers.end() ||
lib/Target/ARM/A15SDOptimizer.cpp 616 if (Replacements.find(MI) != Replacements.end())
lib/Target/ARM/ARMParallelDSP.cpp 427 for (auto &MapIt : LoadPairs) {
lib/Target/BPF/BPFAbstractMemberAccess.cpp 498 AIChain.find(Call) != AIChain.end())
852 if (GEPGlobals.find(AccessKey) == GEPGlobals.end()) {
919 for (auto &C : BaseAICalls)
lib/Target/BPF/BPFISelDAGToDAG.cpp 352 if (it != cs_vals_.end()) {
lib/Target/BPF/BTFDebug.cpp 369 for (auto &OffsetM : OffsetToIdMap) {
772 for (const auto &FuncSec : FuncInfoTable) {
776 for (const auto &LineSec : LineInfoTable) {
780 for (const auto &FieldRelocSec : FieldRelocTable) {
798 for (const auto &FuncSec : FuncInfoTable) {
812 for (const auto &LineSec : LineInfoTable) {
831 for (const auto &FieldRelocSec : FieldRelocTable) {
1110 if (DataSecEntries.find(SecName) == DataSecEntries.end()) {
1151 for (auto &DataSec : DataSecEntries)
1155 for (auto &Fixup : FixupDerivedTypes) {
lib/Target/Hexagon/BitTracker.cpp 183 for (const std::pair<unsigned, RegisterCell> P : Map)
863 for (const std::pair<unsigned, RegisterCell> &P : ResMap) {
1008 for (std::pair<const unsigned, RegisterCell> &P : Map) {
lib/Target/Hexagon/BitTracker.h 352 return Map.find(Reg) != Map.end();
358 assert(F != Map.end());
lib/Target/Hexagon/HexagonBlockRanges.cpp 208 for (auto &I : Map) {
407 for (auto &I : LastUse)
410 for (auto &I : LastDef)
417 for (auto &P : LiveMap)
437 if (F == LiveMap.end() || F->second.empty()) {
484 for (auto &P : LiveMap)
lib/Target/Hexagon/HexagonCommonGEP.cpp 350 if (F == NM.end()) {
458 if (CF != NCM.end()) {
551 for (NodeSetMap::iterator I = MaybeEq.begin(), E = MaybeEq.end();
638 if (F == PM.end())
655 if (F == PM.end())
771 assert(UF != Uses.end() && "Used node with no use information");
786 if (CF != NCM.end()) {
794 if (LF == Loc.end())
827 if (CF != NCM.end()) {
917 if (CF != NCM.end()) {
980 assert(UF != Uses.end());
1017 assert(UF != Uses.end());
1047 for (NodeToUsesMap::iterator I = FNs.begin(), E = FNs.end(); I != E; ++I) {
1149 assert(UF != Uses.end() && "No use information for used node");
1155 if (CF != NCM.end()) {
1195 LastCN = (CF != NCM.end()) ? CF->second.size() : 0;
1234 assert(UF != Uses.end() && "No use information found");
lib/Target/Hexagon/HexagonConstExtenders.cpp 1314 for (auto &P : RangeMap) {
1389 auto BestIt = std::max_element(Counts.begin(), Counts.end(),
1412 for (std::pair<const ExtenderInit,IndexList> &P : IMap) {
1420 if (F == IMap.end())
lib/Target/Hexagon/HexagonExpandCondsets.cpp 518 for (std::pair<RegisterRef, unsigned> P : ImpUses) {
lib/Target/Hexagon/HexagonFrameLowering.cpp 1986 if (F == DeadMap.end())
2147 for (auto &I : LastLoad) {
2159 for (auto &I : LastStore) {
2169 for (auto &P : FIRangeMap) {
2178 for (auto &R : P.second.Map)
2191 for (auto &P : FIRangeMap) {
2198 if (F == P.second.Map.end() || F->second.empty())
2209 for (auto &P : BlockFIMap) {
2230 assert(F != BlockIndexes.end());
lib/Target/Hexagon/HexagonGenPredicate.cpp 250 if (F != G2P.end())
lib/Target/Hexagon/HexagonHardwareLoops.cpp 481 InductionMap::iterator IndMapEnd = IndMap.end();
1368 if (LoopFeederPhi.find(MO->getReg()) == LoopFeederPhi.end()) {
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp 201 if (FLC != LoadPciMap.end()) {
382 if (FLI != LoadNPcMap.end()) {
421 if (FSI != StoreNPcMap.end()) {
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp 139 return F != Colors.end() ? F->second : ColorKind::None;
213 for (auto E : Edges) {
226 for (auto E : Edges) {
1473 assert(F != NumOps.end());
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp 1384 if (H != CM.end())
1416 Value *W = (F != ShiftMap.end()) ? F->second : nullptr;
lib/Target/Hexagon/HexagonSplitDouble.cpp 146 for (auto I : IRM) {
304 for (auto I : R2P)
1209 for (UUSetMap::iterator I = P2Rs.begin(), E = P2Rs.end(); I != E; ++I) {
1219 for (UUSetMap::iterator I = P2Rs.begin(), E = P2Rs.end(); I != E; ++I) {
lib/Target/Hexagon/HexagonSubtarget.cpp 104 if (FoundIt != CpuTable.end())
lib/Target/Hexagon/HexagonVExtract.cpp 119 for (auto &P : VExtractMap) {
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp 418 assert(F != ElfFlags.end() && "Unrecognized Architecture");
lib/Target/Hexagon/RDFCopy.cpp 109 for (auto J : CopyMap[I])
140 if (FS == CopyMap.end())
147 if (FR == EM.end())
198 if (FC != CopyMap.end()) {
201 for (auto &J : M) {
lib/Target/Hexagon/RDFGraph.cpp 1428 if (HasDF == PhiM.end() || HasDF->second.empty())
lib/Target/Hexagon/RDFLiveness.cpp 511 for (auto UI = RealUses.begin(), UE = RealUses.end(); UI != UE; ) {
568 if (F == M.end())
583 for (auto I : PhiUp) {
585 for (auto R : I.second)
623 for (const std::pair<NodeId,RegisterAggr> &P : PUM) {
639 for (const std::pair<RegisterId,NodeRefSet> &T : RUM) {
667 for (auto I : RealUseMap) {
714 for (auto I : IDF)
728 for (const RefMap::value_type &S : RealUseMap[P.Id])
734 for (auto &I : PhiLON)
771 for (const std::pair<RegisterId,NodeRefSet> &RS : RUs) {
797 for (auto &I : PhiLOX)
959 for (auto S : L)
975 for (auto &S : PUs)
994 for (const std::pair<RegisterId,NodeRefSet> &LE : LiveInCopy) {
1093 for (auto &R : LON) {
1108 for (const std::pair<RegisterId,NodeRefSet> &S : LiveIn)
1116 for (auto I = M.begin(), E = M.end(); I != E; )
lib/Target/Hexagon/RDFRegisters.cpp 378 Pos = End ? Masks.end() : Masks.begin();
lib/Target/Mips/Mips16ISelLowering.cpp 442 FuncInfo->StubsNeeded.end()))) {
lib/Target/Mips/MipsAsmPrinter.cpp 90 if (StubsNeeded.find(Symbol) == StubsNeeded.end())
1126 it != StubsNeeded.end(); ++it) {
lib/Target/NVPTX/NVPTXAsmPrinter.cpp 1120 if (localDecls.find(demotedFunc) != localDecls.end())
1248 if (localDecls.find(f) == localDecls.end())
lib/Target/NVPTX/NVPTXUtilities.cpp 62 if (retval.find(keyname) != retval.end())
96 if ((*annotationCache).find(m) != (*annotationCache).end())
109 if ((*annotationCache).find(m) == (*annotationCache).end())
111 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end())
113 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end())
123 if ((*annotationCache).find(m) == (*annotationCache).end())
125 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end())
127 if ((*annotationCache)[m][gv].find(prop) == (*annotationCache)[m][gv].end())
lib/Target/PowerPC/PPCMIPeephole.cpp 237 for (auto &TOCSave : TOCSaves)
245 for (auto It = TOCSaves.begin(); It != TOCSaves.end(); It++ ) {
1037 for (auto TOCSave : TOCSaves) {
lib/Target/SystemZ/SystemZMachineScheduler.cpp 79 assert ((SchedStates.find(NextMBB) == SchedStates.end()) &&
97 SchedStates.find(SinglePredMBB) == SchedStates.end())
140 for (auto I : SchedStates) {
lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp 132 for (auto &PriorityAndMore : DtorFuncs) {
lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp 653 for (auto DispSizePair : BlockingStoresDispSizeMap) {
lib/TextAPI/MachO/TextStub.cpp 484 for (const auto &SymArch : SymbolToArchSet) {
544 for (const auto &SymArch : SymbolToArchSet) {
832 for (const auto &it : valueToTargetList) {
862 for (const auto &IT : SymbolToTargetList) {
1008 for (const auto &it : valueToTargetList) {
lib/Transforms/IPO/WholeProgramDevirt.cpp 714 for (auto &T : LocalWPDTargetsMap) {
728 assert(WPDRes != TIdSum->WPDRes.end());
886 for (auto &P : SlotInfo.ConstCSInfo)
913 for (auto &P : SlotInfo.ConstCSInfo)
1041 for (auto &P : SlotInfo.ConstCSInfo)
1157 for (auto &P : SlotInfo.ConstCSInfo)
1420 for (auto &&CSByConstantArg : SlotInfo.ConstCSInfo) {
1706 for (auto &CSByConstantArg : SlotInfo.ConstCSInfo) {
1754 for (auto &&U : NumUnsafeUsesForTypeTest) {
1895 for (auto &CCS : S.second.ConstCSInfo)
1903 for (const auto &DT : DevirtTargets) {
lib/Transforms/Scalar/DeadStoreElimination.cpp 444 if (ILI != IM.end() && ILI->second <= LaterIntEnd) {
458 while (ILI != IM.end() && ILI->second <= LaterIntEnd) {
965 OverlapIntervalsTy::iterator OII = --IntervalMap.end();
lib/Transforms/Scalar/LoopRerollPass.cpp 811 if (Roots.find(V) != Roots.end())
826 if (Roots.find(0) != Roots.end()) {
839 for (auto &KV : Roots) {
926 if (V.find(0) == V.end())
935 for (auto &KV : V) {
941 } else if (V.find(KV.first - 1) != V.end()) {
lib/Transforms/Scalar/LoopUnswitch.cpp 326 if (LIt != LoopsProperties.end()) {
lib/Transforms/Utils/CloneFunction.cpp 574 for (const auto &PCI : PredCount) {
lib/Transforms/Utils/Local.cpp 2680 if (I != BPS.end())
projects/openmp/libomptarget/src/omptarget.cpp 73 ii != HostEntriesBeginToTransTable.end(); ++ii) {
159 for (auto &lib : Device.PendingCtorsDtors) {
434 it != Device.ShadowPtrMap.end();) {
517 it != Device.ShadowPtrMap.end(); ++it) {
544 it != Device.ShadowPtrMap.end(); ++it) {
590 if (TableMapIt == HostPtrToTableMap.end()) {
595 ie = HostEntriesBeginToTransTable.end();
765 if (I != Device.LoopTripCnt.end()) {
projects/openmp/libomptarget/src/rtl.cpp 391 if (tt != HostEntriesBeginToTransTable.end()) {
tools/clang/include/clang/Basic/SourceManagerInternals.h 124 iterator end() { return LineEntries.end(); }
tools/clang/include/clang/Lex/Preprocessor.h 1026 if (I == Submodules.end())
tools/clang/include/clang/Rewrite/Core/Rewriter.h 206 buffer_iterator buffer_end() { return RewriteBuffers.end(); }
tools/clang/include/clang/Sema/SemaInternal.h 253 : OuterBack(std::prev(Set.DistanceMap.end())),
tools/clang/lib/ARCMigrate/TransAutoreleasePool.cpp 87 I = PoolVars.begin(), E = PoolVars.end(); I != E; ++I) {
tools/clang/lib/ARCMigrate/TransProperties.cpp 83 if (PrevAtProps->find(RawLoc) != PrevAtProps->end())
118 if (findAtLoc == AtProps.end())
132 I = AtProps.begin(), E = AtProps.end(); I != E; ++I) {
tools/clang/lib/ARCMigrate/TransformActions.cpp 559 for (InsertsMap::iterator I = Inserts.begin(), E = Inserts.end(); I!=E; ++I) {
tools/clang/lib/AST/ExprConstant.cpp 558 if (LB != Temporaries.end() && LB->first == KV)
562 assert((LB == Temporaries.end() || LB->first.first != Key) &&
992 if (It != HeapAllocs.end())
tools/clang/lib/AST/ExternalASTMerger.cpp 438 for (OriginMap::iterator OI = Origins.begin(), OE = Origins.end(); OI != OE; ) {
tools/clang/lib/AST/VTableBuilder.cpp 2084 for (const auto &I : ClassNamesAndOffsets)
2103 for (const auto &I : MethodNamesAndDecls) {
2184 for (const auto &I : IndicesMap) {
3186 for (const auto &MethodNameAndDecl : MethodNamesAndDecls) {
3637 for (const auto &I : IndicesMap) {
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp 409 if (I != ResultCache.end()) {
657 if (I != ResultCache.end()) {
tools/clang/lib/Basic/Diagnostic.cpp 251 for (auto &F : Files) {
tools/clang/lib/Basic/DiagnosticIDs.cpp 295 if (I != DiagIDs.end() && I->first == D)
tools/clang/lib/CodeGen/CodeGenModule.cpp 3224 if (DDI != DeferredDecls.end()) {
3485 if (DDI != DeferredDecls.end()) {
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp 2409 for (const auto I : DtorsUsingAtExit) {
tools/clang/lib/CodeGen/TargetInfo.cpp 8788 assert(I != Map.end() && "Entry not present");
8838 if (I == Map.end())
tools/clang/lib/Driver/Compilation.cpp 56 for (auto Arg : TCArgs)
tools/clang/lib/Driver/Driver.cpp 3192 for (auto &I : InputArgToOffloadKindMap)
4036 if (CachedResult != CachedResults.end()) {
4263 assert(CachedResults.find(ActionTC) != CachedResults.end() &&
tools/clang/lib/Edit/EditedSource.cpp 76 if (FA != FileEdits.end()) {
155 for (; I != FileEdits.end(); ++I) {
172 for (; I != FileEdits.end() && EndOffs > I->first; ++I) {
209 for (; I != FileEdits.end(); ++I) {
221 if (I == FileEdits.end()) {
252 while (I != FileEdits.end()) {
425 for (FileEditsTy::iterator E = FileEdits.end(); I != E; ++I) {
471 return FileEdits.end();
479 return FileEdits.end();
tools/clang/lib/Format/Format.cpp 1217 if (It == Styles->end())
tools/clang/lib/Format/UnwrappedLineFormatter.cpp 1064 if (DryRun && CacheIt != PenaltyCache.end())
tools/clang/lib/Frontend/CompilerInstance.cpp 663 for (auto &Module : BuiltModules)
1675 if (BuiltModuleIt != BuiltModules.end()) {
tools/clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp 101 if (Symbols.find(ND) != Symbols.end())
tools/clang/lib/Frontend/PrecompiledPreamble.cpp 491 if (Overridden != OverriddenFiles.end()) {
tools/clang/lib/Lex/HeaderSearch.cpp 149 if (i != HSOpts->PrebuiltModuleFiles.end())
tools/clang/lib/Rewrite/Rewriter.cpp 243 if (I != RewriteBuffers.end() && I->first == FID)
tools/clang/lib/Rewrite/TokenRewriter.cpp 65 assert(MapIt != TokenAtLoc.end() && "iterator not in rewriter?");
tools/clang/lib/Sema/SemaCodeComplete.cpp 5496 NSEnd = OrigToLatest.end();
tools/clang/lib/Sema/SemaDeclCXX.cpp 3104 if (Bases.find(Base) != Bases.end())
3110 assert(Bases.find(Base) == Bases.end());
3127 if (It == Bases.end())
tools/clang/lib/Sema/SemaLookup.cpp 4284 CorrectionResults.erase(std::prev(CorrectionResults.end()));
tools/clang/lib/Serialization/ASTWriter.cpp 3156 for (auto &FileIDAndFile : Diag.DiagStatesByLoc.Files) {
tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp 1005 if (ArgMapIt != Info.Args.end()) {
1215 for (value_type &Pair : *this) {
tools/clang/lib/Tooling/Refactoring.cpp 59 for (const auto &Entry : groupReplacementsByFile(
76 for (const auto &FileAndReplaces : groupReplacementsByFile(
tools/clang/lib/Tooling/Syntax/BuildTree.cpp 107 Trees.insert(Trees.end(),
115 assert(It != Trees.end() && "no node found");
117 assert((std::next(It) == Trees.end() ||
132 assert(BeginChildren != Trees.end() &&
136 assert((EndChildren == Trees.end() ||
tools/clang/lib/Tooling/Transformer/RewriteRule.cpp 129 for (const auto &Bucket : Buckets) {
tools/clang/tools/arcmt-test/arcmt-test.cpp 269 if (It == resultMap.end()) {
295 I = resultMap.begin(), E = resultMap.end(); I != E; ++I)
tools/clang/tools/clang-refactor/TestSupport.cpp 385 for (auto &Group : GroupedRanges)
tools/clang/tools/driver/cc1as_main.cpp 413 for (const auto &KV : Opts.DebugPrefixMap)
tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp 967 for (const auto &FileAndNsMoves : MoveNamespaces) {
1036 for (auto &Entry : FileToReplacements)
tools/clang/tools/extra/clang-change-namespace/tool/ClangChangeNamespace.cpp 141 for (const auto &it : Tool.getReplacements())
tools/clang/tools/extra/clang-include-fixer/InMemorySymbolIndex.cpp 25 if (I != LookupTable.end())
tools/clang/tools/extra/clang-move/Move.cpp 761 for (auto &FileAndReplacements : Context->FileToReplacements) {
tools/clang/tools/extra/clang-move/tool/ClangMove.cpp 187 for (const auto &it : Tool.getReplacements())
tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp 672 for (auto &FileAndEvents : FileEvents) {
tools/clang/tools/extra/clang-tidy/ClangTidyModule.cpp 26 for (const auto &Factory : Factories) {
tools/clang/tools/extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp 79 if (FoundClassFactory != ClassToFactoryMethodMap.end()) {
tools/clang/tools/extra/clang-tidy/llvm/IncludeOrderCheck.cpp 106 for (auto &Bucket : IncludeDirectives) {
tools/clang/tools/extra/clang-tidy/misc/NewDeleteOverloadsCheck.cpp 170 for (const auto &RP : Overloads) {
tools/clang/tools/extra/clang-tidy/readability/NonConstParameterCheck.cpp 108 if (Parameters.find(Parm) != Parameters.end())
119 if (It != Parameters.end())
128 for (const auto &It : Parameters) {
214 if (It != Parameters.end())
tools/clang/tools/extra/clang-tidy/utils/IncludeSorter.cpp 225 if (Edits.find(LineNumber) == Edits.end()) {
243 for (const auto &LineEdit : Edits) {
tools/clang/tools/extra/clangd/QueryDriverDatabase.cpp 247 if (It != DriverToIncludesCache.end())
tools/clang/tools/extra/clangd/unittests/TraceTests.cpp 49 if (I == Expected.end())
64 for (const auto &P : Expected) {
tools/clang/tools/extra/modularize/PreprocessorTracker.cpp 1059 if (I == MacroExpansions.end()) {
1107 if (I == ConditionalExpansions.end()) {
1136 for (auto I = MacroExpansions.begin(), E = MacroExpansions.end(); I != E;
1195 E = ConditionalExpansions.end();
tools/clang/tools/extra/unittests/clang-move/ClangMoveTests.cpp 241 for (const auto &It : FileToReplacements) {
tools/clang/tools/extra/unittests/clang-tidy/ClangTidyTest.h 126 for (const auto &FileContent : PathsToContent) {
tools/clang/unittests/AST/MatchVerifier.h 165 if (I == M.end()) {
tools/clang/unittests/Tooling/ExecutionTest.cpp 283 for (const auto &FileAndContent : FileToContent) {
tools/clang/utils/TableGen/ClangAttrEmitter.cpp 2014 for (const auto &SubMatchRule : SubMatchRules) {
2066 for (const auto &SubMatchRule : SubMatchRules) {
4105 for (auto &I : SplitDocs) {
tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp 201 I = DiagsInGroup.begin(), E = DiagsInGroup.end(); I != E; ++I, ++IDNo)
1261 assert(I != DiagsInGroup.end());
1266 assert(I != DiagsInGroup.end() && "pedantic group not defined");
1323 for (auto const &I : DiagsInGroup) {
1332 assert(RI != DiagsInGroup.end() && "Referenced without existing?");
1341 assert(RI != DiagsInGroup.end() && "Referenced without existing?");
1374 for (auto const &I : DiagsInGroup) {
1455 for (auto const &I: DiagsInGroup)
1460 for (auto const &I: DiagsInGroup) {
1553 E = DiagsInGroup.end();
tools/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp 493 if (Entry == ImageTypesMap.end()) {
507 for (const auto &ITE : ImageTypesMap) {
567 if (ImageTypesMap.find(T->getValueAsString("Name")) != ImageTypesMap.end())
tools/clang/utils/TableGen/MveEmitter.cpp 856 if (VectorTypes.find(key) == VectorTypes.end())
863 if (MultiVectorTypes.find(key) == MultiVectorTypes.end())
869 if (PredicateTypes.find(key) == PredicateTypes.end())
876 if (PointerTypes.find(key) == PointerTypes.end())
975 for (const auto &kv : ScalarTypes) {
1265 for (const auto &kv : ScalarTypes) {
1286 for (const auto &kv : ACLEIntrinsics) {
1434 for (const auto &kv : ACLEIntrinsics) {
1442 for (const auto &kv : ACLEIntrinsics) {
1457 for (const auto &kv : ACLEIntrinsics) {
1464 for (const auto &kv : Checks) {
1523 for (const auto &kv : ACLEIntrinsics) {
1546 for (const auto &kv : MergeableGroupsPrelim) {
1579 if (Found != ParamNumberMap.end()) {
1614 for (const auto &kv : MergeableGroups) {
1656 for (const auto &kv : ACLEIntrinsics) {
tools/clang/utils/TableGen/NeonEmitter.cpp 1212 assert_with_loc(Variables.find(VarName) != Variables.end(),
1250 assert(Variables.find(Name) != Variables.end());
1355 assert(Variables.find(Name) != Variables.end());
1629 Intr.Variables.end(),
1661 while (Intr.Variables.find(N) != Intr.Variables.end())
1860 assert_with_loc(Intr.Variables.find(N) == Intr.Variables.end(),
1897 assert_with_loc(Intr.Variables.find(ArgName) != Intr.Variables.end(),
1996 assert_with_loc(IntrinsicMap.find(Name.str()) != IntrinsicMap.end(),
2211 for (auto &I : OverloadMap) {
tools/dsymutil/DwarfLinker.cpp 1882 if (Range != Ranges.begin() && Range != Ranges.end())
1885 if (Range != Ranges.end() && Range->first <= Row.Address.Address &&
2049 if (Range == Ranges.end() || Range->first > Loc ||
tools/lld/COFF/DLL.cpp 148 for (auto &kv : m) {
tools/lld/COFF/DebugTypes.cpp 186 assert(it != TypeServerSource::instances.end());
tools/lld/COFF/Driver.cpp 1802 for (auto pair : config->alternateNames) {
1920 for (auto pair : config->alignComm) {
tools/lld/COFF/DriverUtils.cpp 144 if (it != config->alternateNames.end() && it->second != to)
tools/lld/COFF/Writer.cpp 659 for (auto it : partialSections) {
694 for (auto it : partialSections) {
853 for (auto it : partialSections)
863 for (auto it : partialSections) {
1185 for (auto &p : config->merge) {
1194 if (i == config->merge.end())
1731 for (auto &p : config->section) {
1939 if (it != partialSections.end())
tools/lld/ELF/AArch64ErrataFix.cpp 459 for (auto &kv : sectionMap) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp 241 for (auto sect : _sectionMap) {
326 for (auto sect : _sectionMap) {
348 if ( pos != _sectionMap.end() )
tools/lld/wasm/SyntheticSections.cpp 477 for (const auto &c : comdats) {
tools/lldb/include/lldb/Core/ValueObject.h 797 return (m_children.find(idx) != m_children.end());
803 return ((iter == m_children.end()) ? nullptr : iter->second);
tools/lldb/include/lldb/Interpreter/CommandObject.h 56 auto end = dict.end();
tools/lldb/include/lldb/Symbol/ClangASTImporter.h 200 if (context_md_iter == m_metadata_map.end()) {
351 if (context_md_iter == m_metadata_map.end()) {
364 if (context_md_iter != m_metadata_map.end())
377 if (delegate_iter == delegates.end()) {
tools/lldb/include/lldb/Target/ProcessStructReader.h 83 auto iter = m_fields.find(name), end = m_fields.end();
96 auto iter = m_fields.find(name), end = m_fields.end();
tools/lldb/source/Breakpoint/Breakpoint.cpp 755 for (tmp_iter = ++old_sc_map.begin(); tmp_iter != old_sc_map.end();
763 for (tmp_iter = new_sc_map.begin(); tmp_iter != new_sc_map.end();
tools/lldb/source/Breakpoint/BreakpointSiteList.cpp 29 if (iter == m_bp_site_list.end()) {
66 if (pos != m_bp_site_list.end()) {
76 if (pos != m_bp_site_list.end()) {
99 m_bp_site_list.end(), // Search full range
115 if (pos != m_bp_site_list.end())
136 if (iter != m_bp_site_list.end())
145 if (pos != m_bp_site_list.end())
167 for (auto pair : m_bp_site_list)
tools/lldb/source/Commands/CommandObjectMultiword.cpp 37 if (pos != m_subcommand_dict.end()) {
55 if (pos != m_subcommand_dict.end())
79 if (pos == m_subcommand_dict.end()) {
165 for (pos = m_subcommand_dict.begin(); pos != m_subcommand_dict.end(); ++pos) {
240 for (pos = m_subcommand_dict.begin(); pos != m_subcommand_dict.end(); ++pos) {
tools/lldb/source/Core/Disassembler.cpp 331 if (source_lines_seen_pos == source_lines_seen.end()) {
577 if (pos != source_lines_seen.end()) {
590 if (pos != source_lines_seen.end()) {
605 if (pos != source_lines_seen.end()) {
tools/lldb/source/Core/Module.cpp 879 FileAddrToIndexMap::const_iterator end = file_addr_to_index.end();
tools/lldb/source/Core/PluginManager.cpp 77 return plugin_map.find(plugin_file_spec) != plugin_map.end();
84 assert(plugin_map.find(plugin_file_spec) == plugin_map.end());
188 PluginTerminateMap::const_iterator pos, end = plugin_map.end();
tools/lldb/source/Core/SourceManager.cpp 686 if (pos == m_file_cache.end())
tools/lldb/source/DataFormatters/FormatCache.cpp 113 auto i = m_map.find(type), e = m_map.end();
tools/lldb/source/DataFormatters/FormatManager.cpp 120 for (auto &iter : m_language_categories_map) {
161 for (auto &iter : m_language_categories_map) {
170 for (auto &iter : m_language_categories_map) {
415 for (const auto &entry : m_language_categories_map) {
608 end = m_language_categories_map.end();
tools/lldb/source/DataFormatters/TypeCategoryMap.cpp 38 if (iter == m_map.end())
98 MapType::iterator iter = m_map.begin(), end = m_map.end();
137 if (iter == m_map.end())
146 MapIterator end = m_map.end();
163 MapIterator pos, end = m_map.end();
348 MapIterator pos, end = m_map.end();
363 MapIterator pos, end = m_map.end();
tools/lldb/source/Expression/IRInterpreter.cpp 141 if (i != m_values.end()) {
412 if (i != m_values.end())
tools/lldb/source/Expression/IRMemoryMap.cpp 35 while ((iter = m_allocations.begin()) != m_allocations.end()) {
167 return m_allocations.end();
171 if (iter == m_allocations.end() || iter->first > addr) {
173 return m_allocations.end();
180 return m_allocations.end();
435 if (iter == m_allocations.end()) {
451 if (iter == m_allocations.end()) {
493 if (iter == m_allocations.end())
520 if (iter == m_allocations.end()) {
630 if (iter == m_allocations.end()) {
788 if (iter == m_allocations.end()) {
tools/lldb/source/Host/common/Editline.cpp 217 if (pos != g_weak_map.end()) {
tools/lldb/source/Host/common/FileCache.cpp 49 if (pos == m_cache.end()) {
71 if (pos == m_cache.end()) {
97 if (pos == m_cache.end()) {
tools/lldb/source/Host/common/TCPSocket.cpp 237 for (auto socket : m_listen_sockets)
254 for (auto socket : m_listen_sockets) {
tools/lldb/source/Host/linux/Host.cpp 290 if (it == tids_to_attach.end()) {
tools/lldb/source/Interpreter/CommandInterpreter.cpp 959 if (name_iter != m_command_dict.end()) {
1139 if (pos != m_alias_dict.end()) {
1148 if (pos != m_command_dict.end()) {
1159 if (pos != m_user_dict.end()) {
1181 for (pos = m_command_dict.begin(); pos != m_command_dict.end(); ++pos) {
1201 for (auto alias_pos = m_alias_dict.begin(); alias_pos != m_alias_dict.end();
1214 for (pos = m_user_dict.begin(); pos != m_user_dict.end(); ++pos) {
2584 for (pos = command_map.begin(); pos != command_map.end(); ++pos) {
tools/lldb/source/Interpreter/OptionValueDictionary.cpp 35 collection::iterator pos, end = m_values.end();
295 if (pos != m_values.end())
306 if (pos != m_values.end()) {
tools/lldb/source/Interpreter/Options.cpp 219 if (option_seen.find(short_opt) == option_seen.end()) {
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp 568 if (it == m_loaded_modules.end())
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp 1067 if (tid_pos != m_tid_to_tls_map.end()) {
1069 if (tls_pos != tid_pos->second.end()) {
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp 660 if (it == m_loaded_modules.end())
tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp 103 if (it != m_loaded_modules.end() && it->second != LLDB_INVALID_ADDRESS)
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h 154 if (i == m_parser_vars.end())
188 if (i == m_jit_vars.end())
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp 219 if (mi != m_imported_modules.end()) {
446 if (pi != module_priorities.end() && pi->second > found_priority) {
458 if ((pi != module_priorities.end()) && pi->second > found_priority) {
tools/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp 135 if (pos != m_memory.end())
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp 296 if (IT == thread_id_map.end())
tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp 371 if (it != m_jit_objects.end()) {
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp 234 if (cached_iterator != m_iterators.end()) {
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp 347 if (cached_iterator != m_iterators.end()) {
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp 192 auto iter = m_children.find(idx), end = m_children.end();
tools/lldb/source/Plugins/Language/ObjC/NSArray.cpp 438 auto iter = map.find(class_name), end = map.end();
866 auto iter = map.find(class_name), end = map.end();
tools/lldb/source/Plugins/Language/ObjC/NSSet.cpp 277 auto iter = map.find(class_name_cs), end = map.end();
348 auto iter = map.find(class_name_cs), end = map.end();
tools/lldb/source/Plugins/Language/ObjC/NSString.cpp 94 auto iter = additionals_map.find(class_name_cs), end = additionals_map.end();
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp 600 if (pos == m_dynamic_type_map.end())
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp 2363 CacheIterator iterator = m_cache.find(slot), end = m_cache.end();
2451 CacheIterator iterator = m_ext_cache.find(slot), end = m_ext_cache.end();
2503 if (cache_iter != m_cache.end())
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp 858 if (pos != m_msgSend_map.end()) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp 78 MsgImplMap::iterator pos, end = m_impl_cache.end();
90 if (complete_class_iter != m_complete_class_cache.end()) {
164 if (pos != m_isa_to_descriptor.end())
171 ISAToDescriptorIterator end = m_isa_to_descriptor.end();
193 if (pos != m_isa_to_descriptor.end()) {
211 m_isa_to_descriptor.begin(), m_isa_to_descriptor.end());
237 if (pos != m_isa_to_descriptor.end())
286 if (pos != m_isa_to_descriptor.end())
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp 1393 if (m_scriptMappings.find(script_addr) != m_scriptMappings.end()) {
1648 if (m_scriptMappings.find(script) != m_scriptMappings.end()) {
3110 if (contextReferences.find(context) != contextReferences.end()) {
3117 for (const auto &cRef : contextReferences) {
tools/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp 79 for (const auto &it : m_port_forwards)
157 if (it == m_port_forwards.end())
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp 54 auto iter = m_options.find(&interpreter), end = m_options.end();
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp 325 it != tids_to_attach.end();) {
375 for (const auto &p : tids_to_attach)
754 m_threads_stepping_with_breakpoint.end())
1729 for (const auto &thread_info : m_threads_stepping_with_breakpoint) {
tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp 165 if (wp == m_watchpoint_index_map.end())
194 if (bp == m_hw_break_index_map.end())
tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp 245 success = m_value_regs_map.find(i) != m_value_regs_map.end();
454 end = m_value_regs_map.end();
471 if (m_value_regs_map.find(i) != m_value_regs_map.end())
479 end = m_invalidate_regs_map.end();
488 if (invalidate_pos != m_invalidate_regs_map.end()) {
504 end = m_invalidate_regs_map.end();
520 if (m_invalidate_regs_map.find(i) != m_invalidate_regs_map.end())
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp 1153 if (iterator != m_registers.end()) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp 67 if (handler_it == m_packet_handlers.end())
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp 470 for (auto &pair : m_port_map) {
482 if (pos != m_port_map.end()) {
491 if (pos != m_port_map.end()) {
500 for (auto &pair : m_port_map) {
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp 1792 for (const auto &pair : expedited_register_map) {
3068 if (pos != m_addr_to_mmap_size.end() &&
4405 if (pos != target_info.reg_set_map.end())
5012 if (iterator != m_thread_id_to_used_usec_map.end()) {
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp 84 if (find_it != options_map.end())
96 if (find_it != options_map.end())
199 if (find_it == map.end()) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp 102 : m_abbrevCollMap(), m_prev_abbr_offset_pos(m_abbrevCollMap.end()) {}
118 m_prev_abbr_offset_pos = m_abbrevCollMap.end();
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp 853 for (auto &p : m_external_type_modules) {
1513 if (pos != m_external_type_modules.end())
1611 m_external_type_modules.end()) {
2428 for (const auto &pair : m_external_type_modules)
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp 406 if (pos != m_oso_map.end()) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp 98 if (it == m_debug_cu_index_map.end())
116 if (it != m_sections.end()) {
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp 1281 if (vm_addr && addr_ids.find(vm_addr) != addr_ids.end()) {
tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp 350 if (pos != m_register_values.end()) {
448 if (m_pushed_regs.find(reg_num) == m_pushed_regs.end()) {
593 if (m_pushed_regs.find(reg_num) != m_pushed_regs.end() &&
tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp 130 it != m_reg_map.end(); ++it) {
235 it != m_reg_map.end(); ++it) {
908 if (it != m_reg_map.end()) {
tools/lldb/source/Symbol/ClangASTImporter.cpp 157 if (m_backups.find(decl) != m_backups.end()) {
246 for (const std::pair<clang::Decl *, Backup> &backup : m_backups) {
818 if (iter != origins.end())
832 if (iter != origins.end()) {
855 if (iter != namespace_maps.end())
914 iter != md->m_origins.end();) {
1085 if (origin_iter != origins.end()) {
1086 if (to_context_md->m_origins.find(to) == to_context_md->m_origins.end() ||
1110 if (to_context_md->m_origins.find(to) == to_context_md->m_origins.end() ||
1131 if (namespace_map_iter != namespace_maps.end())
1207 if (iter == to_context_md->m_origins.end())
tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp 233 if (pos != m_cie_map.end()) {
tools/lldb/source/Symbol/TypeSystem.cpp 190 for (auto pair : map) {
210 for (auto pair : m_map) {
232 if (pos != m_map.end()) {
246 for (const auto &pair : m_map) {
301 if (pos != m_map.end()) {
315 for (const auto &pair : m_map) {
tools/lldb/source/Symbol/UnwindPlan.cpp 266 if (pos != m_register_locations.end()) {
281 m_register_locations.find(reg_num) != m_register_locations.end())
293 m_register_locations.find(reg_num) != m_register_locations.end())
304 collection::iterator end = m_register_locations.end();
321 m_register_locations.find(reg_num) != m_register_locations.end())
333 m_register_locations.find(reg_num) != m_register_locations.end())
344 m_register_locations.find(reg_num) == m_register_locations.end())
tools/lldb/source/Symbol/UnwindTable.cpp 121 iterator end = m_unwinds.end();
126 if ((pos == m_unwinds.end()) ||
166 const_iterator end = m_unwinds.end();
tools/lldb/source/Target/InstrumentationRuntime.cpp 36 if (pos == runtimes.end()) {
tools/lldb/source/Target/Language.cpp 57 auto iter = map.find(language), end = map.end();
114 for (const auto &entry : map) {
tools/lldb/source/Target/Memory.cpp 65 while (pos != m_L1_cache.end()) {
94 if (pos != m_L2_cache.end())
182 BlockMap::const_iterator end = m_L2_cache.end();
tools/lldb/source/Target/Process.cpp 1282 m_thread_id_to_index_id_map.end());
1289 if (iterator == m_thread_id_to_index_id_map.end()) {
1520 if (pos == m_language_runtimes.end() || (retry_if_null && !pos->second)) {
5600 if (iter != m_resolved_indirect_addresses.end()) {
5631 pos != m_instrumentation_runtimes.end(); ++pos) {
5645 for (const auto &pair : language_runtimes) {
5661 for (auto pair : m_structured_data_plugin_map) {
5680 if (it == m_warnings_issued.end()) {
5741 if (pos == m_instrumentation_runtimes.end()) {
5954 if (find_it == m_structured_data_plugin_map.end()) {
tools/lldb/source/Target/RegisterNumber.cpp 90 if (iter != m_kind_regnum_map.end()) {
tools/lldb/source/Target/SectionLoadHistory.cpp 53 if (pos != m_stop_id_to_section_load_list.end() &&
71 if (pos != m_stop_id_to_section_load_list.end() &&
158 end = m_stop_id_to_section_load_list.end();
tools/lldb/source/Target/SectionLoadList.cpp 91 if (ats_pos != m_addr_to_sect.end()) {
165 if (ats_pos != m_addr_to_sect.end())
200 if (ats_pos != m_addr_to_sect.end()) {
252 for (pos = m_addr_to_sect.begin(), end = m_addr_to_sect.end(); pos != end;
tools/lldb/source/Target/Target.cpp 139 for (auto bp_name_entry : target->m_breakpoint_names) {
226 if (pos != m_repl_map.end()) {
691 if (iter == m_breakpoint_names.end()) {
709 if (iter != m_breakpoint_names.end()) {
741 for (auto bp_name : m_breakpoint_names) {
2521 if (specified_hook_iter != m_stop_hooks.end())
2530 if (specified_hook_iter == m_stop_hooks.end())
2538 StopHookCollection::iterator pos, end = m_stop_hooks.end();
2564 StopHookCollection::iterator pos, end = m_stop_hooks.end();
2570 for (auto hook : m_stop_hooks) {
tools/lldb/source/Target/ThreadPlanStepUntil.cpp 90 until_collection::iterator pos, end = m_until_points.end();
113 until_collection::iterator pos, end = m_until_points.end();
137 until_collection::iterator pos, end = m_until_points.end();
195 until_collection::iterator pos, end = m_until_points.end();
290 until_collection::iterator pos, end = m_until_points.end();
313 until_collection::iterator pos, end = m_until_points.end();
tools/lldb/source/Target/UnixSignals.cpp 130 if (pos != m_signals.end())
219 if (pos != m_signals.end()) {
243 if (pos != m_signals.end()) {
267 if (pos != m_signals.end()) {
tools/lldb/source/Utility/Broadcaster.cpp 334 collection::iterator iter = m_event_map.begin(), end_iter = m_event_map.end();
370 collection::iterator iter, end_iter = m_event_map.end();
418 collection::iterator iter, end_iter = m_event_map.end();
435 collection::iterator iter, end_iter = m_event_map.end();
448 collection::iterator iter = m_event_map.begin(), end_iter = m_event_map.end();
tools/lldb/source/Utility/ReproducerInstrumentation.cpp 69 assert(m_replayers.find(RunID) == m_replayers.end());
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp 2653 if (handler_pos != request_handlers.end()) {
tools/lldb/unittests/Host/FileSystemTest.cpp 52 if (I == FilesAndDirs.end())
102 for (; I != FilesAndDirs.end(); ++I) {
112 for (; I != FilesAndDirs.end(); ++I) {
119 if (I == FilesAndDirs.end())
tools/lldb/utils/TableGen/LLDBOptionDefEmitter.cpp 182 for (auto &CommandRecordPair : getRecordsByName(Options, "Command")) {
tools/lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp 166 for (auto &PropertyRecordPair : getRecordsByName(Properties, "Definition")) {
177 for (auto &PropertyRecordPair : getRecordsByName(Properties, "Definition")) {
tools/llvm-cfi-verify/lib/GraphBuilder.cpp 85 for (const auto &KV : SortedIntermediateNodes)
tools/llvm-cfi-verify/llvm-cfi-verify.cpp 239 for (const auto &KV : BlameCounter) {
tools/llvm-cov/CodeCoverage.cpp 909 for (const auto &FileFunc : FilenameFunctionMap) {
tools/llvm-cxxdump/llvm-cxxdump.cpp 343 for (const auto &VFTableEntry : VFTableEntries) {
349 for (const auto &VBTable : VBTables) {
357 for (const auto &COLPair : COLs) {
367 for (const auto &CHDPair : CHDs) {
375 for (const auto &BCAEntry : BCAEntries) {
381 for (const auto &BCDPair : BCDs) {
393 for (const auto &TDPair : TDs) {
403 for (const auto &TIPair : TIs) {
413 outs() << (Entry == TIEntries.end() ? "null" : Entry->second) << '\n';
422 for (const auto &CTAPair : CTAs) {
434 for (const auto &CTPair : CTs) {
457 for (const auto &VTTPair : VTTEntries) {
463 for (const auto &TIPair : TINames) {
468 auto VTableSymE = VTableSymEntries.end();
470 auto VTableDataE = VTableDataEntries.end();
tools/llvm-exegesis/lib/Clustering.cpp 264 for (const auto &OpcodeConfigToClusterID : OpcodeConfigToClusterIDs) {
tools/llvm-ifs/llvm-ifs.cpp 471 if (SI == SymbolMap.end()) {
519 for (auto &Entry : SymbolMap)
tools/llvm-lto2/llvm-lto2.cpp 298 if (I == CommandLineResolutions.end()) {
302 if (I == CommandLineResolutions.end()) {
323 for (auto UnusedRes : CommandLineResolutions)
tools/llvm-objdump/llvm-objdump.cpp 1200 for (std::pair<const SectionRef, SectionSymbolsTy> &SecSyms : AllSymbols)
tools/llvm-opt-report/OptReport.cpp 255 for (auto &FI : LocationInfo) {
401 for (auto &J : ColsInfo) {
444 for (const auto &FSLI : UniqueLIs)
tools/llvm-pdbutil/DumpOutputStyle.cpp 1299 if (DepSet.find(TI) != DepSet.end() || TI.isSimple() || TI.isNoneType())
1350 for (auto &Dep : DepSet) {
tools/llvm-rc/ResourceFileWriter.cpp 486 if (Iter == BundleData.end()) {
1281 assert(Iter != StringTableData.BundleData.end());
tools/llvm-readobj/ObjDumper.cpp 58 if (NameIt != SecNames.end())
61 if (IndexIt != SecIndices.end())
63 if (NameIt != SecNames.end() || IndexIt != SecIndices.end())
63 if (NameIt != SecNames.end() || IndexIt != SecIndices.end())
68 for (const std::pair<std::string, bool> &S : SecNames)
74 for (std::pair<unsigned, bool> S : SecIndices)
tools/llvm-rtdyld/llvm-rtdyld.cpp 227 if (I != DummyExterns.end())
695 for (const auto &Alloc : AlreadyAllocated)
828 assert(I != Result->end() &&
tools/polly/include/polly/ScopInfo.h 2524 if (It == ScopArrayInfoMap.end())
tools/polly/lib/Analysis/ScopDetection.cpp 1013 TempMemoryAccesses.end());
tools/polly/lib/CodeGen/IslAst.cpp 160 for (const auto &ReductionClause : Clauses) {
tools/polly/lib/Exchange/JSONExporter.cpp 616 if (It != MapStrToType.end())
tools/sancov/sancov.cpp 309 for (const auto &P : PointsByFile) {
320 for (const auto &P : PointsByFn) {
424 if (Points.find(PointId) == Points.end())
444 for (auto &KV : Points) {
966 if (I == Result.end() || I->second > P) {
1071 if (ObjFiles.find(ShortFileName) != ObjFiles.end()) {
1095 if (Iter == ObjFiles.end()) {
1102 for (const auto &Pair : ObjFiles) {
1104 if (CoverageByObjFile.find(FileName) == CoverageByObjFile.end())
1109 for (const auto &Pair : CoverageByObjFile) {
unittests/Analysis/DivergenceAnalysisTest.cpp 290 for (auto &ItCase : ExpectedDivJoins) {
unittests/ExecutionEngine/Orc/LegacyRTDyldObjectLinkingLayerTest.cpp 137 assert(I != Resolvers.end() && "Missing resolver");
unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp 55 for (auto KV : SymTab) {
67 if (LI != SymTab.end())
unittests/Support/TargetParserTest.cpp 592 for (auto &E : Extensions) {
unittests/Support/VirtualFileSystemTest.cpp 58 if (I == FilesAndDirs.end())
108 for (; I != FilesAndDirs.end(); ++I) {
118 for (; I != FilesAndDirs.end(); ++I) {
125 if (I == FilesAndDirs.end())
usr/include/c++/7.4.0/bits/range_access.h 68 end(_Container& __cont) -> decltype(__cont.end())
69 { return __cont.end(); }
usr/include/c++/7.4.0/bits/regex_automaton.tcc 218 for (auto __it : __m)
usr/include/c++/7.4.0/bits/stl_map.h 491 if (__i == end() || key_comp()(__k, (*__i).first))
511 if (__i == end() || key_comp()(__k, (*__i).first))
532 if (__i == end() || key_comp()(__k, (*__i).first))
utils/TableGen/AsmMatcherEmitter.cpp 1329 ie = RegisterMap.end(); it != ie; ++it)
1460 for (const auto &OCM : OpClassMask) {
1476 for (const auto &Pair : SubtargetFeatures)
2270 for (auto &KV : TiedOperandsEnumMap) {
2276 for (auto &KV : TiedOperandsEnumMap) {
2328 assert(TiedOpndEnum != TiedOperandsEnumMap.end() &&
2495 for (const auto &RC : Info.RegisterClasses)
2655 for (const auto &OpClassEntry : Info.AsmOperandClasses) {
2659 for (const auto &OpClassEntry : Info.RegisterClassClasses) {
2680 for (const auto &SF : Info.SubtargetFeatures) {
2740 for (const auto &AliasEntry : AliasesFromMnemonic) {
3378 assert(I != Info.SubtargetFeatures.end() && "Didn't import predicate?");
utils/TableGen/AsmWriterEmitter.cpp 638 bool isOpMapped(StringRef Op) { return OpMap.find(Op) != OpMap.end(); }
801 for (auto &Aliases : AliasMap) {
994 for (auto &Entry : IAPrinterMap) {
utils/TableGen/CodeEmitterGen.cpp 275 for (auto &KV : EBM.Map) {
412 for (auto &KV : EBM.Map) {
501 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) {
555 if (I != SubtargetFeatures.end())
595 assert(I != SubtargetFeatures.end() && "Didn't import predicate?");
617 if (I != SubtargetFeatures.end()) {
utils/TableGen/CodeGenDAGPatterns.cpp 3825 for (auto &Entry : Instructions) {
3901 for (const auto &Entry : DstNames) {
3909 for (const auto &Entry : SrcNames)
4290 if (ModeChecks.find(M) != ModeChecks.end())
4644 for (auto it : PatternsWithVariants) {
utils/TableGen/CodeGenMapTable.cpp 540 for (auto &Entry : ColFieldValueMap) {
utils/TableGen/CodeGenRegisters.cpp 257 for (const auto &SubReg : SubRegs) {
358 for (const auto &SubReg : SubRegs) {
469 for (std::pair<CodeGenSubRegIndex*,CodeGenRegister*> P : SubRegs)
536 SE = NewSubReg->SubRegs.end(); SI != SE; ++SI) {
554 for (SubRegMap::const_iterator I = SubRegs.begin(), E = SubRegs.end();
561 for (SubRegMap::const_iterator I = SubRegs.begin(), E = SubRegs.end();
1253 if (FoundI != Key2RC.end())
2187 for (auto I : SRSets)
2197 if (I == SRSets.end())
utils/TableGen/DFAEmitter.cpp 67 if (I == NfaTransitions.end())
119 for (auto &T : DfaTransitions)
148 for (auto &KV : DfaTransitions) {
utils/TableGen/ExegesisEmitter.cpp 92 for (auto &NameAndIndex : PfmCounterNameTable)
utils/TableGen/FastISelEmitter.cpp 699 OE = SimplePatterns.end(); OI != OE; ++OI) {
829 if (MI != SignaturesWithConstantForms.end()) {
utils/TableGen/FixedLenDecoderEmitter.cpp 619 for (const auto &Inst : FilteredInstructions) {
2401 for (auto &KV : EBM.Map)
2419 for (auto &KV : EBM.Map) {
2476 for (const auto &Opc : OpcMap) {
utils/TableGen/GlobalISelEmitter.cpp 1202 if (VI == TypeIDValues.end())
3084 for (const auto &Pair : InsnVariableIDs) {
5117 std::copy_if(SubtargetFeatures.begin(), SubtargetFeatures.end(),
5118 std::inserter(ModuleFeatures, ModuleFeatures.end()),
5123 std::copy_if(SubtargetFeatures.begin(), SubtargetFeatures.end(),
5124 std::inserter(FunctionFeatures, FunctionFeatures.end()),
5199 assert(I != SubtargetFeatures.end() && "Didn't import predicate?");
5330 for (auto &Item : InsnVariableIDs) {
utils/TableGen/InfoByHwMode.cpp 65 if (F != Map.end())
70 if (D != Map.end())
utils/TableGen/InfoByHwMode.h 73 iterator end() { return Map.end(); }
utils/TableGen/InstrInfoEmitter.cpp 235 if (I == Operands.end()) {
275 for (const auto &Op : Operands)
294 for (const auto &Entry : OperandMap) {
308 for (const auto &Entry : OperandMap) {
utils/TableGen/IntrinsicEmitter.cpp 636 E = UniqAttributes.end(); I != E; ++I) {
916 for (BIMTy::iterator I = BuiltinMap.begin(), E = BuiltinMap.end();I != E;++I){
926 for (const auto &P : I->second) {
utils/TableGen/OptParserEmitter.cpp 140 for (PrefixesT::const_iterator I = Prefixes.begin(), E = Prefixes.end();
utils/TableGen/RegisterInfoEmitter.cpp 421 I = Dwarf2LMap.begin(), E = Dwarf2LMap.end(); I != E; ++I)
utils/TableGen/SequenceToOffsetTable.h 73 if (I != Seqs.end() && isSuffix(Seq, I->first))
94 for (typename SeqMap::iterator I = Seqs.begin(), E = Seqs.end(); I != E;
utils/TableGen/SubtargetFeatureInfo.cpp 57 for (const auto &SF : SubtargetFeatures) {
70 for (const auto &SF : SubtargetFeatures)
77 for (const auto &SF : SubtargetFeatures)
100 for (const auto &SF : SubtargetFeatures) {
118 for (const auto &SF : SubtargetFeatures) {
utils/TableGen/WebAssemblyDisassemblerEmitter.cpp 96 for (auto &PrefixPair : OpcodeTable) {
103 if (InstIt != PrefixPair.second.end()) {
143 if (PrefixIt != OpcodeTable.end() && I && !PrefixPair.first) {
162 for (auto &PrefixPair : OpcodeTable) {
utils/benchmark/src/counter.cc 32 for (auto &c : *l) {
39 for (auto &c : *l) {
48 if (it == l->end()) {
utils/benchmark/src/statistics.cc 115 if(it == counter_stats.end()) {
137 CHECK_NE(it, counter_stats.end());
166 for(auto const& kv : counter_stats) {
utils/unittest/googlemock/src/gmock-spec-builders.cc 558 for (StateMap::const_iterator it = states_.begin(); it != states_.end();
750 it != g_mock_object_registry.states().end(); ++it) {
utils/unittest/googletest/src/gtest-typed-test.cc 80 it != registered_tests_.end();
97 it != registered_tests_.end();
utils/unittest/googletest/src/gtest.cc 1092 if (it != ids_.end()) return it->second;