Home
last modified time | relevance | path

Searched defs:Immovable (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/ADT/
DOptionalTest.cpp327 struct Immovable { struct
328 static unsigned Constructions;
329 static unsigned Destructions;
330 int val;
331 explicit Immovable(int val) : val(val) { in Immovable() function
334 ~Immovable() { in ~Immovable()
337 static void ResetCounts() { in ResetCounts()
DStringMapTest.cpp287 struct Immovable { struct
288 Immovable() {} in Immovable() function