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

References

include/llvm/ADT/SparseBitVector.h
  372           if (Iter == BitVector->Elements.end()) {
  480     if (ElementIter == Elements.end() ||
  548     for (; Iter1 != Elements.end() && Iter2 != RHS.Elements.end();
  548     for (; Iter1 != Elements.end() && Iter2 != RHS.Elements.end();
  553     return Iter1 == Elements.end() && Iter2 == RHS.Elements.end();
  553     return Iter1 == Elements.end() && Iter2 == RHS.Elements.end();
  569     while (Iter2 != RHS.Elements.end()) {
  600     while (Iter2 != RHS.Elements.end()) {
  654     while (Iter2 != RHS.Elements.end()) {
  710     while (Iter2 != RHS2.Elements.end()) {
  711       if (Iter1 == RHS1.Elements.end())
  730     std::copy(Iter1, RHS1.Elements.end(), std::back_inserter(Elements));
  752     while (Iter2 != RHS.Elements.end()) {
  753       if (Iter1 == Elements.end())
  802          Iter != Elements.end();
include/llvm/ProfileData/InstrProf.h
  907   for (auto V : getValueSitesForKind(ValueKind)[Site].ValueData) {
include/llvm/XRay/Profile.h
  142   const_iterator end() const { return Blocks.end(); }
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  208   for (const auto &R : Relocs)
lib/Transforms/Scalar/LoopDistribute.cpp
  539     for (const auto &P : PartitionContainer) {
  557     for (const auto &P : PartitionContainer) {
tools/clang/include/clang/AST/CXXInheritance.h
  194   const_paths_iterator end()   const { return Paths.end(); }
tools/clang/include/clang/Rewrite/Core/TokenRewriter.h
   59     token_iterator token_end() const { return TokenList.end(); }
tools/clang/lib/ARCMigrate/ARCMT.cpp
   64   while (I != List.end()) {
   81   for (ListTy::const_iterator I = List.begin(), E = List.end(); I != E; ++I)
   86   for (ListTy::const_iterator I = List.begin(), E = List.end(); I != E; ++I)
tools/clang/lib/ARCMigrate/Internals.h
   40   iterator end()   const { return List.end();   }
tools/clang/lib/Analysis/PathDiagnostic.cpp
   83   for (auto &Piece : *this) {
  168       for (const auto &I : path) {
  316   PathPieces::const_iterator X_I = X.begin(), X_end = X.end();
  317   PathPieces::const_iterator Y_I = Y.begin(), Y_end = Y.end();
 1050   for (const auto &I : pieces) {
 1089   for (const auto &I : path)
 1106   for (const auto &I : subPieces)
 1127   for (const auto &I : path)
 1135   for (PathPieces::const_iterator I = begin(), E = end(); I != E; ++I) {
tools/clang/lib/Format/TokenAnnotator.h
   56                                                       E = Line.Tokens.end();
tools/clang/lib/Format/UnwrappedLineParser.cpp
 2451                                                     E = Line.Tokens.end();
 2458                                                     E = Line.Tokens.end();
 2585   for (const UnwrappedLineNode &Node : Line.Tokens) {
tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  275   for (auto I : path) {
  481     for (const auto &Piece : path) {
  662       path.begin(), path.end(), [](const PathDiagnosticPieceRef &p) {
  666       path.begin(), path.end(), [](const PathDiagnosticPieceRef &p) {
  973   for (const auto &subPiece : P.subPieces) {
tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  365   for (PathPieces::const_iterator I = P.path.begin(), E = P.path.end();I!=E;++I)
  383                                   E = P.subPieces.end();
  528   assert(std::is_partitioned(Path.begin(), Path.end(),
  535       Path.begin(), Path.end(), [](const PathDiagnosticPieceRef &E) {
  555   for (PathPieces::const_iterator E = Path.end(); I != E; ++I)
  625       for (const auto &Iter : Path) {
tools/clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
  220   for (const auto &Piece : Pieces) {
tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  146       for (const auto &Piece : PD->path) {
tools/lldb/source/Breakpoint/WatchpointList.cpp
   47   wp_collection::const_iterator pos, end = m_watchpoints.end();
   57     wp_collection::const_iterator pos, end = m_watchpoints.end();
   75     wp_collection::const_iterator pos, end = m_watchpoints.end();
  108                       m_watchpoints.end(),            // Search full range
  116   if (pos != m_watchpoints.end())
  162   wp_collection::const_iterator pos, end = m_watchpoints.end();
  190   wp_collection::const_iterator pos, end = m_watchpoints.end();
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h
  171   iterator end() const { return m_soentries.end(); }
  176   iterator loaded_end() const { return m_added_soentries.end(); }
  181   iterator unloaded_end() const { return m_removed_soentries.end(); }
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
  162   iterator end() const { return m_soentries.end(); }
  167   iterator loaded_end() const { return m_added_soentries.end(); }
  172   iterator unloaded_end() const { return m_removed_soentries.end(); }
tools/polly/include/polly/ScopInfo.h
 2452   const_iterator end() const { return Stmts.end(); }
unittests/ADT/HashingTest.cpp
  144   EXPECT_EQ(arr1_hash, hash_combine_range(list.begin(), list.end()));
usr/include/c++/7.4.0/bits/list.tcc
  189 	      __i = end();
  197 	__i = end();
  285 	  _M_assign_dispatch(__x.begin(), __x.end(), __false_type());
usr/include/c++/7.4.0/bits/range_access.h
   78     end(const _Container& __cont) -> decltype(__cont.end())
usr/include/c++/7.4.0/bits/stl_list.h
  655       { _M_initialize_dispatch(__x.begin(), __x.end(), __false_type()); }
  897       { return const_reverse_iterator(end()); }
 1050 	const_iterator __tmp = end();
utils/TableGen/RegisterInfoEmitter.cpp
  146     for (const auto &RC : RegisterClasses)
  203   for (const auto &RC : RegBank.getRegClasses()) {
 1037   for (const auto &RC : RegisterClasses) {
 1075   for (const auto &RC : RegisterClasses) {
 1184     for (const auto &RC : RegisterClasses) {
 1221   for (const auto &RC : RegisterClasses) {
 1234     for (const auto &RC : RegisterClasses) {
 1278       for (const auto &RC : RegisterClasses) {
 1321     for (const auto &RC : RegisterClasses) {
 1349     for (const auto &RC : RegisterClasses) {
 1364     for (const auto &RC : RegisterClasses) {
 1399     for (const auto &RC : RegisterClasses) {
 1427   for (const auto &RC : RegisterClasses)
 1472     for (const auto &RC : RegisterClasses) {