/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() 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 | taskloop_loop_messages.cpp | 391 class Iter0 { class 393 Iter0() {} in Iter0() function in Iter0 394 Iter0(const Iter0 &) {} in Iter0() argument 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 | parallel_for_simd_loop_messages.cpp | 320 class Iter0 { class 322 Iter0() {} in Iter0() function in Iter0 323 Iter0(const Iter0 &) {} in Iter0() function in Iter0 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() argument 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_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 | 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 | 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 …]
|
D | distribute_parallel_for_simd_loop_messages.cpp | 422 class Iter0 { class 424 Iter0() {} in Iter0() function in Iter0 425 Iter0(const Iter0 &) {} in Iter0() argument 426 Iter0 operator++() { return *this; } in operator ++() 427 Iter0 operator--() { return *this; } in operator --() 428 bool operator<(Iter0 a) { return true; } in operator <() 432 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 448 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 478 Iter0 begin0, end0; in test_with_random_access_iterator() 595 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|