| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | simd_loop_messages.cpp | 362 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 D | parallel_for_loop_messages.cpp | 342 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 D | taskloop_loop_messages.cpp | 414 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 D | target_parallel_for_loop_messages.cpp | 342 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 D | target_simd_loop_messages.cpp | 344 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 D | target_teams_distribute_loop_messages.cpp | 329 class GoodIter { class 331 GoodIter() {} in GoodIter() function in GoodIter 332 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter 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 D | parallel_for_simd_loop_messages.cpp | 344 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 D | for_loop_messages.cpp | 434 class GoodIter { class 436 GoodIter() {} in GoodIter() function in GoodIter 437 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter 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 D | master_taskloop_loop_messages.cpp | 414 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 D | masked_taskloop_loop_messages.cpp | 414 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 D | target_parallel_for_simd_loop_messages.cpp | 344 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 D | taskloop_simd_loop_messages.cpp | 416 class GoodIter { class 418 GoodIter() {} in GoodIter() function in GoodIter 419 GoodIter(const GoodIter &) {} in GoodIter() argument 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 D | for_simd_loop_messages.cpp | 397 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 D | target_teams_distribute_parallel_for_loop_messages.cpp | 327 class GoodIter { class 329 GoodIter() {} in GoodIter() function in GoodIter 330 GoodIter(const GoodIter &) {} in GoodIter() argument 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 D | teams_distribute_loop_messages.cpp | 380 class GoodIter { class 382 GoodIter() {} in GoodIter() function in GoodIter 383 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter 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 D | target_teams_distribute_simd_loop_messages.cpp | 323 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 D | distribute_simd_loop_messages.cpp | 458 class GoodIter { class 460 GoodIter() { } in GoodIter() function in GoodIter 461 GoodIter(const GoodIter &) { } in GoodIter() function in GoodIter 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 D | parallel_master_taskloop_loop_messages.cpp | 414 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 D | master_taskloop_simd_loop_messages.cpp | 416 class GoodIter { class 418 GoodIter() {} in GoodIter() function in GoodIter 419 GoodIter(const GoodIter &) {} in GoodIter() argument 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 D | masked_taskloop_simd_loop_messages.cpp | 417 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 D | parallel_masked_taskloop_loop_messages.cpp | 414 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 D | target_teams_distribute_parallel_for_simd_loop_messages.cpp | 330 class GoodIter { class 332 GoodIter() {} in GoodIter() function in GoodIter 333 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter 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 D | teams_distribute_parallel_for_loop_messages.cpp | 378 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 D | teams_distribute_simd_loop_messages.cpp | 380 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 D | teams_distribute_parallel_for_simd_loop_messages.cpp | 380 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 …]
|