Home | History | Annotate | Download | only in diagnostics

Lines Matching refs: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>&apos;xx&apos; declared without an initial value</string>
98 // CHECK-NEXT: <string>&apos;xx&apos; declared without an initial value</string>