Home
last modified time | relevance | path

Searched refs:NonDefaultConstructible (Results 1 – 6 of 6) sorted by relevance

/external/llvm/unittests/ADT/
DOptionalTest.cpp16 struct NonDefaultConstructible { struct
20 explicit NonDefaultConstructible(int) { in NonDefaultConstructible() function
22 NonDefaultConstructible(const NonDefaultConstructible&) { in NonDefaultConstructible() function
25 NonDefaultConstructible &operator=(const NonDefaultConstructible&) { in operator =() argument
29 ~NonDefaultConstructible() { in ~NonDefaultConstructible() argument
39 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 …]
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp15.cpp3 struct NonDefaultConstructible { struct
4 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()
Dp1.cpp9 struct NonDefaultConstructible { struct
10 NonDefaultConstructible(int);
22 template<> void f0(NonDefaultConstructible) { } in f0() argument
24 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()
Dp2.cpp9 struct NonDefaultConstructible { struct
10 NonDefaultConstructible(int);
23 template<> void f0(NonDefaultConstructible) { } in f0() argument
25 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()
Dp2-0x.cpp9 struct NonDefaultConstructible { struct
10 NonDefaultConstructible(int);
25 template<> void f0(NonDefaultConstructible) { } in f0() argument
27 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()
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp1.cpp51 struct NonDefaultConstructible { // expected-note{{candidate constructor (the implicit copy constru… struct
52 NonDefaultConstructible(int); // expected-note{{candidate constructor}}
86 NonDefaultConstructible X2<NonDefaultConstructible, int>::static_member1;
89NonDefaultConstructible X2<int, NonDefaultConstructible>::static_member2; // expected-note{{instan…