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

References

unittests/ADT/TinyPtrVectorTest.cpp
   68     V2.clear();
   69     appendValues(V2, Values2);
  157   TypeParam Copy2(this->V2);
  160   this->expectValues(this->V2, this->testArray(0));
  174   this->V = this->V2;
  176   this->expectValues(this->V2, this->testArray(0));
  177   this->V = std::move(this->V2);
  181   this->V = this->V2;
  183   this->expectValues(this->V2, this->testArray(0));
  185   this->V = std::move(this->V2);
  189   this->V = this->V2;
  191   this->expectValues(this->V2, this->testArray(0));
  193   this->V = std::move(this->V2);
  197   this->V = this->V2;
  199   this->expectValues(this->V2, this->testArray(0));
  201   this->V = std::move(this->V2);
  205   this->V = this->V2;
  207   this->expectValues(this->V2, this->testArray(1));
  209   this->V = std::move(this->V2);
  213   this->V = this->V2;
  215   this->expectValues(this->V2, this->testArray(2));
  217   this->V = std::move(this->V2);
  221   this->V = this->V2;
  223   this->expectValues(this->V2, this->testArray(42));
  225   this->V = std::move(this->V2);
  229   this->V = this->V2;
  231   this->expectValues(this->V2, this->testArray(1));
  232   this->V = std::move(this->V2);
  236   this->V = this->V2;
  238   this->expectValues(this->V2, this->testArray(2));
  240   this->V = std::move(this->V2);
  244   this->V = this->V2;
  246   this->expectValues(this->V2, this->testArray(42));
  248   this->V = std::move(this->V2);
  252   this->V = this->V2;
  254   this->expectValues(this->V2, this->testArray(1));
  256   this->V = std::move(this->V2);
  260   this->V = this->V2;
  262   this->expectValues(this->V2, this->testArray(2));
  264   this->V = std::move(this->V2);
  268   this->V = this->V2;
  270   this->expectValues(this->V2, this->testArray(42));
  272   this->V = std::move(this->V2);
  276   this->V = this->V2;
  278   this->expectValues(this->V2, this->testArray(1));
  280   this->V = std::move(this->V2);
  284   this->V = this->V2;
  286   this->expectValues(this->V2, this->testArray(2));
  288   this->V = std::move(this->V2);
  292   this->V = this->V2;
  294   this->expectValues(this->V2, this->testArray(42));
  296   this->V = std::move(this->V2);