Home | History | Annotate | Download | only in TestCases

Lines Matching refs:AAA

23   char AAA[10], BBB[10], CCC[10];
24 memset(AAA, 0, sizeof(AAA));
28 char *p = AAA + idx;
29 printf("AAA: %p\ny: %p\nz: %p\np: %p\n", AAA, BBB, CCC, p);
33 // CHECK-m2: 'AAA' <== {{.*}}underflows this variable
34 // CHECK-m1: 'AAA' <== {{.*}}partially underflows this variable
35 // CHECK-9: 'AAA' <== {{.*}}partially overflows this variable
36 // CHECK-10: 'AAA' <== {{.*}}overflows this variable