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

/external/clang/test/OpenMP/
H A Dfor_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; }
413 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' t
[all...]
H A Dfor_simd_loop_messages.cpp383 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
385 class Iter1 { class
387 Iter1(float f = 0.0f, double d = 0.0) {} function in class:Iter1
388 Iter1(const Iter1 &) {} function in class:Iter1
389 Iter1 operator++() { return *this; }
390 Iter1 operator--() { return *this; }
391 bool operator<(Iter1 a) { return true; }
392 bool operator>=(Iter1 a) { return false; }
413 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' t
[all...]
H A Dparallel_for_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; }
360 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' t
[all...]
H A Dparallel_for_simd_loop_messages.cpp330 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
332 class Iter1 { class
334 Iter1(float f = 0.0f, double d = 0.0) {} function in class:Iter1
335 Iter1(const Iter1 &) {} function in class:Iter1
336 Iter1 operator++() { return *this; }
337 Iter1 operator--() { return *this; }
338 bool operator<(Iter1 a) { return true; }
339 bool operator>=(Iter1 a) { return false; }
360 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' t
[all...]
H A Dsimd_loop_messages.cpp324 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
326 class Iter1 { class
328 Iter1(float f=0.0f, double d=0.0) { } function in class:Iter1
329 Iter1(const Iter1 &) { } function in class:Iter1
330 Iter1 operator ++() { return *this; }
331 Iter1 operator --() { return *this; }
332 bool operator <(Iter1 a) { return true; }
333 bool operator >=(Iter1 a) { return false; }
353 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' t
[all...]

Completed in 36 milliseconds