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

References

include/llvm/CodeGen/LiveInterval.h
  719       T *P;
  722       SingleLinkedListIterator<T>(T *P) : P(P) {}
  724       SingleLinkedListIterator<T> &operator++() {
  728       SingleLinkedListIterator<T> operator++(int) {
  733       bool operator!=(const SingleLinkedListIterator<T> &Other) {
  736       bool operator==(const SingleLinkedListIterator<T> &Other) {
  739       T &operator*() const {
  742       T *operator->() const {