Lines Matching refs:Length

7 void test_nontype_template_param(int *List, int Length) {  in test_nontype_template_param()  argument
9 for (int i = 0; i < Length; i++) { in test_nontype_template_param()
14 for (int i = 0; i < Length; i++) { in test_nontype_template_param()
20 void test_nontype_template_vectorize(int *List, int Length) { in test_nontype_template_vectorize() argument
22 for (int i = 0; i < Length; i++) { in test_nontype_template_vectorize()
27 for (int i = 0; i < Length; i++) { in test_nontype_template_vectorize()
33 void test_nontype_template_interleave(int *List, int Length) { in test_nontype_template_interleave() argument
35 for (int i = 0; i < Length; i++) { in test_nontype_template_interleave()
40 for (int i = 0; i < Length; i++) { in test_nontype_template_interleave()
46 void test_nontype_template_char(int *List, int Length) { in test_nontype_template_char() argument
48 for (int i = 0; i < Length; i++) { in test_nontype_template_char()
54 void test_nontype_template_bool(int *List, int Length) { in test_nontype_template_bool() argument
56 for (int i = 0; i < Length; i++) { in test_nontype_template_bool()
62 void test_nontype_template_badarg(int *List, int Length) { in test_nontype_template_badarg() argument
66 for (int i = 0; i < Length; i++) { in test_nontype_template_badarg()
72 void test_type_template_vectorize(int *List, int Length) { in test_type_template_vectorize() argument
75 for (int i = 0; i < Length; i++) { in test_type_template_vectorize()
80 for (int i = 0; i < Length; i++) { in test_type_template_vectorize()
85 void test(int *List, int Length) { in test() argument
92 while (i + 1 < Length) { in test()
99 while (i < Length) { in test()
107 while (i - 1 < Length) { in test()
112 while (i - 2 < Length) { in test()
117 while (i - 3 < Length) { in test()
121 int VList[Length]; in test()
137 test_nontype_template_param<4, 8>(List, Length); in test()
165 while (i-4 < Length) { in test()
175 while (i-5 < Length) { in test()
179 test_nontype_template_vectorize<4>(List, Length); in test()
180 …tiation of function template specialization}} */ test_nontype_template_vectorize<-1>(List, Length); in test()
181 test_nontype_template_interleave<8>(List, Length); in test()
182 …iation of function template specialization}} */ test_nontype_template_interleave<-1>(List, Length); in test()
184 …ction template specialization}} */ test_nontype_template_char<'A'>(List, Length); // Loop hint arg… in test()
185 …unction template specialization}} */ test_nontype_template_bool<true>(List, Length); // Or a bool. in test()
186 …ion template specialization}} */ test_type_template_vectorize<int>(List, Length); // Or a template… in test()
191 while (i-6 < Length) { in test()
209 while (i-6 < Length) { in test()
217 while (i-7 < Length) { in test()
230 while (i-8 < Length) { in test()
235 …error {{expected a for, while, or do-while loop to follow '#pragma clang loop'}} */ int j = Length; in test()
238 while (j-1 < Length) { in test()
253 while (i-8 < Length) { in test()
268 while (i-9 < Length) { in test()
278 while (i-10 < Length) { in test()
288 while (i-11 < Length) { in test()
294 while (i-11 < Length) { in test()