Lines Matching defs:ib

30         const int ib[] = {0};
34 forward_iterator<const int*>(ib)) == true);
38 forward_iterator<const int*>(ib),
39 forward_iterator<const int*>(ib + 0)) == true);
43 forward_iterator<const int*>(ib)) == true);
47 forward_iterator<const int*>(ib),
48 forward_iterator<const int*>(ib + sa)) == true);
51 forward_iterator<const int*>(ib),
52 forward_iterator<const int*>(ib + sa - 1)) == false);
57 const int ib[] = {1};
61 forward_iterator<const int*>(ib)) == false);
65 forward_iterator<const int*>(ib),
66 forward_iterator<const int*>(ib + sa)) == false);
72 const int ib[] = {0, 0};
76 forward_iterator<const int*>(ib)) == true);
80 forward_iterator<const int*>(ib),
81 forward_iterator<const int*>(ib + sa)) == true);
84 forward_iterator<const int*>(ib),
85 forward_iterator<const int*>(ib + sa - 1)) == false);
90 const int ib[] = {0, 1};
94 forward_iterator<const int*>(ib)) == false);
98 forward_iterator<const int*>(ib),
99 forward_iterator<const int*>(ib + sa)) == false);
104 const int ib[] = {1, 0};
108 forward_iterator<const int*>(ib)) == false);
112 forward_iterator<const int*>(ib),
113 forward_iterator<const int*>(ib + sa)) == false);
118 const int ib[] = {1, 1};
122 forward_iterator<const int*>(ib)) == false);
126 forward_iterator<const int*>(ib),
127 forward_iterator<const int*>(ib + sa)) == false);
132 const int ib[] = {0, 0};
136 forward_iterator<const int*>(ib)) == false);
140 forward_iterator<const int*>(ib),
141 forward_iterator<const int*>(ib + sa)) == false);
146 const int ib[] = {0, 1};
150 forward_iterator<const int*>(ib)) == true);
154 forward_iterator<const int*>(ib),
155 forward_iterator<const int*>(ib + sa)) == true);
158 forward_iterator<const int*>(ib),
159 forward_iterator<const int*>(ib + sa - 1)) == false);
164 const int ib[] = {1, 0};
168 forward_iterator<const int*>(ib)) == true);
172 forward_iterator<const int*>(ib),
173 forward_iterator<const int*>(ib + sa)) == true);
178 const int ib[] = {1, 1};
182 forward_iterator<const int*>(ib)) == false);
186 forward_iterator<const int*>(ib),
187 forward_iterator<const int*>(ib + sa)) == false);
192 const int ib[] = {0, 0};
196 forward_iterator<const int*>(ib)) == false);
200 forward_iterator<const int*>(ib),
201 forward_iterator<const int*>(ib + sa)) == false);
206 const int ib[] = {0, 1};
210 forward_iterator<const int*>(ib)) == true);
214 forward_iterator<const int*>(ib),
215 forward_iterator<const int*>(ib + sa)) == true);
220 const int ib[] = {1, 0};
224 forward_iterator<const int*>(ib)) == true);
228 forward_iterator<const int*>(ib),
229 forward_iterator<const int*>(ib + sa)) == true);
234 const int ib[] = {1, 1};
238 forward_iterator<const int*>(ib)) == false);
242 forward_iterator<const int*>(ib),
243 forward_iterator<const int*>(ib + sa)) == false);
248 const int ib[] = {0, 0};
252 forward_iterator<const int*>(ib)) == false);
256 forward_iterator<const int*>(ib),
257 forward_iterator<const int*>(ib + sa)) == false);
262 const int ib[] = {0, 1};
266 forward_iterator<const int*>(ib)) == false);
270 forward_iterator<const int*>(ib),
271 forward_iterator<const int*>(ib + sa)) == false);
276 const int ib[] = {1, 0};
280 forward_iterator<const int*>(ib)) == false);
284 forward_iterator<const int*>(ib),
285 forward_iterator<const int*>(ib + sa)) == false);
290 const int ib[] = {1, 1};
294 forward_iterator<const int*>(ib)) == true);
298 forward_iterator<const int*>(ib),
299 forward_iterator<const int*>(ib + sa)) == true);
305 const int ib[] = {1, 0, 0};
309 forward_iterator<const int*>(ib)) == false);
313 forward_iterator<const int*>(ib),
314 forward_iterator<const int*>(ib + sa)) == false);
319 const int ib[] = {1, 0, 1};
323 forward_iterator<const int*>(ib)) == false);
327 forward_iterator<const int*>(ib),
328 forward_iterator<const int*>(ib + sa)) == false);
333 const int ib[] = {1, 0, 2};
337 forward_iterator<const int*>(ib)) == false);
341 forward_iterator<const int*>(ib),
342 forward_iterator<const int*>(ib + sa)) == false);
347 const int ib[] = {1, 1, 0};
351 forward_iterator<const int*>(ib)) == false);
355 forward_iterator<const int*>(ib),
356 forward_iterator<const int*>(ib + sa)) == false);
361 const int ib[] = {1, 1, 1};
365 forward_iterator<const int*>(ib)) == false);
369 forward_iterator<const int*>(ib),
370 forward_iterator<const int*>(ib + sa)) == false);
375 const int ib[] = {1, 1, 2};
379 forward_iterator<const int*>(ib)) == false);
383 forward_iterator<const int*>(ib),
384 forward_iterator<const int*>(ib + sa)) == false);
389 const int ib[] = {1, 2, 0};
393 forward_iterator<const int*>(ib)) == false);
397 forward_iterator<const int*>(ib),
398 forward_iterator<const int*>(ib + sa)) == false);
403 const int ib[] = {1, 2, 1};
407 forward_iterator<const int*>(ib)) == false);
411 forward_iterator<const int*>(ib),
412 forward_iterator<const int*>(ib + sa)) == false);
417 const int ib[] = {1, 2, 2};
421 forward_iterator<const int*>(ib)) == false);
425 forward_iterator<const int*>(ib),
426 forward_iterator<const int*>(ib + sa)) == false);
431 const int ib[] = {1, 0, 0};
435 forward_iterator<const int*>(ib)) == true);
439 forward_iterator<const int*>(ib),
440 forward_iterator<const int*>(ib + sa)) == true);
443 forward_iterator<const int*>(ib),
444 forward_iterator<const int*>(ib + sa - 1)) == false);
449 const int ib[] = {1, 0, 1};
453 forward_iterator<const int*>(ib)) == false);
457 forward_iterator<const int*>(ib),
458 forward_iterator<const int*>(ib + sa)) == false);
463 const int ib[] = {1, 0, 2};
467 forward_iterator<const int*>(ib)) == true);
471 forward_iterator<const int*>(ib),
472 forward_iterator<const int*>(ib + sa)) == true);
475 forward_iterator<const int*>(ib),
476 forward_iterator<const int*>(ib + sa - 1)) == false);
481 const int ib[] = {1, 2, 0};
485 forward_iterator<const int*>(ib)) == true);
489 forward_iterator<const int*>(ib),
490 forward_iterator<const int*>(ib + sa)) == true);
493 forward_iterator<const int*>(ib),
494 forward_iterator<const int*>(ib + sa - 1)) == false);
499 const int ib[] = {2, 1, 0};
503 forward_iterator<const int*>(ib)) == true);
507 forward_iterator<const int*>(ib),
508 forward_iterator<const int*>(ib + sa)) == true);
511 forward_iterator<const int*>(ib),
512 forward_iterator<const int*>(ib + sa - 1)) == false);
517 const int ib[] = {2, 0, 1};
521 forward_iterator<const int*>(ib)) == true);
525 forward_iterator<const int*>(ib),
526 forward_iterator<const int*>(ib + sa)) == true);
529 forward_iterator<const int*>(ib),
530 forward_iterator<const int*>(ib + sa - 1)) == false);
535 const int ib[] = {1, 0, 1};
539 forward_iterator<const int*>(ib)) == false);
543 forward_iterator<const int*>(ib),
544 forward_iterator<const int*>(ib + sa)) == false);
549 const int ib[] = {1, 0, 0};
553 forward_iterator<const int*>(ib)) == true);
557 forward_iterator<const int*>(ib),
558 forward_iterator<const int*>(ib + sa)) == true);
561 forward_iterator<const int*>(ib + 1),
562 forward_iterator<const int*>(ib + sa)) == false);
565 forward_iterator<const int*>(ib),
566 forward_iterator<const int*>(ib + sa - 1)) == false);
571 const int ib[] = {4, 2, 3, 0, 1, 4, 0, 5, 6, 2};
575 forward_iterator<const int*>(ib)) == true);
579 forward_iterator<const int*>(ib),
580 forward_iterator<const int*>(ib + sa)) == true);
583 forward_iterator<const int*>(ib + 1 ),
584 forward_iterator<const int*>(ib + sa)) == false);
587 forward_iterator<const int*>(ib),
588 forward_iterator<const int*>(ib + sa - 1)) == false);
593 const int ib[] = {4, 2, 3, 0, 1, 4, 0, 5, 6, 0};
597 forward_iterator<const int*>(ib)) == false);
601 forward_iterator<const int*>(ib),
602 forward_iterator<const int*>(ib + sa)) == false);