Home
last modified time | relevance | path

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

/external/llvm/unittests/ADT/
DSmallVectorTest.cpp30 static int numMoveConstructorCalls; member in __anon27179be20111::Constructable
58 ++numMoveConstructorCalls; in Constructable()
89 numMoveConstructorCalls = 0; in reset()
102 return numMoveConstructorCalls; in getNumMoveConstructorCalls()
137 int Constructable::numMoveConstructorCalls; member in __anon27179be20111::Constructable
/external/llvm-project/llvm/unittests/ADT/
DSmallVectorTest.cpp29 static int numMoveConstructorCalls; member in __anonec5547b00111::Constructable
57 ++numMoveConstructorCalls; in Constructable()
88 numMoveConstructorCalls = 0; in reset()
101 return numMoveConstructorCalls; in getNumMoveConstructorCalls()
136 int Constructable::numMoveConstructorCalls; member in __anonec5547b00111::Constructable