Home
last modified time | relevance | path

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

/external/llvm/unittests/ADT/
DOptionalTest.cpp219 static unsigned MoveConstructions; member
227 ++MoveConstructions; in MoveOnly()
238 MoveConstructions = 0; in ResetCounts()
244 unsigned MoveOnly::MoveConstructions = 0; member in __anonbc7c359b0111::MoveOnly
251 EXPECT_EQ(0u, MoveOnly::MoveConstructions); in TEST_F()
261 EXPECT_EQ(1u, MoveOnly::MoveConstructions); in TEST_F()
273 EXPECT_EQ(1u, MoveOnly::MoveConstructions); in TEST_F()
284 EXPECT_EQ(1u, MoveOnly::MoveConstructions); in TEST_F()
297 EXPECT_EQ(1u, MoveOnly::MoveConstructions); in TEST_F()
309 EXPECT_EQ(0u, MoveOnly::MoveConstructions); in TEST_F()
[all …]