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

/external/clang/test/OpenMP/
H A Dfor_loop_messages.cpp373 class Iter0 { class
375 Iter0() {} function in class:Iter0
376 Iter0(const Iter0 &) {} function in class:Iter0
377 Iter0 operator++() { return *this; }
378 Iter0 operator--() { return *this; }
379 bool operator<(Iter0 a) { return true; }
381 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
382 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
383 int operator-(Iter0
[all...]
H A Dfor_simd_loop_messages.cpp374 class Iter0 { class
376 Iter0() {} function in class:Iter0
377 Iter0(const Iter0 &) {} function in class:Iter0
378 Iter0 operator++() { return *this; }
379 Iter0 operator--() { return *this; }
380 bool operator<(Iter0 a) { return true; }
382 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
383 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
384 int operator-(Iter0
[all...]
H A Dparallel_for_loop_messages.cpp320 class Iter0 { class
322 Iter0() {} function in class:Iter0
323 Iter0(const Iter0 &) {} function in class:Iter0
324 Iter0 operator++() { return *this; }
325 Iter0 operator--() { return *this; }
326 bool operator<(Iter0 a) { return true; }
328 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
329 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
330 int operator-(Iter0
[all...]
H A Dparallel_for_simd_loop_messages.cpp321 class Iter0 { class
323 Iter0() {} function in class:Iter0
324 Iter0(const Iter0 &) {} function in class:Iter0
325 Iter0 operator++() { return *this; }
326 Iter0 operator--() { return *this; }
327 bool operator<(Iter0 a) { return true; }
329 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
330 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
331 int operator-(Iter0
[all...]
H A Dsimd_loop_messages.cpp315 class Iter0 { class
317 Iter0() { } function in class:Iter0
318 Iter0(const Iter0 &) { } function in class:Iter0
319 Iter0 operator ++() { return *this; }
320 Iter0 operator --() { return *this; }
321 Iter0 operator + (int delta) { return *this; }
322 bool operator <(Iter0 a) { return true; }
324 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
325 int operator -(Iter0
[all...]

Completed in 86 milliseconds