Home | History | Annotate | Download | only in Parser

Lines Matching refs:Length

6 void test(int *List, int Length) {
10 while (i + 1 < Length) {
15 while (i < Length) {
20 while (i - 1 < Length) {
25 while (i - 2 < Length) {
32 while (i-6 < Length) {
37 while (i-7 < Length) {
47 while (i-8 < Length) {
52 /* expected-error {{expected a for, while, or do-while loop to follow '#pragma unroll'}} */ int j = Length;
54 /* expected-error {{expected a for, while, or do-while loop to follow '#pragma unroll'}} */ int k = Length;
56 /* expected-error {{expected a for, while, or do-while loop to follow '#pragma nounroll'}} */ int l = Length;
60 while (i-10 < Length) {
66 while (i-11 < Length) {
72 while (i-11 < Length) {
78 while (i-11 < Length) {
84 while (i-12 < Length) {
90 while (i-13 < Length) {
96 while (i-14 < Length) {
102 while (i-15 < Length) {
108 while (i-16 < Length) {