Lines Matching defs:xx
20 int xx; //expected-note {{'xx' declared without an initial value}}
21 int *y = &xx;
26 return xx+3; //expected-warning{{The left operand of '+' is a garbage value}}
96 // CHECK-NEXT: <string>'xx' declared without an initial value</string>
98 // CHECK-NEXT: <string>'xx' declared without an initial value</string>