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));
162 this->expectValues(Move, this->testArray(42));
163 this->expectValues(Copy2, this->testArray(0));
169 this->expectValues(this->V, this->testArray(0));
170 this->expectValues(this->V2, this->testArray(0));
173 this->expectValues(this->V, this->testArray(0));
176 this->setVectors(this->testArray(1), this->testArray(0));
178 this->expectValues(this->V, this->testArray(0));
179 this->expectValues(this->V2, this->testArray(0));
181 this->setVectors(this->testArray(1), this->testArray(0));
183 this->expectValues(this->V, this->testArray(0));
186 this->setVectors(this->testArray(2), this->testArray(0));
188 this->expectValues(this->V, this->testArray(0));
189 this->expectValues(this->V2, this->testArray(0));
191 this->setVectors(this->testArray(2), this->testArray(0));
193 this->expectValues(this->V, this->testArray(0));
196 this->setVectors(this->testArray(42), this->testArray(0));
198 this->expectValues(this->V, this->testArray(0));
199 this->expectValues(this->V2, this->testArray(0));
201 this->setVectors(this->testArray(42), this->testArray(0));
203 this->expectValues(this->V, this->testArray(0));
206 this->setVectors(this->testArray(0), this->testArray(1));
208 this->expectValues(this->V, this->testArray(1));
209 this->expectValues(this->V2, this->testArray(1));
211 this->setVectors(this->testArray(0), this->testArray(1));
213 this->expectValues(this->V, this->testArray(1));
216 this->setVectors(this->testArray(0), this->testArray(2));
218 this->expectValues(this->V, this->testArray(2));
219 this->expectValues(this->V2, this->testArray(2));
221 this->setVectors(this->testArray(0), this->testArray(2));
223 this->expectValues(this->V, this->testArray(2));
226 this->setVectors(this->testArray(0), this->testArray(42));
228 this->expectValues(this->V, this->testArray(42));
229 this->expectValues(this->V2, this->testArray(42));
231 this->setVectors(this->testArray(0), this->testArray(42));
233 this->expectValues(this->V, this->testArray(42));
236 this->setVectors(this->testArray(1), this->testArray(1));
238 this->expectValues(this->V, this->testArray(1));
239 this->expectValues(this->V2, this->testArray(1));
242 this->expectValues(this->V, this->testArray(1));
245 this->setVectors(this->testArray(1), this->testArray(2));
247 this->expectValues(this->V, this->testArray(2));
248 this->expectValues(this->V2, this->testArray(2));
250 this->setVectors(this->testArray(1), this->testArray(2));
252 this->expectValues(this->V, this->testArray(2));
255 this->setVectors(this->testArray(1), this->testArray(42));
257 this->expectValues(this->V, this->testArray(42));
258 this->expectValues(this->V2, this->testArray(42));
260 this->setVectors(this->testArray(1), this->testArray(42));
262 this->expectValues(this->V, this->testArray(42));
265 this->setVectors(this->testArray(2), this->testArray(1));
267 this->expectValues(this->V, this->testArray(1));
268 this->expectValues(this->V2, this->testArray(1));
270 this->setVectors(this->testArray(2), this->testArray(1));
272 this->expectValues(this->V, this->testArray(1));
275 this->setVectors(this->testArray(2), this->testArray(2));
277 this->expectValues(this->V, this->testArray(2));
278 this->expectValues(this->V2, this->testArray(2));
280 this->setVectors(this->testArray(2), this->testArray(2));
282 this->expectValues(this->V, this->testArray(2));
285 this->setVectors(this->testArray(2), this->testArray(42));
287 this->expectValues(this->V, this->testArray(42));
288 this->expectValues(this->V2, this->testArray(42));
290 this->setVectors(this->testArray(2), this->testArray(42));
292 this->expectValues(this->V, this->testArray(42));
295 this->setVectors(this->testArray(42), this->testArray(1));
297 this->expectValues(this->V, this->testArray(1));
298 this->expectValues(this->V2, this->testArray(1));
300 this->setVectors(this->testArray(42), this->testArray(1));
302 this->expectValues(this->V, this->testArray(1));
305 this->setVectors(this->testArray(42), this->testArray(2));
307 this->expectValues(this->V, this->testArray(2));
308 this->expectValues(this->V2, this->testArray(2));
310 this->setVectors(this->testArray(42), this->testArray(2));
312 this->expectValues(this->V, this->testArray(2));
315 this->setVectors(this->testArray(42), this->testArray(42));
317 this->expectValues(this->V, this->testArray(42));
318 this->expectValues(this->V2, this->testArray(42));
320 this->setVectors(this->testArray(42), this->testArray(42));
322 this->expectValues(this->V, this->testArray(42));
327 this->appendValues(this->V, this->testArray(1));
328 this->expectValues(this->V, this->testArray(1));
330 this->expectValues(this->V, this->testArray(0));
332 this->appendValues(this->V, this->testArray(42));
333 this->expectValues(this->V, this->testArray(42));
336 this->expectValues(this->V, this->testArray(41));
339 this->expectValues(this->V, this->testArray(40));
342 this->expectValues(this->V, this->testArray(39));
345 this->expectValues(this->V, this->testArray(38));
348 this->expectValues(this->V, this->testArray(37));
354 this->expectValues(this->V, this->testArray(0));
358 this->appendValues(this->V, this->testArray(1));
359 this->expectValues(this->V, this->testArray(1));
361 this->expectValues(this->V, this->testArray(1));
363 this->expectValues(this->V, this->testArray(1));
365 this->expectValues(this->V, this->testArray(0));
367 this->appendValues(this->V, this->testArray(42));
368 this->expectValues(this->V, this->testArray(42));
372 this->expectValues(this->V, this->testArray(41));
376 this->expectValues(this->V, this->testArray(40));
380 this->expectValues(this->V, this->testArray(38));
384 this->expectValues(this->V, this->testArray(33));
388 this->expectValues(this->V, this->testArray(20));
390 this->expectValues(this->V, this->testArray(7));
392 this->expectValues(this->V, this->testArray(0));
397 this->expectValues(this->V, this->testArray(1));
399 this->appendValues(this->V, this->testArray(4));
400 this->expectValues(this->V, this->testArray(4));
402 this->expectValues(this->V, this->testArray(5));
405 this->expectValues(this->V, this->testArray(6));
409 this->expectValues(this->V, this->testArray(7));
414 this->expectValues(this->V, this->testArray(0));
417 this->expectValues(this->V, this->testArray(0));
419 this->expectValues(this->V, this->testArray(0));
422 this->expectValues(this->V, this->testArray(1));
426 this->expectValues(this->V, this->testArray(2));
430 this->expectValues(this->V, this->testArray(42));
445 this->expectValues(this->V, this->testArray(13));