Lines Matching refs:List

7 void test_nontype_template_param(int *List, int Length) {  in test_nontype_template_param()  argument
10 List[i] = i; in test_nontype_template_param()
15 List[i] = i; in test_nontype_template_param()
20 void test_nontype_template_vectorize(int *List, int Length) { in test_nontype_template_vectorize() argument
23 List[i] = i; in test_nontype_template_vectorize()
28 List[i] += i; in test_nontype_template_vectorize()
33 void test_nontype_template_interleave(int *List, int Length) { in test_nontype_template_interleave() argument
36 List[i] = i; in test_nontype_template_interleave()
41 List[i] = i; in test_nontype_template_interleave()
46 void test_nontype_template_char(int *List, int Length) { in test_nontype_template_char() argument
49 List[i] = i; in test_nontype_template_char()
54 void test_nontype_template_bool(int *List, int Length) { in test_nontype_template_bool() argument
57 List[i] = i; in test_nontype_template_bool()
62 void test_nontype_template_badarg(int *List, int Length) { in test_nontype_template_badarg() argument
67 List[i] = i; in test_nontype_template_badarg()
72 void test_type_template_vectorize(int *List, int Length) { in test_type_template_vectorize() argument
76 List[i] = i; in test_type_template_vectorize()
81 List[i] = i; in test_type_template_vectorize()
85 void test(int *List, int Length) { in test() argument
93 List[i] = i; in test()
100 List[i] = i; in test()
108 List[i] = i; in test()
113 List[i] = i; in test()
118 List[i] = i; in test()
124 VList[j] = List[j]; in test()
129 VList[j] = List[j]; in test()
134 VList[j] = List[j]; in test()
137 test_nontype_template_param<4, 8>(List, Length); in test()
166 List[i] = i; in test()
176 List[i] = i; 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 … of function template specialization}} */ test_nontype_template_char<'A'>(List, Length); // Loop h… in test()
185 …of function template specialization}} */ test_nontype_template_bool<true>(List, Length); // Or a … in test()
186 …f function template specialization}} */ test_type_template_vectorize<int>(List, Length); // Or a t… in test()
192 List[i] = i; in test()
210 List[i] = i; in test()
218 List[i] = i; in test()
231 List[i] = i; in test()
236 List[0] = List[1]; in test()
239 List[j] = j; in test()
254 List[i] = i; in test()
269 List[i] = i; in test()
279 List[i] = i; in test()
289 List[i] = i; in test()
295 List[i] = i; in test()