Searched defs:NonDefaultConstructible (Results 1 – 11 of 11) sorted by relevance
32 struct NonDefaultConstructible { struct33 constexpr NonDefaultConstructible() { in NonDefaultConstructible() argument37 explicit constexpr NonDefaultConstructible(int) {} in NonDefaultConstructible() function
16 struct NonDefaultConstructible { struct17 static unsigned CopyConstructions;18 static unsigned Destructions;19 static unsigned CopyAssignments;20 explicit NonDefaultConstructible(int) { in NonDefaultConstructible() argument22 NonDefaultConstructible(const NonDefaultConstructible&) { in NonDefaultConstructible() function25 NonDefaultConstructible &operator=(const NonDefaultConstructible&) { in operator =()29 ~NonDefaultConstructible() { in ~NonDefaultConstructible()32 static void ResetCounts() { in ResetCounts()
44 class NonDefaultConstructible { class46 explicit NonDefaultConstructible(int /* dummy */) {} in NonDefaultConstructible() function in __anon57b3c76b0111::NonDefaultConstructible
142 class NonDefaultConstructible { class144 explicit NonDefaultConstructible(int /* dummy */) {} in NonDefaultConstructible() function in __anon79c6950e0111::NonDefaultConstructible
34 struct NonDefaultConstructible { struct35 constexpr NonDefaultConstructible(int) {} in NonDefaultConstructible() function
17 struct NonDefaultConstructible { struct18 static unsigned CopyConstructions;19 static unsigned Destructions;20 static unsigned CopyAssignments;21 explicit NonDefaultConstructible(int) { in NonDefaultConstructible() argument23 NonDefaultConstructible(const NonDefaultConstructible&) { in NonDefaultConstructible() argument26 NonDefaultConstructible &operator=(const NonDefaultConstructible&) { in operator =()30 ~NonDefaultConstructible() { in ~NonDefaultConstructible()33 static void ResetCounts() { in ResetCounts()
9 struct NonDefaultConstructible { struct22 template<> void f0(NonDefaultConstructible) { } in f0() argument
3 struct NonDefaultConstructible { struct
12 struct NonDefaultConstructible { struct29 template<> void f0(NonDefaultConstructible) { } in f0() argument
9 struct NonDefaultConstructible { struct25 template<> void f0(NonDefaultConstructible) { } in f0() argument
53 struct NonDefaultConstructible { // expected-note{{candidate constructor (the implicit copy constru… struct