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

References

include/llvm/ADT/SparseBitVector.h
  753       if (Iter1 == Elements.end())
  756       if (Iter1->index() > Iter2->index()) {
  758       } else if (Iter1->index() == Iter2->index()) {
  759         if (Iter1->intersects(*Iter2))
  761         ++Iter1;
  764         ++Iter1;