Home
last modified time | relevance | path

Searched refs:numMoveConstructorCalls (Results 1 – 1 of 1) sorted by relevance

/external/llvm/unittests/ADT/
DSmallVectorTest.cpp30 static int numMoveConstructorCalls; member in __anon2392e2010111::Constructable
58 ++numMoveConstructorCalls; in Constructable()
89 numMoveConstructorCalls = 0; in reset()
102 return numMoveConstructorCalls; in getNumMoveConstructorCalls()
137 int Constructable::numMoveConstructorCalls; member in __anon2392e2010111::Constructable