Home
last modified time | relevance | path

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

/external/llvm/unittests/ADT/
DOptionalTest.cpp180 struct MultiArgConstructor { struct
181 int x, y;
182 MultiArgConstructor(int x, int y) : x(x), y(y) {} in MultiArgConstructor() function
183 explicit MultiArgConstructor(int x, bool positive) in MultiArgConstructor() function
191 static unsigned Destructions;
192 ~MultiArgConstructor() { in ~MultiArgConstructor()
195 static void ResetCounts() { in ResetCounts()