Lines Matching full:variable
7 int x; // expected-note {{variable}}
19 int x; // expected-note {{variable}}
31 int x; // expected-note {{variable}}
47 int x; // expected-note {{variable}}
62 int x; // expected-note {{variable}}
78 int x; // expected-note {{variable}}
95 int x; // expected-note {{variable}}
113 int x; // expected-note {{variable}}
148 int x; // expected-note {{variable}}
149 for (int &a : arr) { // expected-warning {{variable 'x' is used uninitialized whenever 'for' loop is entered}}
162 int x; // expected-note {{variable}}
175 int x; // expected-note {{variable}}
188 int x; // expected-note {{variable}}
200 int x; // expected-note {{variable}}
214 int x; // expected-note {{variable}}
228 int x; // expected-note {{variable}}
240 int x; // expected-note {{variable}}
256 int x; // expected-note {{variable}}
314 int x; // expected-note {{variable}}
363 int x; // expected-note {{variable}} expected-warning {{used uninitialized whenever function 'test_null_pred_succ' is called}}
375 int x; // expected-note {{variable}}
376 if (b) { // expected-warning {{variable 'x' is used uninitialized whenever 'if' condition is true}} expected-note {{remove}}
391 int x; // expected-note {{variable}} expected-warning {{used uninitialized whenever function 'test_jump_init'}}
397 int x; // expected-note {{variable}} expected-warning {{used uninitialized whenever function 'PR16054}}
405 int k; // expected-warning {{variable 'k' is used uninitialized whenever its declaration is reached}} expected-note {{variable}}
412 // FIXME: We should warn here, because the variable is used uninitialized
421 // FIXME: We should warn here, because the variable is used uninitialized