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

References

include/llvm/ADT/SmallVector.h
  709   if (this == &RHS) return *this;
  713   size_t RHSSize = RHS.size();
  719       NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
  719       NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
  742     std::copy(RHS.begin(), RHS.begin()+CurSize, this->begin());
  742     std::copy(RHS.begin(), RHS.begin()+CurSize, this->begin());
  746   this->uninitialized_copy(RHS.begin()+CurSize, RHS.end(),
  746   this->uninitialized_copy(RHS.begin()+CurSize, RHS.end(),