Home
last modified time | relevance | path

Searched refs:GoodIter (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/clang/test/OpenMP/
H A Dparallel_for_loop_messages.cpp342 class GoodIter { class
344 GoodIter() {} in GoodIter() function in GoodIter
345 GoodIter(const GoodIter &) {} in GoodIter() argument
346 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
347 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
348 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
349 GoodIter &operator+=(int x) { return *this; } in operator +=()
350 GoodIter &operator-=(int x) { return *this; } in operator -=()
351 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
352 GoodIter operator++() { return *this; } in operator ++()
[all …]
H A Dsimd_loop_messages.cpp362 class GoodIter { class
364 GoodIter() { } in GoodIter() function in GoodIter
365 GoodIter(const GoodIter &) { } in GoodIter() argument
366 GoodIter(int fst, int snd) { } in GoodIter() function in GoodIter
367 GoodIter &operator =(const GoodIter &that) { return *this; } in operator =()
368 GoodIter &operator =(const Iter0 &that) { return *this; } in operator =()
369 GoodIter &operator +=(int x) { return *this; } in operator +=()
370 explicit GoodIter(void *) { } in GoodIter() function in GoodIter
371 GoodIter operator ++() { return *this; } in operator ++()
372 GoodIter operator --() { return *this; } in operator --()
[all …]
H A Dtarget_simd_loop_messages.cpp346 class GoodIter { class
348 GoodIter() {} in GoodIter() function in GoodIter
349 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter
350 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
351 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
352 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
353 GoodIter &operator+=(int x) { return *this; } in operator +=()
354 GoodIter &operator-=(int x) { return *this; } in operator -=()
355 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
356 GoodIter operator++() { return *this; } in operator ++()
[all …]
H A Dtaskloop_loop_messages.cpp414 class GoodIter { class
416 GoodIter() {} in GoodIter() function in GoodIter
417 GoodIter(const GoodIter &) {} in GoodIter() argument
418 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
419 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
420 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
421 GoodIter &operator+=(int x) { return *this; } in operator +=()
422 GoodIter &operator-=(int x) { return *this; } in operator -=()
423 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
424 GoodIter operator++() { return *this; } in operator ++()
[all …]
H A Dtarget_parallel_for_loop_messages.cpp342 class GoodIter { class
344 GoodIter() {} in GoodIter() function in GoodIter
345 GoodIter(const GoodIter &) {} in GoodIter() argument
346 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
347 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
348 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
349 GoodIter &operator+=(int x) { return *this; } in operator +=()
350 GoodIter &operator-=(int x) { return *this; } in operator -=()
351 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
352 GoodIter operator++() { return *this; } in operator ++()
[all …]
H A Dparallel_for_simd_loop_messages.cpp332 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
344 class GoodIter { class
346 GoodIter() {} in GoodIter() function in GoodIter
347 GoodIter(const GoodIter &) {} in GoodIter() argument
348 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
349 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
350 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
351 GoodIter in operator =()
352 explicit GoodIter(void *) {} GoodIter() function in GoodIter
[all...]
H A Dtarget_teams_distribute_loop_messages.cpp329 class GoodIter { class
331 GoodIter() {} in GoodIter() function in GoodIter
332 GoodIter(const GoodIter &) {} in GoodIter() argument
333 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
334 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
335 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
336 GoodIter &operator+=(int x) { return *this; } in operator +=()
337 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
338 GoodIter operator++() { return *this; } in operator ++()
339 GoodIter operator--() { return *this; } in operator --()
[all …]
H A Dmaster_taskloop_loop_messages.cpp414 class GoodIter { class
416 GoodIter() {} in GoodIter() function in GoodIter
417 GoodIter(const GoodIter &) {} in GoodIter() argument
418 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
419 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
420 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
421 GoodIter &operator+=(int x) { return *this; } in operator +=()
422 GoodIter &operator-=(int x) { return *this; } in operator -=()
423 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
424 GoodIter operator++() { return *this; } in operator ++()
[all …]
H A Dfor_loop_messages.cpp434 class GoodIter { class
436 GoodIter() {} in GoodIter() function in GoodIter
437 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter
438 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
439 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
440 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
441 GoodIter &operator+=(int x) { return *this; } in operator +=()
442 GoodIter &operator-=(int x) { return *this; } in operator -=()
443 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
444 GoodIter operator++() { return *this; } in operator ++()
[all …]
H A Dtarget_parallel_for_simd_loop_messages.cpp346 class GoodIter { class
348 GoodIter() {} in GoodIter() function in GoodIter
349 GoodIter(const GoodIter &) {} in GoodIter() argument
350 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
351 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
352 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
353 GoodIter &operator+=(int x) { return *this; } in operator +=()
354 GoodIter &operator-=(int x) { return *this; } in operator -=()
355 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
356 GoodIter operator++() { return *this; } in operator ++()
[all …]
H A Dmasked_taskloop_loop_messages.cpp414 class GoodIter { class
416 GoodIter() {} in GoodIter() function in GoodIter
417 GoodIter(const GoodIter &) {} in GoodIter() argument
418 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
419 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
420 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
421 GoodIter &operator+=(int x) { return *this; } in operator +=()
422 GoodIter &operator-=(int x) { return *this; } in operator -=()
423 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
424 GoodIter operator++() { return *this; } in operator ++()
[all …]
H A Dtaskloop_simd_loop_messages.cpp416 class GoodIter { class
418 GoodIter() {} in GoodIter() function in GoodIter
419 GoodIter(const GoodIter &) {} in GoodIter() argument
420 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
421 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
422 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
423 GoodIter &operator+=(int x) { return *this; } in operator +=()
424 GoodIter &operator-=(int x) { return *this; } in operator -=()
425 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
426 GoodIter operator++() { return *this; } in operator ++()
[all …]
H A Dteams_distribute_loop_messages.cpp380 class GoodIter { class
382 GoodIter() {} in GoodIter() function in GoodIter
383 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter
384 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
385 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
386 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
387 GoodIter &operator+=(int x) { return *this; } in operator +=()
388 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
389 GoodIter operator++() { return *this; } in operator ++()
390 GoodIter operator--() { return *this; } in operator --()
[all …]
H A Dtarget_teams_distribute_simd_loop_messages.cpp323 class GoodIter { class
325 GoodIter() {} in GoodIter() function in GoodIter
326 GoodIter(const GoodIter &) {} in GoodIter() argument
327 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
328 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
329 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
330 GoodIter &operator+=(int x) { return *this; } in operator +=()
331 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
332 GoodIter operator++() { return *this; } in operator ++()
333 GoodIter operator--() { return *this; } in operator --()
[all …]
H A Dfor_simd_loop_messages.cpp385 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
397 class GoodIter { class
399 GoodIter() {} in GoodIter() function in GoodIter
400 GoodIter(const GoodIter &) {} in GoodIter() argument
401 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
402 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
403 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
404 GoodIter in operator =()
405 explicit GoodIter(void *) {} GoodIter() function in GoodIter
[all...]
H A Dtarget_teams_distribute_parallel_for_loop_messages.cpp327 class GoodIter { class
329 GoodIter() {} in GoodIter() function in GoodIter
330 GoodIter(const GoodIter &) {} in GoodIter() argument
331 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
332 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
333 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
334 GoodIter &operator+=(int x) { return *this; } in operator +=()
335 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
336 GoodIter operator++() { return *this; } in operator ++()
337 GoodIter operator--() { return *this; } in operator --()
[all …]
H A Dparallel_masked_taskloop_loop_messages.cpp414 class GoodIter { class
416 GoodIter() {} in GoodIter() function in GoodIter
417 GoodIter(const GoodIter &) {} in GoodIter() argument
418 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
419 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
420 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
421 GoodIter &operator+=(int x) { return *this; } in operator +=()
422 GoodIter &operator-=(int x) { return *this; } in operator -=()
423 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
424 GoodIter operator++() { return *this; } in operator ++()
[all …]
H A Dmasked_taskloop_simd_loop_messages.cpp417 class GoodIter { class
419 GoodIter() {} in GoodIter() function in GoodIter
420 GoodIter(const GoodIter &) {} in GoodIter() argument
421 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
422 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
423 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
424 GoodIter &operator+=(int x) { return *this; } in operator +=()
425 GoodIter &operator-=(int x) { return *this; } in operator -=()
426 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
427 GoodIter operator++() { return *this; } in operator ++()
[all …]
H A Ddistribute_simd_loop_messages.cpp458 class GoodIter { class
460 GoodIter() { } in GoodIter() function in GoodIter
461 GoodIter(const GoodIter &) { } in GoodIter() function in GoodIter
462 GoodIter(int fst, int snd) { } in GoodIter() function in GoodIter
463 GoodIter &operator =(const GoodIter &that) { return *this; } in operator =()
464 GoodIter &operator =(const Iter0 &that) { return *this; } in operator =()
465 GoodIter &operator +=(int x) { return *this; } in operator +=()
466 explicit GoodIter(void *) { } in GoodIter() function in GoodIter
467 GoodIter operator ++() { return *this; } in operator ++()
468 GoodIter operator --() { return *this; } in operator --()
[all …]
H A Dparallel_master_taskloop_loop_messages.cpp414 class GoodIter { class
416 GoodIter() {} in GoodIter() function in GoodIter
417 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter
418 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
419 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
420 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
421 GoodIter &operator+=(int x) { return *this; } in operator +=()
422 GoodIter &operator-=(int x) { return *this; } in operator -=()
423 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
424 GoodIter operator++() { return *this; } in operator ++()
[all …]
H A Dmaster_taskloop_simd_loop_messages.cpp416 class GoodIter { class
418 GoodIter() {} in GoodIter() function in GoodIter
419 GoodIter(const GoodIter &) {} in GoodIter() argument
420 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
421 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
422 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
423 GoodIter &operator+=(int x) { return *this; } in operator +=()
424 GoodIter &operator-=(int x) { return *this; } in operator -=()
425 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
426 GoodIter operator++() { return *this; } in operator ++()
[all …]
H A Dteams_distribute_simd_loop_messages.cpp380 class GoodIter { class
382 GoodIter() {} in GoodIter() function in GoodIter
383 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter
384 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
385 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
386 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
387 GoodIter &operator+=(int x) { return *this; } in operator +=()
388 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
389 GoodIter operator++() { return *this; } in operator ++()
390 GoodIter operator--() { return *this; } in operator --()
[all …]
H A Dteams_distribute_parallel_for_simd_loop_messages.cpp380 class GoodIter { class
382 GoodIter() {} in GoodIter() function in GoodIter
383 GoodIter(const GoodIter &) {} in GoodIter() argument
384 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
385 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
386 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
387 GoodIter &operator+=(int x) { return *this; } in operator +=()
388 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
389 GoodIter operator++() { return *this; } in operator ++()
390 GoodIter operator--() { return *this; } in operator --()
[all …]
H A Dtarget_teams_distribute_parallel_for_simd_loop_messages.cpp332 class GoodIter { class
334 GoodIter() {} in GoodIter() function in GoodIter
335 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter
336 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
337 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
338 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
339 GoodIter &operator+=(int x) { return *this; } in operator +=()
340 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
341 GoodIter operator++() { return *this; } in operator ++()
342 GoodIter operator--() { return *this; } in operator --()
[all …]
H A Dteams_distribute_parallel_for_loop_messages.cpp378 class GoodIter { class
380 GoodIter() {} in GoodIter() function in GoodIter
381 GoodIter(const GoodIter &) {} in GoodIter() argument
382 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
383 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
384 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
385 GoodIter &operator+=(int x) { return *this; } in operator +=()
386 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
387 GoodIter operator++() { return *this; } in operator ++()
388 GoodIter operator--() { return *this; } in operator --()
[all …]

12