Home | History | Annotate | Download | only in TestCases

Lines Matching refs:BBB

23   char AAA[10], BBB[10], CCC[10];
25 memset(BBB, 0, sizeof(BBB));
29 printf("AAA: %p\ny: %p\nz: %p\np: %p\n", AAA, BBB, CCC, p);
30 // make sure BBB and CCC are not removed;
31 return *(short*)(p) + BBB[argc % 2] + CCC[argc % 2];
37 // CHECK-30: 'BBB' <== {{.*}}underflows this variable
38 // CHECK-31: 'BBB' <== {{.*}}partially underflows this variable
39 // CHECK-41: 'BBB' <== {{.*}}partially overflows this variable
40 // CHECK-42: 'BBB' <== {{.*}}overflows this variable