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

References

unittests/ADT/SmallVectorTest.cpp
  329   size_t MoveCtors = Constructable::getNumMoveConstructorCalls();
  574   EXPECT_TRUE(Constructable::getNumMoveConstructorCalls() == 2 ||
  575               Constructable::getNumMoveConstructorCalls() == 6);
  605   EXPECT_TRUE(Constructable::getNumMoveConstructorCalls() == 0 ||
  606               Constructable::getNumMoveConstructorCalls() == 4);
  644   EXPECT_TRUE(Constructable::getNumMoveConstructorCalls() == 2 ||
  645               Constructable::getNumMoveConstructorCalls() == 5);
  672   EXPECT_TRUE(Constructable::getNumMoveConstructorCalls() == 0 ||
  673               Constructable::getNumMoveConstructorCalls() == 3);