Lines Matching full:initialization
3 // A program that calls for default-initialization or value-initialization of
6 // zero-initialization, default-initialization, and value-initialization.
13 return S(); // expected-note {{in value-initialization of type 'S' here}}
17 : S { // expected-note 2{{in value-initialization of type 'S' here}}
19 T t = T(); // expected-note {{in value-initialization of type 'T' here}}
22 T t[3]; // expected-note {{in value-initialization of type 'T' here}}
24 U u = U(); // expected-note {{in value-initialization of type 'U' here}}
28 // recursively apply the value-initialization checks, but we will emit a