/external/clang/test/OpenMP/ |
D | simd_loop_messages.cpp | 314 class Iter0 { class 316 Iter0() { } in Iter0() function in Iter0 317 Iter0(const Iter0 &) { } in Iter0() argument 318 Iter0 operator ++() { return *this; } in operator ++() 319 Iter0 operator --() { return *this; } in operator --() 320 Iter0 operator + (int delta) { return *this; } in operator +() 321 bool operator <(Iter0 a) { return true; } in operator <() 324 int operator -(Iter0 a, Iter0 b) { return 0; } in operator -() 340 GoodIter &operator =(const Iter0 &that) { return *this; } in operator =() 365 Iter0 begin0, end0; in test_with_random_access_iterator() [all …]
|
D | parallel_for_loop_messages.cpp | 318 class Iter0 { class 320 Iter0() {} in Iter0() function in Iter0 321 Iter0(const Iter0 &) {} in Iter0() argument 322 Iter0 operator++() { return *this; } in operator ++() 323 Iter0 operator--() { return *this; } in operator --() 324 bool operator<(Iter0 a) { return true; } in operator <() 328 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 344 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 375 Iter0 begin0, end0; in test_with_random_access_iterator() 452 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | parallel_for_simd_loop_messages.cpp | 320 class Iter0 { class 322 Iter0() {} in Iter0() function in Iter0 323 Iter0(const Iter0 &) {} in Iter0() argument 324 Iter0 operator++() { return *this; } in operator ++() 325 Iter0 operator--() { return *this; } in operator --() 326 bool operator<(Iter0 a) { return true; } in operator <() 330 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 346 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 376 Iter0 begin0, end0; in test_with_random_access_iterator() 453 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | for_loop_messages.cpp | 390 class Iter0 { class 392 Iter0() {} in Iter0() function in Iter0 393 Iter0(const Iter0 &) {} in Iter0() function in Iter0 394 Iter0 operator++() { return *this; } in operator ++() 395 Iter0 operator--() { return *this; } in operator --() 396 bool operator<(Iter0 a) { return true; } in operator <() 400 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 416 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 460 Iter0 begin0, end0; in test_with_random_access_iterator() 558 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | taskloop_loop_messages.cpp | 391 class Iter0 { class 393 Iter0() {} in Iter0() function in Iter0 394 Iter0(const Iter0 &) {} in Iter0() function in Iter0 395 Iter0 operator++() { return *this; } in operator ++() 396 Iter0 operator--() { return *this; } in operator --() 397 bool operator<(Iter0 a) { return true; } in operator <() 401 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 417 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 448 Iter0 begin0, end0; in test_with_random_access_iterator() 546 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | target_parallel_for_loop_messages.cpp | 318 class Iter0 { class 320 Iter0() {} in Iter0() function in Iter0 321 Iter0(const Iter0 &) {} in Iter0() argument 322 Iter0 operator++() { return *this; } in operator ++() 323 Iter0 operator--() { return *this; } in operator --() 324 bool operator<(Iter0 a) { return true; } in operator <() 328 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 344 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 375 Iter0 begin0, end0; in test_with_random_access_iterator() 452 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | target_parallel_for_simd_loop_messages.cpp | 318 class Iter0 { class 320 Iter0() {} in Iter0() function in Iter0 321 Iter0(const Iter0 &) {} in Iter0() function in Iter0 322 Iter0 operator++() { return *this; } in operator ++() 323 Iter0 operator--() { return *this; } in operator --() 324 bool operator<(Iter0 a) { return true; } in operator <() 328 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 344 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 375 Iter0 begin0, end0; in test_with_random_access_iterator() 452 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | for_simd_loop_messages.cpp | 373 class Iter0 { class 375 Iter0() {} in Iter0() function in Iter0 376 Iter0(const Iter0 &) {} in Iter0() argument 377 Iter0 operator++() { return *this; } in operator ++() 378 Iter0 operator--() { return *this; } in operator --() 379 bool operator<(Iter0 a) { return true; } in operator <() 383 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 399 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 429 Iter0 begin0, end0; in test_with_random_access_iterator() 526 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | taskloop_simd_loop_messages.cpp | 392 class Iter0 { class 394 Iter0() {} in Iter0() function in Iter0 395 Iter0(const Iter0 &) {} in Iter0() function in Iter0 396 Iter0 operator++() { return *this; } in operator ++() 397 Iter0 operator--() { return *this; } in operator --() 398 bool operator<(Iter0 a) { return true; } in operator <() 402 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 418 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 449 Iter0 begin0, end0; in test_with_random_access_iterator() 547 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | distribute_simd_loop_messages.cpp | 420 class Iter0 { class 422 Iter0() { } in Iter0() function in Iter0 423 Iter0(const Iter0 &) { } in Iter0() function in Iter0 424 Iter0 operator ++() { return *this; } in operator ++() 425 Iter0 operator --() { return *this; } in operator --() 426 Iter0 operator + (int delta) { return *this; } in operator +() 427 bool operator <(Iter0 a) { return true; } in operator <() 430 int operator -(Iter0 a, Iter0 b) { return 0; } in operator -() 446 GoodIter &operator =(const Iter0 &that) { return *this; } in operator =() 471 Iter0 begin0, end0; in test_with_random_access_iterator() [all …]
|
/external/llvm-project/clang/test/OpenMP/ |
D | simd_loop_messages.cpp | 342 class Iter0 { class 344 Iter0() { } in Iter0() function in Iter0 345 Iter0(const Iter0 &) { } in Iter0() function in Iter0 346 Iter0 operator ++() { return *this; } in operator ++() 347 Iter0 operator --() { return *this; } in operator --() 348 Iter0 operator + (int delta) { return *this; } in operator +() 349 bool operator <(Iter0 a) { return true; } in operator <() 352 int operator -(Iter0 a, Iter0 b) { return 0; } in operator -() 368 GoodIter &operator =(const Iter0 &that) { return *this; } in operator =() 393 Iter0 begin0, end0; in test_with_random_access_iterator() [all …]
|
D | parallel_for_loop_messages.cpp | 322 class Iter0 { class 324 Iter0() {} in Iter0() function in Iter0 325 Iter0(const Iter0 &) {} in Iter0() function in Iter0 326 Iter0 operator++() { return *this; } in operator ++() 327 Iter0 operator--() { return *this; } in operator --() 328 bool operator<(Iter0 a) { return true; } in operator <() 332 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 348 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 379 Iter0 begin0, end0; in test_with_random_access_iterator() 456 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | target_simd_loop_messages.cpp | 324 class Iter0 { class 326 Iter0() {} in Iter0() function in Iter0 327 Iter0(const Iter0 &) {} in Iter0() function in Iter0 328 Iter0 operator++() { return *this; } in operator ++() 329 Iter0 operator--() { return *this; } in operator --() 330 bool operator<(Iter0 a) { return true; } in operator <() 334 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 350 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 381 Iter0 begin0, end0; in test_with_random_access_iterator() 458 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | parallel_for_simd_loop_messages.cpp | 324 class Iter0 { class 326 Iter0() {} in Iter0() function in Iter0 327 Iter0(const Iter0 &) {} in Iter0() argument 328 Iter0 operator++() { return *this; } in operator ++() 329 Iter0 operator--() { return *this; } in operator --() 330 bool operator<(Iter0 a) { return true; } in operator <() 334 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 350 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 380 Iter0 begin0, end0; in test_with_random_access_iterator() 457 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | target_teams_distribute_loop_messages.cpp | 309 class Iter0 { class 311 Iter0() {} in Iter0() function in Iter0 312 Iter0(const Iter0 &) {} in Iter0() function in Iter0 313 Iter0 operator++() { return *this; } in operator ++() 314 Iter0 operator--() { return *this; } in operator --() 315 bool operator<(Iter0 a) { return true; } in operator <() 319 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 335 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 365 Iter0 begin0, end0; in test_with_random_access_iterator() 442 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | taskloop_loop_messages.cpp | 394 class Iter0 { class 396 Iter0() {} in Iter0() function in Iter0 397 Iter0(const Iter0 &) {} in Iter0() function in Iter0 398 Iter0 operator++() { return *this; } in operator ++() 399 Iter0 operator--() { return *this; } in operator --() 400 bool operator<(Iter0 a) { return true; } in operator <() 404 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 420 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 451 Iter0 begin0, end0; in test_with_random_access_iterator() 549 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | target_parallel_for_loop_messages.cpp | 322 class Iter0 { class 324 Iter0() {} in Iter0() function in Iter0 325 Iter0(const Iter0 &) {} in Iter0() argument 326 Iter0 operator++() { return *this; } in operator ++() 327 Iter0 operator--() { return *this; } in operator --() 328 bool operator<(Iter0 a) { return true; } in operator <() 332 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 348 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 379 Iter0 begin0, end0; in test_with_random_access_iterator() 456 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | for_simd_loop_messages.cpp | 377 class Iter0 { class 379 Iter0() {} in Iter0() function in Iter0 380 Iter0(const Iter0 &) {} in Iter0() function in Iter0 381 Iter0 operator++() { return *this; } in operator ++() 382 Iter0 operator--() { return *this; } in operator --() 383 bool operator<(Iter0 a) { return true; } in operator <() 387 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 403 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 433 Iter0 begin0, end0; in test_with_random_access_iterator() 530 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | target_teams_distribute_simd_loop_messages.cpp | 303 class Iter0 { class 305 Iter0() {} in Iter0() function in Iter0 306 Iter0(const Iter0 &) {} in Iter0() function in Iter0 307 Iter0 operator++() { return *this; } in operator ++() 308 Iter0 operator--() { return *this; } in operator --() 309 bool operator<(Iter0 a) { return true; } in operator <() 313 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 329 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 359 Iter0 begin0, end0; in test_with_random_access_iterator() 436 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | target_teams_distribute_parallel_for_loop_messages.cpp | 307 class Iter0 { class 309 Iter0() {} in Iter0() function in Iter0 310 Iter0(const Iter0 &) {} in Iter0() argument 311 Iter0 operator++() { return *this; } in operator ++() 312 Iter0 operator--() { return *this; } in operator --() 313 bool operator<(Iter0 a) { return true; } in operator <() 317 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 333 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 363 Iter0 begin0, end0; in test_with_random_access_iterator() 440 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | teams_distribute_loop_messages.cpp | 360 class Iter0 { class 362 Iter0() {} in Iter0() function in Iter0 363 Iter0(const Iter0 &) {} in Iter0() argument 364 Iter0 operator++() { return *this; } in operator ++() 365 Iter0 operator--() { return *this; } in operator --() 366 bool operator<(Iter0 a) { return true; } in operator <() 370 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 386 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 416 Iter0 begin0, end0; in test_with_random_access_iterator() 513 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | taskloop_simd_loop_messages.cpp | 396 class Iter0 { class 398 Iter0() {} in Iter0() function in Iter0 399 Iter0(const Iter0 &) {} in Iter0() function in Iter0 400 Iter0 operator++() { return *this; } in operator ++() 401 Iter0 operator--() { return *this; } in operator --() 402 bool operator<(Iter0 a) { return true; } in operator <() 406 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 422 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 453 Iter0 begin0, end0; in test_with_random_access_iterator() 551 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | target_parallel_for_simd_loop_messages.cpp | 324 class Iter0 { class 326 Iter0() {} in Iter0() function in Iter0 327 Iter0(const Iter0 &) {} in Iter0() function in Iter0 328 Iter0 operator++() { return *this; } in operator ++() 329 Iter0 operator--() { return *this; } in operator --() 330 bool operator<(Iter0 a) { return true; } in operator <() 334 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 350 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 381 Iter0 begin0, end0; in test_with_random_access_iterator() 458 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | master_taskloop_loop_messages.cpp | 394 class Iter0 { class 396 Iter0() {} in Iter0() function in Iter0 397 Iter0(const Iter0 &) {} in Iter0() argument 398 Iter0 operator++() { return *this; } in operator ++() 399 Iter0 operator--() { return *this; } in operator --() 400 bool operator<(Iter0 a) { return true; } in operator <() 404 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 420 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 451 Iter0 begin0, end0; in test_with_random_access_iterator() 549 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | for_loop_messages.cpp | 414 class Iter0 { class 416 Iter0() {} in Iter0() function in Iter0 417 Iter0(const Iter0 &) {} in Iter0() argument 418 Iter0 operator++() { return *this; } in operator ++() 419 Iter0 operator--() { return *this; } in operator --() 420 bool operator<(Iter0 a) { return true; } in operator <() 424 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 440 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 484 Iter0 begin0, end0; in test_with_random_access_iterator() 582 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|