Home
last modified time | relevance | path

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

/external/llvm/unittests/ADT/
DOptionalTest.cpp328 static unsigned Constructions; member
332 ++Constructions; in Immovable()
338 Constructions = 0; in ResetCounts()
346 unsigned Immovable::Constructions = 0; member in __anonbc7c359b0111::Immovable
355 EXPECT_EQ(1u, Immovable::Constructions); in TEST_F()