Lines Matching full:when
29 …const_ref_use(i); // expected-warning {{variable 'i' is uninitialized when passed as a… in f()
30 …ariable 'j' is uninitialized when used within its own initialization}} expected-warning {{variable… in f()
31 …A a1 = const_ref_use_A(a1); // expected-warning {{variable 'a1' is uninitialized when passed as … in f()
32 …int k = const_use(k); // expected-warning {{variable 'k' is uninitialized when used within… in f()
33 …A a2 = const_use_A(a2); // expected-warning {{variable 'a2' is uninitialized when used withi… in f()
34 …A a3(const_ref_use_A(a3)); // expected-warning {{variable 'a3' is uninitialized when passed as … in f()
35 …iable 'a4' is uninitialized when used within its own initialization}} expected-warning {{variable … in f()
36 …int n = n; // expected-warning {{variable 'n' is uninitialized when used within… in f()
50 …dont_ignore_non_empty(l); // expected-warning {{variable 'l' is uninitialized when passed as a con… in f()
52 …dont_ignore_block(l1); // expected-warning {{variable 'l1' is uninitialized when passed as a const… in f()
54 …maybe_who_knows(l2); // expected-warning {{variable 'l2' is uninitialized when passed as a const r… in f()