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

References

lib/CodeGen/EarlyIfConversion.cpp
  437   MachineBasicBlock *Succ0 = Head->succ_begin()[0];
  438   MachineBasicBlock *Succ1 = Head->succ_begin()[1];
  447   Tail = Succ0->succ_begin()[0];
  453         Succ1->succ_begin()[0] != Tail)
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  925          Row.Address.Address < LastRow[-1].Address.Address);
lib/DebugInfo/GSYM/Range.cpp
   29     Range.End = std::max(Range.End, It2[-1].End);
   32   if (It != Ranges.begin() && Range.Start < It[-1].End)
   33     It[-1].End = std::max(It[-1].End, Range.End);
   33     It[-1].End = std::max(It[-1].End, Range.End);
   42   return It != Ranges.begin() && Addr < It[-1].End;
   53   return Range.End <= It[-1].End;
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
   97       *J++ = I[-1];
lib/Target/AArch64/AArch64ConditionalCompares.cpp
  444   MachineBasicBlock *Succ0 = Head->succ_begin()[0];
  445   MachineBasicBlock *Succ1 = Head->succ_begin()[1];
tools/clang/lib/Serialization/ASTReader.cpp
 9912       IdentifierInfo *II = PendingMacroIDs.begin()[I].first;
 9914       GlobalIDs.swap(PendingMacroIDs.begin()[I].second);
tools/clang/tools/libclang/CXStoredDiagnostic.cpp
   90                               Diag.range_begin()[Range]);
  101   const FixItHint &Hint = Diag.fixit_begin()[FixIt];
tools/lld/ELF/InputSection.cpp
 1291   return &it[-1];
tools/llvm-dwp/llvm-dwp.cpp
  311       assert(S != IndexEntries.begin()[Buckets[H] - 1].first &&
  327     Out.EmitIntValue(I ? IndexEntries.begin()[I - 1].first : 0, 8);