Searched defs:NonAggr4 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
H A Dp1-0x.cpp49 struct NonAggr4 { // expected-note 3 {{candidate constructor}} struct
53 NonAggr4 na4 = { 42 }; // expected-error {{no matching constructor for initialization of 'NonAggr4'}}
/external/clang/test/SemaCXX/
H A Daggregate-initialization.cpp22 struct NonAggr4 { // expected-note 3 {{candidate constructor}} struct
30 NonAggr4 na4 = { 17 }; // expected-error{{no matching constructor for initialization of 'NonAggr4'}}

Completed in 926 milliseconds