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

References

lib/CodeGen/MIRParser/MIRParser.cpp
  899        L != E; ++L) {
lib/DebugInfo/Symbolize/DIPrinter.cpp
   50        !I.is_at_eof() && I.line_number() <= LastLine; ++I) {
lib/ProfileData/InstrProfReader.cpp
  171   ++Line;
  249     ++Line;
lib/ProfileData/SampleProfReader.cpp
  200   for (; !LineIt.is_at_eof(); ++LineIt) {
lib/Support/SymbolRemappingReader.cpp
   35   for (; !LineIt.is_at_eof(); ++LineIt) {
lib/Support/YAMLTraits.cpp
  717   for (line_iterator Lines(*Buffer, false); !Lines.is_at_end(); ++Lines) {
lib/Target/BPF/BTFDebug.cpp
  687     for (line_iterator I(*Buf, false), E; I != E; ++I)
lib/Transforms/IPO/Internalize.cpp
   82     for (line_iterator I(*Buf->get(), true), E; I != E; ++I)
tools/clang/lib/StaticAnalyzer/Core/IssueHash.cpp
  128   for (; !LI.is_at_eof() && LI.line_number() != Line; ++LI)
tools/clang/tools/extra/clangd/SourceCode.cpp
 1030     ++LHSIt;
 1031     ++RHSIt;
 1040     ++LHSIt;
 1045     ++RHSIt;
tools/llvm-ar/llvm-ar.cpp
 1005   for (line_iterator I(Ref, /*SkipBlanks*/ false), E; I != E; ++I) {
tools/llvm-cov/SourceCoverageView.cpp
  207        ++LI, ++LCI) {
tools/llvm-cxxmap/llvm-cxxmap.cpp
   89        !LineIt.is_at_eof(); ++LineIt) {
  111        !LineIt.is_at_eof(); ++LineIt) {
tools/llvm-opt-report/OptReport.cpp
  295     for (line_iterator LI(*Buf.get(), false); LI != line_iterator(); ++LI)
  300     for (line_iterator LI(*Buf.get(), false); LI != line_iterator(); ++LI) {
tools/llvm-profdata/llvm-profdata.cpp
  154          !LineIt.is_at_eof(); ++LineIt) {
unittests/Support/LineIteratorTest.cpp
   30   ++I;
   33   ++I;
   36   ++I;
   59   ++I;
   62   ++I;
   65   ++I;
   89   ++I;
   92   ++I;
   95   ++I;
   98   ++I;
  101   ++I;
  122   ++I;
  125   ++I;
  144   ++I;
  147   ++I;
  150   ++I;
  153   ++I;
  156   ++I;
  159   ++I;
  162   ++I;
usr/include/c++/7.4.0/bits/stl_iterator_base_funcs.h
   89 	  ++__first;
usr/include/c++/7.4.0/bits/stl_uninitialized.h
   82 	      for (; __first != __last; ++__first, (void)++__cur)