Searched defs:Iter1 (Results 1 - 11 of 11) sorted by last modified time

/external/clang/test/OpenMP/
H A Ddistribute_parallel_for_simd_loop_messages.cpp431 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
433 class Iter1 { class
435 Iter1(float f = 0.0f, double d = 0.0) {} function in class:Iter1
436 Iter1(const Iter1 &) {} function in class:Iter1
437 Iter1 operator++() { return *this; }
438 Iter1 operator--() { return *this; }
439 bool operator<(Iter1 a) { return true; }
440 bool operator>=(Iter1 a) { return false; }
461 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' t
[all...]
H A Ddistribute_simd_loop_messages.cpp429 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
431 class Iter1 { class
433 Iter1(float f=0.0f, double d=0.0) { } function in class:Iter1
434 Iter1(const Iter1 &) { } function in class:Iter1
435 Iter1 operator ++() { return *this; }
436 Iter1 operator --() { return *this; }
437 bool operator <(Iter1 a) { return true; }
438 bool operator >=(Iter1 a) { return false; }
458 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' t
[all...]
H A Dfor_loop_messages.cpp399 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
401 class Iter1 { class
403 Iter1(float f = 0.0f, double d = 0.0) {} function in class:Iter1
404 Iter1(const Iter1 &) {} function in class:Iter1
405 Iter1 operator++() { return *this; }
406 Iter1 operator--() { return *this; }
407 bool operator<(Iter1 a) { return true; }
408 bool operator>=(Iter1 a) { return false; }
443 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' t
[all...]
H A Dfor_simd_loop_messages.cpp382 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
384 class Iter1 { class
386 Iter1(float f = 0.0f, double d = 0.0) {} function in class:Iter1
387 Iter1(const Iter1 &) {} function in class:Iter1
388 Iter1 operator++() { return *this; }
389 Iter1 operator--() { return *this; }
390 bool operator<(Iter1 a) { return true; }
391 bool operator>=(Iter1 a) { return false; }
412 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' t
[all...]
H A Dparallel_for_loop_messages.cpp327 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
329 class Iter1 { class
331 Iter1(float f = 0.0f, double d = 0.0) {} function in class:Iter1
332 Iter1(const Iter1 &) {} function in class:Iter1
333 Iter1 operator++() { return *this; }
334 Iter1 operator--() { return *this; }
335 bool operator<(Iter1 a) { return true; }
336 bool operator>=(Iter1 a) { return false; }
358 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' t
[all...]
H A Dparallel_for_simd_loop_messages.cpp329 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
331 class Iter1 { class
333 Iter1(float f = 0.0f, double d = 0.0) {} function in class:Iter1
334 Iter1(const Iter1 &) {} function in class:Iter1
335 Iter1 operator++() { return *this; }
336 Iter1 operator--() { return *this; }
337 bool operator<(Iter1 a) { return true; }
338 bool operator>=(Iter1 a) { return false; }
359 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' t
[all...]
H A Dsimd_loop_messages.cpp323 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
325 class Iter1 { class
327 Iter1(float f=0.0f, double d=0.0) { } function in class:Iter1
328 Iter1(const Iter1 &) { } function in class:Iter1
329 Iter1 operator ++() { return *this; }
330 Iter1 operator --() { return *this; }
331 bool operator <(Iter1 a) { return true; }
332 bool operator >=(Iter1 a) { return false; }
352 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' t
[all...]
H A Dtarget_parallel_for_loop_messages.cpp327 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
329 class Iter1 { class
331 Iter1(float f = 0.0f, double d = 0.0) {} function in class:Iter1
332 Iter1(const Iter1 &) {} function in class:Iter1
333 Iter1 operator++() { return *this; }
334 Iter1 operator--() { return *this; }
335 bool operator<(Iter1 a) { return true; }
336 bool operator>=(Iter1 a) { return false; }
358 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' t
[all...]
H A Dtarget_parallel_for_simd_loop_messages.cpp327 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
329 class Iter1 { class
331 Iter1(float f = 0.0f, double d = 0.0) {} function in class:Iter1
332 Iter1(const Iter1 &) {} function in class:Iter1
333 Iter1 operator++() { return *this; }
334 Iter1 operator--() { return *this; }
335 bool operator<(Iter1 a) { return true; }
336 bool operator>=(Iter1 a) { return false; }
358 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' t
[all...]
H A Dtaskloop_loop_messages.cpp400 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
402 class Iter1 { class
404 Iter1(float f = 0.0f, double d = 0.0) {} function in class:Iter1
405 Iter1(const Iter1 &) {} function in class:Iter1
406 Iter1 operator++() { return *this; }
407 Iter1 operator--() { return *this; }
408 bool operator<(Iter1 a) { return true; }
409 bool operator>=(Iter1 a) { return false; }
431 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' t
[all...]
H A Dtaskloop_simd_loop_messages.cpp401 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
403 class Iter1 { class
405 Iter1(float f = 0.0f, double d = 0.0) {} function in class:Iter1
406 Iter1(const Iter1 &) {} function in class:Iter1
407 Iter1 operator++() { return *this; }
408 Iter1 operator--() { return *this; }
409 bool operator<(Iter1 a) { return true; }
410 bool operator>=(Iter1 a) { return false; }
432 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' t
[all...]

Completed in 403 milliseconds