Home
last modified time | relevance | path

Searched defs:Immovable (Results 1 – 4 of 4) 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() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DOptionalTest.cpp328 struct Immovable { struct
329 static unsigned Constructions;
330 static unsigned Destructions;
331 int val;
332 explicit Immovable(int val) : val(val) { in Immovable() function
335 ~Immovable() { in ~Immovable()
338 static void ResetCounts() { in ResetCounts()
DStringMapTest.cpp317 struct Immovable { struct
318 Immovable() {} in Immovable() argument