Searched refs:getNumMoveConstructorCalls (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/ADT/
H A DSmallVectorTest.cpp101 static int getNumMoveConstructorCalls() { function in class:__anon12714::Constructable
314 size_t MoveCtors = Constructable::getNumMoveConstructorCalls();
511 EXPECT_TRUE(Constructable::getNumMoveConstructorCalls() == 2 ||
512 Constructable::getNumMoveConstructorCalls() == 6);
533 EXPECT_TRUE(Constructable::getNumMoveConstructorCalls() == 0 ||
534 Constructable::getNumMoveConstructorCalls() == 4);
572 EXPECT_TRUE(Constructable::getNumMoveConstructorCalls() == 2 ||
573 Constructable::getNumMoveConstructorCalls() == 5);
600 EXPECT_TRUE(Constructable::getNumMoveConstructorCalls() == 0 ||
601 Constructable::getNumMoveConstructorCalls()
[all...]

Completed in 185 milliseconds