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
65 for (int i = 0; i < Length; i++) { in test_nontype_template_badarg()
71 void test_type_template_vectorize(int *List, int Length) { in test_type_template_vectorize() argument
74 for (int i = 0; i < Length; i++) { in test_type_template_vectorize()
79 void test(int *List, int Length) { in test() argument
85 while (i + 1 < Length) { in test()
92 while (i < Length) { in test()
99 while (i - 1 < Length) { in test()
104 while (i - 2 < Length) { in test()
109 while (i - 3 < Length) { in test()
113 int VList[Length]; in test()
129 test_nontype_template_param<4, 8>(List, Length); in test()
155 while (i-4 < Length) { in test()
165 while (i-5 < Length) { in test()
169 test_nontype_template_vectorize<4>(List, Length); in test()
170 …tiation of function template specialization}} */ test_nontype_template_vectorize<-1>(List, Length); in test()
171 test_nontype_template_interleave<8>(List, Length); in test()
172 …iation of function template specialization}} */ test_nontype_template_interleave<-1>(List, Length); in test()
174 …ction template specialization}} */ test_nontype_template_char<'A'>(List, Length); // Loop hint arg… in test()
175 …unction template specialization}} */ test_nontype_template_bool<true>(List, Length); // Or a bool. in test()
176 …ion template specialization}} */ test_type_template_vectorize<int>(List, Length); // Or a template… in test()
181 while (i-6 < Length) { in test()
196 while (i-6 < Length) { in test()
204 while (i-7 < Length) { in test()
217 while (i-8 < Length) { in test()
222 …error {{expected a for, while, or do-while loop to follow '#pragma clang loop'}} */ int j = Length; in test()
225 while (j-1 < Length) { in test()
240 while (i-8 < Length) { in test()
252 while (i-9 < Length) { in test()
262 while (i-10 < Length) { in test()
272 while (i-11 < Length) { in test()
279 while (i-11 < Length) { in test()