Lines Matching full:matching
130 B b2{{1, 1.0, 4}, 2, {3, 4}}; // expected-error {{no matching constructor for initialization of 'objects::B'}}
141 ov1({1}); // expected-error {{no matching function}}
163 G g1{1, 2, 3}; // expected-error {{no matching constructor}}
164 (void) new G{1, 2, 3}; // expected-error {{no matching constructor}}
165 (void) G{1, 2, 3} // expected-error {{no matching constructor}}
173 H h1({1, 2}); // expected-error {{no matching constructor}}
174 (void) new H({1, 2}); // expected-error {{no matching constructor}}
176 (void) H({1, 2}); // expected-error {{no matching conversion}}
325 ref_w({1}); // expected-error {{no matching function}}
349 ref_w({1}); // expected-error {{no matching function}}