Searched defs:NonDefaultConstructible (Results 1 – 6 of 6) sorted by relevance
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() argument25 NonDefaultConstructible &operator=(const NonDefaultConstructible&) { in operator =()29 ~NonDefaultConstructible() { in ~NonDefaultConstructible()32 static void ResetCounts() { in ResetCounts()
9 struct NonDefaultConstructible { struct22 template<> void f0(NonDefaultConstructible) { } in f0() argument
3 struct NonDefaultConstructible { struct
9 struct NonDefaultConstructible { struct23 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