Lines Matching defs:testArray

54   ArrayRef<PtrT> testArray(size_t N) {
87 this->expectValues(this->V, this->testArray(0));
92 this->expectValues(this->V, this->testArray(1));
94 this->expectValues(this->V, this->testArray(2));
96 this->expectValues(this->V, this->testArray(3));
98 this->expectValues(this->V, this->testArray(4));
100 this->expectValues(this->V, this->testArray(5));
104 this->expectValues(this->V, this->testArray(4));
106 this->expectValues(this->V, this->testArray(3));
110 this->expectValues(this->V, this->testArray(4));
112 this->expectValues(this->V, this->testArray(5));
115 this->expectValues(this->V, this->testArray(4));
117 this->expectValues(this->V, this->testArray(3));
119 this->expectValues(this->V, this->testArray(2));
121 this->expectValues(this->V, this->testArray(1));
123 this->expectValues(this->V, this->testArray(0));
125 this->appendValues(this->V, this->testArray(42));
126 this->expectValues(this->V, this->testArray(42));
130 this->expectValues(this->V, this->testArray(0));
132 this->expectValues(this->V, this->testArray(0));
134 this->appendValues(this->V, this->testArray(1));
135 this->expectValues(this->V, this->testArray(1));
137 this->expectValues(this->V, this->testArray(0));
139 this->appendValues(this->V, this->testArray(42));
140 this->expectValues(this->V, this->testArray(42));
142 this->expectValues(this->V, this->testArray(0));
146 this->appendValues(this->V, this->testArray(42));
148 this->expectValues(Copy, this->testArray(42));
152 this->expectValues(Copy, this->testArray(0));
153 this->expectValues(this->V, this->testArray(42));
156 this->appendValues(Copy2, this->testArray(42));
157 this->expectValues(Copy2, this->testArray(42));
158 this->expectValues(this->V2, this->testArray(0));
161 this->expectValues(Move, this->testArray(42));
162 this->expectValues(Copy2, this->testArray(0));
167 this->expectValues(this->V, this->testArray(0));
168 this->expectValues(this->V2, this->testArray(0));
170 this->expectValues(this->V, this->testArray(0));
172 this->setVectors(this->testArray(1), this->testArray(0));
174 this->expectValues(this->V, this->testArray(0));
175 this->expectValues(this->V2, this->testArray(0));
176 this->setVectors(this->testArray(1), this->testArray(0));
178 this->expectValues(this->V, this->testArray(0));
180 this->setVectors(this->testArray(2), this->testArray(0));
182 this->expectValues(this->V, this->testArray(0));
183 this->expectValues(this->V2, this->testArray(0));
184 this->setVectors(this->testArray(2), this->testArray(0));
186 this->expectValues(this->V, this->testArray(0));
188 this->setVectors(this->testArray(42), this->testArray(0));
190 this->expectValues(this->V, this->testArray(0));
191 this->expectValues(this->V2, this->testArray(0));
192 this->setVectors(this->testArray(42), this->testArray(0));
194 this->expectValues(this->V, this->testArray(0));
196 this->setVectors(this->testArray(0), this->testArray(1));
198 this->expectValues(this->V, this->testArray(1));
199 this->expectValues(this->V2, this->testArray(1));
200 this->setVectors(this->testArray(0), this->testArray(1));
202 this->expectValues(this->V, this->testArray(1));
204 this->setVectors(this->testArray(0), this->testArray(2));
206 this->expectValues(this->V, this->testArray(2));
207 this->expectValues(this->V2, this->testArray(2));
208 this->setVectors(this->testArray(0), this->testArray(2));
210 this->expectValues(this->V, this->testArray(2));
212 this->setVectors(this->testArray(0), this->testArray(42));
214 this->expectValues(this->V, this->testArray(42));
215 this->expectValues(this->V2, this->testArray(42));
216 this->setVectors(this->testArray(0), this->testArray(42));
218 this->expectValues(this->V, this->testArray(42));
220 this->setVectors(this->testArray(1), this->testArray(1));
222 this->expectValues(this->V, this->testArray(1));
223 this->expectValues(this->V2, this->testArray(1));
225 this->expectValues(this->V, this->testArray(1));
227 this->setVectors(this->testArray(1), this->testArray(2));
229 this->expectValues(this->V, this->testArray(2));
230 this->expectValues(this->V2, this->testArray(2));
231 this->setVectors(this->testArray(1), this->testArray(2));
233 this->expectValues(this->V, this->testArray(2));
235 this->setVectors(this->testArray(1), this->testArray(42));
237 this->expectValues(this->V, this->testArray(42));
238 this->expectValues(this->V2, this->testArray(42));
239 this->setVectors(this->testArray(1), this->testArray(42));
241 this->expectValues(this->V, this->testArray(42));
243 this->setVectors(this->testArray(2), this->testArray(1));
245 this->expectValues(this->V, this->testArray(1));
246 this->expectValues(this->V2, this->testArray(1));
247 this->setVectors(this->testArray(2), this->testArray(1));
249 this->expectValues(this->V, this->testArray(1));
251 this->setVectors(this->testArray(2), this->testArray(2));
253 this->expectValues(this->V, this->testArray(2));
254 this->expectValues(this->V2, this->testArray(2));
255 this->setVectors(this->testArray(2), this->testArray(2));
257 this->expectValues(this->V, this->testArray(2));
259 this->setVectors(this->testArray(2), this->testArray(42));
261 this->expectValues(this->V, this->testArray(42));
262 this->expectValues(this->V2, this->testArray(42));
263 this->setVectors(this->testArray(2), this->testArray(42));
265 this->expectValues(this->V, this->testArray(42));
267 this->setVectors(this->testArray(42), this->testArray(1));
269 this->expectValues(this->V, this->testArray(1));
270 this->expectValues(this->V2, this->testArray(1));
271 this->setVectors(this->testArray(42), this->testArray(1));
273 this->expectValues(this->V, this->testArray(1));
275 this->setVectors(this->testArray(42), this->testArray(2));
277 this->expectValues(this->V, this->testArray(2));
278 this->expectValues(this->V2, this->testArray(2));
279 this->setVectors(this->testArray(42), this->testArray(2));
281 this->expectValues(this->V, this->testArray(2));
283 this->setVectors(this->testArray(42), this->testArray(42));
285 this->expectValues(this->V, this->testArray(42));
286 this->expectValues(this->V2, this->testArray(42));
287 this->setVectors(this->testArray(42), this->testArray(42));
289 this->expectValues(this->V, this->testArray(42));
293 this->appendValues(this->V, this->testArray(1));
294 this->expectValues(this->V, this->testArray(1));
296 this->expectValues(this->V, this->testArray(0));
298 this->appendValues(this->V, this->testArray(42));
299 this->expectValues(this->V, this->testArray(42));
302 this->expectValues(this->V, this->testArray(41));
305 this->expectValues(this->V, this->testArray(40));
308 this->expectValues(this->V, this->testArray(39));
311 this->expectValues(this->V, this->testArray(38));
314 this->expectValues(this->V, this->testArray(37));
320 this->expectValues(this->V, this->testArray(0));
324 this->appendValues(this->V, this->testArray(1));
325 this->expectValues(this->V, this->testArray(1));
327 this->expectValues(this->V, this->testArray(1));
329 this->expectValues(this->V, this->testArray(1));
331 this->expectValues(this->V, this->testArray(0));
333 this->appendValues(this->V, this->testArray(42));
334 this->expectValues(this->V, this->testArray(42));
338 this->expectValues(this->V, this->testArray(41));
342 this->expectValues(this->V, this->testArray(40));
346 this->expectValues(this->V, this->testArray(38));
350 this->expectValues(this->V, this->testArray(33));
354 this->expectValues(this->V, this->testArray(20));
356 this->expectValues(this->V, this->testArray(7));
358 this->expectValues(this->V, this->testArray(0));
363 this->expectValues(this->V, this->testArray(1));
365 this->appendValues(this->V, this->testArray(4));
366 this->expectValues(this->V, this->testArray(4));
368 this->expectValues(this->V, this->testArray(5));
371 this->expectValues(this->V, this->testArray(6));
375 this->expectValues(this->V, this->testArray(7));
380 this->expectValues(this->V, this->testArray(0));
383 this->expectValues(this->V, this->testArray(0));
385 this->expectValues(this->V, this->testArray(0));
388 this->expectValues(this->V, this->testArray(1));
392 this->expectValues(this->V, this->testArray(2));
396 this->expectValues(this->V, this->testArray(42));
411 this->expectValues(this->V, this->testArray(13));