Searched refs:NonAggr1 (Results 1 – 2 of 2) sorted by relevance
9 struct NonAggr1 { // expected-note 2 {{candidate constructor}} struct10 NonAggr1(int, int) { } // expected-note {{candidate constructor}} in NonAggr1() function29 NonAggr1 na1 = { 17 }; // expected-error{{no matching constructor for initialization of 'NonAggr1'}} argument
8 struct NonAggr1 { // expected-note 2 {{candidate constructor}} struct9 NonAggr1(int, int) { } // expected-note {{candidate constructor}} in NonAggr1() argument28 NonAggr1 na1 = { 17 }; // expected-error{{no matching constructor for initialization of 'NonAggr1'}} argument