Searched defs:Iter1 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/OpenMP/
H A Dfor_loop_messages.cpp364 class Iter1 { class
366 Iter1(float f = 0.0f, double d = 0.0) {} function in class:Iter1
367 Iter1(const Iter1 &) {} function in class:Iter1
368 Iter1 operator++() { return *this; }
369 Iter1 operator--() { return *this; }
370 bool operator<(Iter1 a) { return true; }
371 bool operator>=(Iter1 a) { return false; }
502 Iter1 begin1, end1;
505 for (Iter1
[all...]
H A Dparallel_for_loop_messages.cpp313 class Iter1 { class
315 Iter1(float f = 0.0f, double d = 0.0) {} function in class:Iter1
316 Iter1(const Iter1 &) {} function in class:Iter1
317 Iter1 operator++() { return *this; }
318 Iter1 operator--() { return *this; }
319 bool operator<(Iter1 a) { return true; }
320 bool operator>=(Iter1 a) { return false; }
430 Iter1 begin1, end1;
432 for (Iter1
[all...]
H A Dsimd_loop_messages.cpp306 class Iter1 { class
308 Iter1(float f=0.0f, double d=0.0) { } function in class:Iter1
309 Iter1(const Iter1 &) { } function in class:Iter1
310 Iter1 operator ++() { return *this; }
311 Iter1 operator --() { return *this; }
312 bool operator <(Iter1 a) { return true; }
313 bool operator >=(Iter1 a) { return false; }
423 Iter1 begin1, end1;
425 for (Iter1
[all...]

Completed in 57 milliseconds