reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/EquivalenceClasses.h
  208     if (I == TheMapping.end()) return member_end();
include/llvm/ADT/MapVector.h
  144     return Pos == Map.end()? 0 : 1;
  149     return Pos == Map.end()? Vector.end() :
include/llvm/ADT/SmallSet.h
  115     return SetIter == RHS.SetIter;
include/llvm/Analysis/DominanceFrontierImpl.h
  112     if (DFI == end())
include/llvm/Analysis/RegionInfoImpl.h
  288     if (Succ != exit && visited->find(Succ) == visited->end())
  364   if (at == BBNodeMap.end()) {
  604     if (exitSuccs->find(Succ) == exitSuccs->end())
include/llvm/CodeGen/MachinePipeliner.h
  555     if (it == InstrToCycle.end())
include/llvm/IR/ModuleSummaryIndex.h
 1098     return ValueInfo(HaveGVs, I == GlobalValueMap.end() ? nullptr : &*I);
 1130     return I == OidGuidMap.end() ? 0 : I->second;
 1322     if (I == TypeIdCompatibleVtableMap.end())
include/llvm/ProfileData/SampleProf.h
  343     if (ret == BodySamples.end())
  355     if (ret == BodySamples.end())
  369     if (iter == CallsiteSamples.end())
  384     if (iter == CallsiteSamples.end())
include/llvm/TableGen/Record.h
 1709     return I == Classes.end() ? nullptr : I->second.get();
 1714     return I == Defs.end() ? nullptr : I->second.get();
 1721     return It == ExtraGlobals.end() ? nullptr : It->second;
lib/Analysis/StackSafetyAnalysis.cpp
  447   if (IT == Functions.end())
lib/Bitcode/Writer/BitcodeWriter.cpp
 3750   if (Index->begin() == Index->end()) {
lib/CodeGen/InterleavedLoadCombinePass.cpp
 1171       if (Is.find(dyn_cast<Instruction>(U)) == Is.end())
lib/CodeGen/LiveInterval.cpp
   93     if (I == segments().end()) {
  125     if (I == segments().begin())
  141     if (I == segments().begin())
  194       if (MergeTo == segments().begin()) {
  328     if (I == LR->segmentSet->begin())
lib/CodeGen/MIRParser/MIParser.cpp
 1838   if (NodeInfo == PFS.IRSlots.MetadataNodes.end())
lib/CodeGen/MachinePipeliner.cpp
 2350     if (it == InstrToCycle.end())
 2373     if (it == InstrToCycle.end())
lib/IR/AsmWriter.cpp
 2993       if (TidIter.first == TidIter.second) {
 3031   if (TidIter.first == TidIter.second) {
lib/IR/Attributes.cpp
 1685     if (B.TargetDepAttrs.find(I->first) == B.TargetDepAttrs.end())
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  309   return I == GEPIdx.end() ? nullptr : I->second;
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
  346   if (It == BlockInfoMap.end())
  354   if (It == LLInfoMap.end())
  369   if (It == BlockInfoMap.end())
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
  324     if ((DstRegs.find(SrcMI) == DstRegs.end())) {
lib/Target/AMDGPU/SIMachineScheduler.cpp
  998     if (SeenColors.find(CurrentColor) == SeenColors.end())
 1521       if (OutRegs.find(Reg) == OutRegs.end())
lib/Target/ARM/A15SDOptimizer.cpp
  225           if (DeadInstr.find(&Use) == DeadInstr.end()) {
lib/Target/Hexagon/HexagonSplitDouble.cpp
  613       if (F == PairMap.end()) {
 1084     if (F == PairMap.end())
 1113     if (F == PairMap.end())
lib/Target/Hexagon/RDFGraph.cpp
 1391   if (DFLoc == MDF.end() || DFLoc->second.empty())
lib/Target/Hexagon/RDFLiveness.cpp
  701     if (F1 == MDF.end())
lib/Target/Hexagon/RDFLiveness.h
   88       return F == RealUseMap.end() ? Empty : F->second;
lib/Transforms/IPO/ArgumentPromotion.cpp
  724     if (ToPromote.find(Operands) == ToPromote.end()) {
lib/Transforms/IPO/MergeFunctions.cpp
  640     if (PDIRelated.find(I) == PDIRelated.end()) {
lib/Transforms/IPO/WholeProgramDevirt.cpp
 1687   if (ResI == TidSummary->WPDRes.end())
 1708     if (I == Res.ResByArg.end())
lib/Transforms/Scalar/LoopStrengthReduce.cpp
 4166         if (M == J || M == JE) continue;
 4166         if (M == J || M == JE) continue;
tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  162     if (It == NodeMap.end()) {
  170     if (It == NodeMap.end()) {
tools/clang/include/clang/Driver/Compilation.h
  168     assert(std::next(TCs.first) == TCs.second &&
tools/clang/include/clang/Rewrite/Core/Rewriter.h
  201     return I == RewriteBuffers.end() ? nullptr : &I->second;
tools/clang/lib/AST/ASTContext.cpp
  236   if (OffsetCommentBehindDecl == CommentsInTheFile.begin())
tools/clang/lib/Format/Format.cpp
 1588             DeletedTokens.find(Res) == DeletedTokens.end())
tools/clang/lib/Rewrite/Rewriter.cpp
  201   if (I == RewriteBuffers.end()) {
tools/clang/lib/Tooling/Core/Replacement.cpp
  300   if (I == Replaces.begin()) {
  460     bool NextIsFirst = SecondI == Second.end() ||
tools/clang/lib/Tooling/RefactoringCallbacks.cpp
  210       if (NodeIter == NodeMap.end()) {
tools/clang/lib/Tooling/Transformer/RangeSelector.cpp
   59   if (It == NodesMap.end())
tools/clang/lib/Tooling/Transformer/Stencil.cpp
   38   if (It == NodesMap.end())
tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
 1260   if (FixItsIter == DiagToFixItsMap.end())
tools/clang/tools/extra/unittests/clang-include-fixer/find-all-symbols/FindAllSymbolsTests.cpp
   46     return it == Symbols.end() ? 0 : it->second.Seen;
   51     return it == Symbols.end() ? 0 : it->second.Used;
tools/clang/unittests/AST/MatchVerifier.h
  165   if (I == M.end()) {
tools/clang/unittests/Frontend/PCHPreambleTest.cpp
   44     return it == ReadCounts.end() ? 0 : it->second;
tools/clang/utils/TableGen/MveEmitter.cpp
 1059     if (it == Scope.end())
 1446       if (ShortNamesSeen.find(Name) == ShortNamesSeen.end()) {
tools/lld/lib/ReaderWriter/MachO/CompactUnwindPass.cpp
  531     if (unwindLoc == unwindLocs.end()) {
tools/lldb/source/API/SBFrame.cpp
  864                   if (variable_set.find(variable_sp) == variable_set.end())
tools/lldb/source/Breakpoint/BreakpointSiteList.cpp
  180   if (lower == m_bp_site_list.end() || (*lower).first >= upper_bound)
tools/lldb/source/Commands/CommandObjectSource.cpp
  987             if (source_match_set.find(source_info) == source_match_set.end()) {
tools/lldb/source/Core/Module.cpp
  891                 if (pos == end)
tools/lldb/source/Interpreter/Options.cpp
   57     if (pos_b == set_b.end())
   75     if (pos_b == set_b.end()) {
  100     if (pos_union == union_set.end())
  869     if (group_set.find(group) == group_set.end()) {
  882     if (group_set.find(group) == group_set.end()) {
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  600   if (pos == m_dynamic_type_map.end())
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 4626                   if (resolver_addresses.find(symbol_stub_addr) ==
 4643                   if (resolver_addresses.find(symbol_stub_addr) ==
 4672         if (indirect_symbol_names.find(e.entry.name) ==
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  250     if (m_spawned_pids.find(pid) == m_spawned_pids.end()) {
  267     if (m_spawned_pids.find(pid) == m_spawned_pids.end())
  278       if (m_spawned_pids.find(pid) == m_spawned_pids.end()) {
  288     if (m_spawned_pids.find(pid) == m_spawned_pids.end())
  299       if (m_spawned_pids.find(pid) == m_spawned_pids.end()) {
  310     if (m_spawned_pids.find(pid) == m_spawned_pids.end())
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
   62     if (cus_with_data.find(offset) == cus_with_data.end())
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  325           if (type_set.find(type) == type_set.end())
  372     if (compiler_type_set.find(compiler_type) == compiler_type_set.end()) {
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1363         if (resolved_ids.find(id) == resolved_ids.end())
tools/lldb/source/Symbol/ClangASTContext.cpp
 9999             if (searched.find(ud->getNominatedNamespace()) == searched.end())
10116             if (searched.find(ns) == searched.end())
tools/lldb/source/Symbol/Symtab.cpp
  379     if (it == class_contexts.end())
tools/lldb/source/Target/TargetList.cpp
  245               if (platform_set.find(the_platform_sp.get()) ==
tools/lldb/source/Target/UnixSignals.cpp
  137   if (pos == m_signals.end())
  184   if (pos == end)
  188     if (pos == end)
  199   if (pos == m_signals.end())
tools/lldb/unittests/Host/FileSystemTest.cpp
   74     if (I == FilesAndDirs.end())
tools/llvm-cfi-verify/lib/FileAnalysis.cpp
  125   if (KV == Instructions.end() || KV == Instructions.begin())
  125   if (KV == Instructions.end() || KV == Instructions.begin())
  138   if (KV == Instructions.end() || ++KV == Instructions.end())
  138   if (KV == Instructions.end() || ++KV == Instructions.end())
  157   if (InstrKV == Instructions.end())
  244     if (SourceInstrKV == Instructions.end()) {
tools/llvm-cfi-verify/lib/GraphBuilder.cpp
  104   if (IndirectInstructions.find(Address) == IndirectInstructions.end()) {
tools/polly/lib/Analysis/ScopBuilder.cpp
 1693   if (AccItr == InsnToMemAcc.end())
 2008       if (OpVal == UnionFind.end())
tools/sancov/sancov.cpp
  560         CoveredFiles.find(LineInfo->FileName) == CoveredFiles.end())
  577           CoveredFiles.find(FrameInfo.FileName) == CoveredFiles.end())
  582       if (Infos.find(FrameInfo) == Infos.end()) {
  925     if (Coverage.CoveredIds.find(Point.Id) == Coverage.CoveredIds.end())
  942     if (Coverage.CoveredIds.find(Point.Id) == Coverage.CoveredIds.end())
  961       if (Fns.find(Fn) == Fns.end())
unittests/Support/VirtualFileSystemTest.cpp
   58     if (I == FilesAndDirs.end())
   80     if (I == FilesAndDirs.end())
usr/include/c++/7.4.0/bits/stl_algo.h
  509     { return __last == std::find_if_not(__first, __last, __pred); }
 2803       return __first2 == __last2;
 5585       if (__first == __last)
 5650       if (__first == __last) return __first;
usr/include/c++/7.4.0/bits/stl_algobase.h
  888       return __first1 == __last1 && __first2 != __last2;
usr/include/c++/7.4.0/bits/stl_iterator.h
  304     { return __x.base() == __y.base(); }
usr/include/c++/7.4.0/bits/stl_map.h
  541 	if (__i == end() || key_comp()(__k, (*__i).first))
 1209       { return _M_t.find(__x) == _M_t.end() ? 0 : 1; }
usr/include/c++/7.4.0/bits/stl_set.h
  739       { return _M_t.find(__x) == _M_t.end() ? 0 : 1; }
usr/include/c++/7.4.0/bits/stl_tree.h
 2487       if (__first == begin() && __last == end())
 2487       if (__first == begin() && __last == end())
 2537       return (__j == end()
utils/TableGen/AsmMatcherEmitter.cpp
  784     return I == SubtargetFeatures.end() ? nullptr : &I->second;
utils/TableGen/CodeGenDAGPatterns.h
 1248     if (F == PatternFragments.end())
utils/TableGen/CodeGenRegisters.cpp
  320       if (SRI == Map.end())
 1358       if (F == Map2.end() || P.second != F->second)
 1482         if (C == Composites.end())
 2197     if (I == SRSets.end())
utils/TableGen/CodeGenRegisters.h
  103       return I == Composed.end() ? nullptr : I->second;
utils/TableGen/ExegesisEmitter.cpp
   44     if (It == PfmCounterNameTable.end())
utils/TableGen/InfoByHwMode.h
   95     if (Mode != DefaultMode && F == Map.end())
utils/benchmark/src/counter.cc
   60     if (r.find(c.first) == r.end()) {
utils/benchmark/src/csv_reporter.cc
  140     if(it == run.counters.end()) {