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

References

unittests/ADT/SmallVectorTest.cpp
  775     this->otherVector.push_back(Constructable(I));
  777   const Constructable *OrigDataPtr = this->otherVector.data();
  781     std::move(static_cast<SmallVectorImpl<Constructable>&>(this->otherVector));
  788   this->otherVector.clear();
  794   EXPECT_TRUE(this->NumBuiltinElts(this->otherVector) == 4 ||