Home | History | Annotate | Download | only in Analysis

Lines Matching refs:index

8     int index = 0;
9 for (index = 0; index < 2; index++) {
10 int thing = (int []){0, 1}[index];
17 int index = 0;
18 for (index = 0; index < 3; index++) {
19 int thing = (int [][3]){{0,0,0}, {1,1,1}, {2,2,2}}[index][index];