HomeSort by relevance Sort by last modified time
    Searched refs:GoodIter (Results 1 - 11 of 11) sorted by null

  /external/clang/test/OpenMP/
for_loop_messages.cpp 398 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
410 class GoodIter {
412 GoodIter() {}
413 GoodIter(const GoodIter &) {}
414 GoodIter(int fst, int snd) {}
415 GoodIter &operator=(const GoodIter &that) { return *this; }
416 GoodIter &operator=(const Iter0 &that) { return *this; }
417 GoodIter &operator+=(int x) { return *this;
    [all...]
parallel_for_loop_messages.cpp 326 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
338 class GoodIter {
340 GoodIter() {}
341 GoodIter(const GoodIter &) {}
342 GoodIter(int fst, int snd) {}
343 GoodIter &operator=(const GoodIter &that) { return *this; }
344 GoodIter &operator=(const Iter0 &that) { return *this; }
345 GoodIter &operator+=(int x) { return *this;
    [all...]
simd_loop_messages.cpp 334 class GoodIter {
336 GoodIter() { }
337 GoodIter(const GoodIter &) { }
338 GoodIter(int fst, int snd) { }
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(void *) {
    [all...]
target_parallel_for_loop_messages.cpp 326 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
338 class GoodIter {
340 GoodIter() {}
341 GoodIter(const GoodIter &) {}
342 GoodIter(int fst, int snd) {}
343 GoodIter &operator=(const GoodIter &that) { return *this; }
344 GoodIter &operator=(const Iter0 &that) { return *this; }
345 GoodIter &operator+=(int x) { return *this;
    [all...]
target_parallel_for_simd_loop_messages.cpp 326 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
338 class GoodIter {
340 GoodIter() {}
341 GoodIter(const GoodIter &) {}
342 GoodIter(int fst, int snd) {}
343 GoodIter &operator=(const GoodIter &that) { return *this; }
344 GoodIter &operator=(const Iter0 &that) { return *this; }
345 GoodIter &operator+=(int x) { return *this;
    [all...]
parallel_for_simd_loop_messages.cpp 328 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
340 class GoodIter {
342 GoodIter() {}
343 GoodIter(const GoodIter &) {}
344 GoodIter(int fst, int snd) {}
345 GoodIter &operator=(const GoodIter &that) { return *this; }
346 GoodIter &operator=(const Iter0 &that) { return *this; }
347 GoodIter &operator+=(int x) { return *this;
    [all...]
distribute_simd_loop_messages.cpp 440 class GoodIter {
442 GoodIter() { }
443 GoodIter(const GoodIter &) { }
444 GoodIter(int fst, int snd) { }
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(void *) {
    [all...]
taskloop_loop_messages.cpp 399 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
411 class GoodIter {
413 GoodIter() {}
414 GoodIter(const GoodIter &) {}
415 GoodIter(int fst, int snd) {}
416 GoodIter &operator=(const GoodIter &that) { return *this; }
417 GoodIter &operator=(const Iter0 &that) { return *this; }
418 GoodIter &operator+=(int x) { return *this;
    [all...]
taskloop_simd_loop_messages.cpp 400 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
412 class GoodIter {
414 GoodIter() {}
415 GoodIter(const GoodIter &) {}
416 GoodIter(int fst, int snd) {}
417 GoodIter &operator=(const GoodIter &that) { return *this; }
418 GoodIter &operator=(const Iter0 &that) { return *this; }
419 GoodIter &operator+=(int x) { return *this;
    [all...]
distribute_parallel_for_simd_loop_messages.cpp 430 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
442 class GoodIter {
444 GoodIter() {}
445 GoodIter(const GoodIter &) {}
446 GoodIter(int fst, int snd) {}
447 GoodIter &operator=(const GoodIter &that) { return *this; }
448 GoodIter &operator=(const Iter0 &that) { return *this; }
449 GoodIter &operator+=(int x) { return *this;
    [all...]
for_simd_loop_messages.cpp 381 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
393 class GoodIter {
395 GoodIter() {}
396 GoodIter(const GoodIter &) {}
397 GoodIter(int fst, int snd) {}
398 GoodIter &operator=(const GoodIter &that) { return *this; }
399 GoodIter &operator=(const Iter0 &that) { return *this; }
400 GoodIter &operator+=(int x) { return *this;
    [all...]

Completed in 1132 milliseconds