Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/test/OpenMP/
H A Dsimd_loop_messages.cpp362 class GoodIter { class
364 GoodIter() { } in GoodIter() function in GoodIter
365 GoodIter(const GoodIter &) { } in GoodIter() function in GoodIter
367 GoodIter &operator =(const GoodIter &that) { return *this; } in operator =()
381 int operator -(GoodIter a, GoodIter b) { return 0; } in operator -()
383 GoodIter operator -(GoodIter a) { return a; } in operator -()
385 GoodIter operator -(GoodIter a, int v) { return GoodIter(); } in operator -()
386 GoodIter operator +(GoodIter a, int v) { return GoodIter(); } in operator +()
388 GoodIter operator -(int v, GoodIter a) { return GoodIter(); } in operator -()
389 GoodIter operator +(int v, GoodIter a) { return GoodIter(); } in operator +()
[all …]
H A Dparallel_for_loop_messages.cpp342 class GoodIter { class
344 GoodIter() {} in GoodIter() function in GoodIter
345 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter
347 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
363 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
365 GoodIter operator-(GoodIter a) { return a; } in operator -()
368 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
370 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
373 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
375 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } 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() function in GoodIter
419 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
435 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
437 GoodIter operator-(GoodIter a) { return a; } in operator -()
440 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
442 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
445 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
447 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } 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
347 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
363 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
365 GoodIter operator-(GoodIter a) { return a; } in operator -()
368 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
370 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
373 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
375 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } in operator +()
[all …]
H A Dtarget_simd_loop_messages.cpp344 class GoodIter { class
346 GoodIter() {} in GoodIter() function in GoodIter
347 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter
349 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
365 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
367 GoodIter operator-(GoodIter a) { return a; } in operator -()
370 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
372 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
375 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
377 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } in operator +()
[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
334 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
349 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
351 GoodIter operator-(GoodIter a) { return a; } in operator -()
354 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
356 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
359 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
361 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } in operator +()
[all …]
H A Dparallel_for_simd_loop_messages.cpp344 class GoodIter { class
346 GoodIter() {} in GoodIter() function in GoodIter
347 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter
349 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
364 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
366 GoodIter operator-(GoodIter a) { return a; } in operator -()
369 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
371 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
374 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
376 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } 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() argument
439 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
468 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
470 GoodIter operator-(GoodIter a) { return a; } in operator -()
473 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
475 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
478 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
480 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } 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() function in GoodIter
419 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
435 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
437 GoodIter operator-(GoodIter a) { return a; } in operator -()
440 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
442 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
445 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
447 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } 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
419 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
435 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
437 GoodIter operator-(GoodIter a) { return a; } in operator -()
440 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
442 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
445 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
447 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } in operator +()
[all …]
H A Dtarget_parallel_for_simd_loop_messages.cpp344 class GoodIter { class
346 GoodIter() {} in GoodIter() function in GoodIter
347 GoodIter(const GoodIter &) {} in GoodIter() argument
349 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
365 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
367 GoodIter operator-(GoodIter a) { return a; } in operator -()
370 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
372 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
375 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
377 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } 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() function in GoodIter
421 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
437 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
439 GoodIter operator-(GoodIter a) { return a; } in operator -()
442 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
444 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
447 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
449 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } in operator +()
[all …]
H A Dfor_simd_loop_messages.cpp397 class GoodIter { class
399 GoodIter() {} in GoodIter() function in GoodIter
400 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter
402 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
417 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
419 GoodIter operator-(GoodIter a) { return a; } in operator -()
422 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
424 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
427 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
429 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } in operator +()
[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() function in GoodIter
332 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
347 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
349 GoodIter operator-(GoodIter a) { return a; } in operator -()
352 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
354 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
357 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
359 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } 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() argument
385 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
400 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
402 GoodIter operator-(GoodIter a) { return a; } in operator -()
405 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
407 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
410 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
412 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } 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
328 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
343 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
345 GoodIter operator-(GoodIter a) { return a; } in operator -()
348 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
350 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
353 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
355 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } 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() argument
463 GoodIter &operator =(const GoodIter &that) { return *this; } in operator =()
477 int operator -(GoodIter a, GoodIter b) { return 0; } in operator -()
479 GoodIter operator -(GoodIter a) { return a; } in operator -()
481 GoodIter operator -(GoodIter a, int v) { return GoodIter(); } in operator -()
482 GoodIter operator +(GoodIter a, int v) { return GoodIter(); } in operator +()
484 GoodIter operator -(int v, GoodIter a) { return GoodIter(); } in operator -()
485 GoodIter operator +(int v, GoodIter a) { return GoodIter(); } 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
419 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
435 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
437 GoodIter operator-(GoodIter a) { return a; } in operator -()
440 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
442 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
445 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
447 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } 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() function in GoodIter
421 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
437 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
439 GoodIter operator-(GoodIter a) { return a; } in operator -()
442 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
444 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
447 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
449 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } 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
422 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
438 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
440 GoodIter operator-(GoodIter a) { return a; } in operator -()
443 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
445 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
448 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
450 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } 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
419 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
435 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
437 GoodIter operator-(GoodIter a) { return a; } in operator -()
440 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
442 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
445 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
447 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } in operator +()
[all …]
H A Dtarget_teams_distribute_parallel_for_simd_loop_messages.cpp330 class GoodIter { class
332 GoodIter() {} in GoodIter() function in GoodIter
333 GoodIter(const GoodIter &) {} in GoodIter() argument
335 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
350 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
352 GoodIter operator-(GoodIter a) { return a; } in operator -()
355 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
357 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
360 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
362 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } 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
383 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
398 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
400 GoodIter operator-(GoodIter a) { return a; } in operator -()
403 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
405 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
408 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
410 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } 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() argument
385 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
400 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
402 GoodIter operator-(GoodIter a) { return a; } in operator -()
405 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
407 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
410 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
412 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } 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
385 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
400 int operator-(GoodIter a, GoodIter b) { return 0; } in operator -()
402 GoodIter operator-(GoodIter a) { return a; } in operator -()
405 GoodIter operator-(GoodIter a, int v) { return GoodIter(); } in operator -()
407 GoodIter operator+(GoodIter a, int v) { return GoodIter(); } in operator +()
410 GoodIter operator-(int v, GoodIter a) { return GoodIter(); } in operator -()
412 GoodIter operator+(int v, GoodIter a) { return GoodIter(); } in operator +()
[all …]

12