Searched defs:GoodIter (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/OpenMP/
H A Ddistribute_parallel_for_simd_loop_messages.cpp430 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
442 class GoodIter { class
444 GoodIter() {} function in class:GoodIter
445 GoodIter(const GoodIter &) {} function in class:GoodIter
446 GoodIter(int fst, int snd) {} function in class:GoodIter
447 GoodIter &operator=(const GoodIter &that) { return *this; }
448 GoodIter &operator=(const Iter0 &that) { return *this; }
449 GoodIter
450 explicit GoodIter(void *) {} function in class:GoodIter
[all...]
H A Ddistribute_simd_loop_messages.cpp440 class GoodIter { class
442 GoodIter() { } function in class:GoodIter
443 GoodIter(const GoodIter &) { } function in class:GoodIter
444 GoodIter(int fst, int snd) { } function in class:GoodIter
445 GoodIter &operator =(const GoodIter &that) { return *this; }
446 GoodIter &operator =(const Iter0 &that) { return *this; }
447 GoodIter &operator +=(int x) { return *this; }
448 explicit GoodIter(voi function in class:GoodIter
[all...]
H A Dfor_simd_loop_messages.cpp381 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
393 class GoodIter { class
395 GoodIter() {} function in class:GoodIter
396 GoodIter(const GoodIter &) {} function in class:GoodIter
397 GoodIter(int fst, int snd) {} function in class:GoodIter
398 GoodIter &operator=(const GoodIter &that) { return *this; }
399 GoodIter &operator=(const Iter0 &that) { return *this; }
400 GoodIter
401 explicit GoodIter(void *) {} function in class:GoodIter
[all...]
H A Dparallel_for_loop_messages.cpp326 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
338 class GoodIter { class
340 GoodIter() {} function in class:GoodIter
341 GoodIter(const GoodIter &) {} function in class:GoodIter
342 GoodIter(int fst, int snd) {} function in class:GoodIter
343 GoodIter &operator=(const GoodIter &that) { return *this; }
344 GoodIter &operator=(const Iter0 &that) { return *this; }
345 GoodIter
347 explicit GoodIter(void *) {} function in class:GoodIter
[all...]
H A Dparallel_for_simd_loop_messages.cpp328 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
340 class GoodIter { class
342 GoodIter() {} function in class:GoodIter
343 GoodIter(const GoodIter &) {} function in class:GoodIter
344 GoodIter(int fst, int snd) {} function in class:GoodIter
345 GoodIter &operator=(const GoodIter &that) { return *this; }
346 GoodIter &operator=(const Iter0 &that) { return *this; }
347 GoodIter
348 explicit GoodIter(void *) {} function in class:GoodIter
[all...]
H A Dsimd_loop_messages.cpp334 class GoodIter { class
336 GoodIter() { } function in class:GoodIter
337 GoodIter(const GoodIter &) { } function in class:GoodIter
338 GoodIter(int fst, int snd) { } function in class:GoodIter
339 GoodIter &operator =(const GoodIter &that) { return *this; }
340 GoodIter &operator =(const Iter0 &that) { return *this; }
341 GoodIter &operator +=(int x) { return *this; }
342 explicit GoodIter(voi function in class:GoodIter
[all...]
H A Dtarget_parallel_for_loop_messages.cpp326 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
338 class GoodIter { class
340 GoodIter() {} function in class:GoodIter
341 GoodIter(const GoodIter &) {} function in class:GoodIter
342 GoodIter(int fst, int snd) {} function in class:GoodIter
343 GoodIter &operator=(const GoodIter &that) { return *this; }
344 GoodIter &operator=(const Iter0 &that) { return *this; }
345 GoodIter
347 explicit GoodIter(void *) {} function in class:GoodIter
[all...]
H A Dtarget_parallel_for_simd_loop_messages.cpp326 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
338 class GoodIter { class
340 GoodIter() {} function in class:GoodIter
341 GoodIter(const GoodIter &) {} function in class:GoodIter
342 GoodIter(int fst, int snd) {} function in class:GoodIter
343 GoodIter &operator=(const GoodIter &that) { return *this; }
344 GoodIter &operator=(const Iter0 &that) { return *this; }
345 GoodIter
347 explicit GoodIter(void *) {} function in class:GoodIter
[all...]
H A Dtaskloop_loop_messages.cpp399 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
411 class GoodIter { class
413 GoodIter() {} function in class:GoodIter
414 GoodIter(const GoodIter &) {} function in class:GoodIter
415 GoodIter(int fst, int snd) {} function in class:GoodIter
416 GoodIter &operator=(const GoodIter &that) { return *this; }
417 GoodIter &operator=(const Iter0 &that) { return *this; }
418 GoodIter
420 explicit GoodIter(void *) {} function in class:GoodIter
[all...]
H A Dtaskloop_simd_loop_messages.cpp400 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
412 class GoodIter { class
414 GoodIter() {} function in class:GoodIter
415 GoodIter(const GoodIter &) {} function in class:GoodIter
416 GoodIter(int fst, int snd) {} function in class:GoodIter
417 GoodIter &operator=(const GoodIter &that) { return *this; }
418 GoodIter &operator=(const Iter0 &that) { return *this; }
419 GoodIter
421 explicit GoodIter(void *) {} function in class:GoodIter
[all...]
H A Dfor_loop_messages.cpp398 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
410 class GoodIter { class
412 GoodIter() {} function in class:GoodIter
413 GoodIter(const GoodIter &) {} function in class:GoodIter
414 GoodIter(int fst, int snd) {} function in class:GoodIter
415 GoodIter &operator=(const GoodIter &that) { return *this; }
416 GoodIter &operator=(const Iter0 &that) { return *this; }
417 GoodIter
419 explicit GoodIter(void *) {} function in class:GoodIter
[all...]

Completed in 288 milliseconds