Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DOptionalTest.cpp218 struct MultiArgConstructor { struct
219 int x, y;
220 MultiArgConstructor(int x, int y) : x(x), y(y) {} in MultiArgConstructor() function
221 explicit MultiArgConstructor(int x, bool positive) in MultiArgConstructor() argument
234 static unsigned Destructions;
235 ~MultiArgConstructor() { in ~MultiArgConstructor()
238 static void ResetCounts() { in ResetCounts()