Searched refs:MoveConstructions (Results 1 – 2 of 2) sorted by relevance
/external/llvm/unittests/ADT/ |
D | OptionalTest.cpp | 219 static unsigned MoveConstructions; member 227 ++MoveConstructions; in MoveOnly() 238 MoveConstructions = 0; in ResetCounts() 244 unsigned MoveOnly::MoveConstructions = 0; member in __anon9733531c0111::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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | OptionalTest.cpp | 220 static unsigned MoveConstructions; member 228 ++MoveConstructions; in MoveOnly() 239 MoveConstructions = 0; in ResetCounts() 245 unsigned MoveOnly::MoveConstructions = 0; member in __anon239a63540111::MoveOnly 252 EXPECT_EQ(0u, MoveOnly::MoveConstructions); in TEST_F() 262 EXPECT_EQ(1u, MoveOnly::MoveConstructions); in TEST_F() 274 EXPECT_EQ(1u, MoveOnly::MoveConstructions); in TEST_F() 285 EXPECT_EQ(1u, MoveOnly::MoveConstructions); in TEST_F() 298 EXPECT_EQ(1u, MoveOnly::MoveConstructions); in TEST_F() 310 EXPECT_EQ(0u, MoveOnly::MoveConstructions); in TEST_F() [all …]
|