Searched refs:NonDefaultConstructible (Results 1 – 6 of 6) sorted by relevance
16 struct NonDefaultConstructible { struct20 explicit NonDefaultConstructible(int) { in NonDefaultConstructible() function22 NonDefaultConstructible(const NonDefaultConstructible&) { in NonDefaultConstructible() function25 NonDefaultConstructible &operator=(const NonDefaultConstructible&) { in operator =() argument29 ~NonDefaultConstructible() { in ~NonDefaultConstructible() argument39 unsigned NonDefaultConstructible::CopyConstructions = 0;40 unsigned NonDefaultConstructible::Destructions = 0;41 unsigned NonDefaultConstructible::CopyAssignments = 0;48 Optional<NonDefaultConstructible> O; in TEST_F()53 NonDefaultConstructible::ResetCounts(); in TEST_F()[all …]
3 struct NonDefaultConstructible { struct4 NonDefaultConstructible(const NonDefaultConstructible&); // expected-note{{candidate constructor}}17 NonDefaultConstructible X<NonDefaultConstructible, long>::member;19 NonDefaultConstructible &test(bool b) { in test()20 return b? X<NonDefaultConstructible, int>::member // expected-note{{instantiation}} in test()21 : X<NonDefaultConstructible, long>::member; in test()
9 struct NonDefaultConstructible { struct10 NonDefaultConstructible(int);22 template<> void f0(NonDefaultConstructible) { } in f0() argument24 void test_f0(NonDefaultConstructible NDC) { in test_f0()67 NonDefaultConstructible X0<NonDefaultConstructible>::member = 17;69 NonDefaultConstructible &get_static_member() { in get_static_member()70 return X0<NonDefaultConstructible>::member; in get_static_member()
9 struct NonDefaultConstructible { struct10 NonDefaultConstructible(int);23 template<> void f0(NonDefaultConstructible) { } in f0() argument25 void test_f0(NonDefaultConstructible NDC) { in test_f0()115 NonDefaultConstructible X0<NonDefaultConstructible>::member;124 NonDefaultConstructible &get_static_member() { in get_static_member()125 return N0::X0<NonDefaultConstructible>::member; in get_static_member()
9 struct NonDefaultConstructible { struct10 NonDefaultConstructible(int);25 template<> void f0(NonDefaultConstructible) { } in f0() argument27 void test_f0(NonDefaultConstructible NDC) { in test_f0()154 NonDefaultConstructible X0<NonDefaultConstructible>::member;163 NonDefaultConstructible &get_static_member() { in get_static_member()164 return N0::X0<NonDefaultConstructible>::member; in get_static_member()
51 struct NonDefaultConstructible { // expected-note{{candidate constructor (the implicit copy constru… struct52 NonDefaultConstructible(int); // expected-note{{candidate constructor}}86 NonDefaultConstructible X2<NonDefaultConstructible, int>::static_member1;89 …NonDefaultConstructible X2<int, NonDefaultConstructible>::static_member2; // expected-note{{instan…