Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSmallVectorTest.cpp29 static int numMoveConstructorCalls; member in __anon4a72bbf00111::Constructable
58 ++numMoveConstructorCalls; in Constructable()
90 numMoveConstructorCalls = 0; in reset()
103 return numMoveConstructorCalls; in getNumMoveConstructorCalls()
154 int Constructable::numMoveConstructorCalls; member in __anon4a72bbf00111::Constructable