Searched refs:Iter0 (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/OpenMP/ |
D | simd_loop_messages.cpp | 312 class Iter0 { class 314 Iter0() { } in Iter0() function in Iter0 315 Iter0(const Iter0 &) { } in Iter0() argument 316 Iter0 operator ++() { return *this; } in operator ++() 317 Iter0 operator --() { return *this; } in operator --() 318 Iter0 operator + (int delta) { return *this; } in operator +() 319 bool operator <(Iter0 a) { return true; } in operator <() 322 int operator -(Iter0 a, Iter0 b) { return 0; } in operator -() 338 GoodIter &operator =(const Iter0 &that) { return *this; } in operator =() 363 Iter0 begin0, end0; in test_with_random_access_iterator() [all …]
|
D | parallel_for_loop_messages.cpp | 316 class Iter0 { class 318 Iter0() {} in Iter0() function in Iter0 319 Iter0(const Iter0 &) {} in Iter0() argument 320 Iter0 operator++() { return *this; } in operator ++() 321 Iter0 operator--() { return *this; } in operator --() 322 bool operator<(Iter0 a) { return true; } in operator <() 326 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 342 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 373 Iter0 begin0, end0; in test_with_random_access_iterator() 450 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | for_simd_loop_messages.cpp | 371 class Iter0 { class 373 Iter0() {} in Iter0() function in Iter0 374 Iter0(const Iter0 &) {} in Iter0() function in Iter0 375 Iter0 operator++() { return *this; } in operator ++() 376 Iter0 operator--() { return *this; } in operator --() 377 bool operator<(Iter0 a) { return true; } in operator <() 381 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 397 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 427 Iter0 begin0, end0; in test_with_random_access_iterator() 524 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | 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 =() 374 Iter0 begin0, end0; in test_with_random_access_iterator() 451 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | for_loop_messages.cpp | 388 class Iter0 { class 390 Iter0() {} in Iter0() function in Iter0 391 Iter0(const Iter0 &) {} in Iter0() argument 392 Iter0 operator++() { return *this; } in operator ++() 393 Iter0 operator--() { return *this; } in operator --() 394 bool operator<(Iter0 a) { return true; } in operator <() 398 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 414 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 445 Iter0 begin0, end0; in test_with_random_access_iterator() 543 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | taskloop_loop_messages.cpp | 389 class Iter0 { class 391 Iter0() {} in Iter0() function in Iter0 392 Iter0(const Iter0 &) {} in Iter0() function in Iter0 393 Iter0 operator++() { return *this; } in operator ++() 394 Iter0 operator--() { return *this; } in operator --() 395 bool operator<(Iter0 a) { return true; } in operator <() 399 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -() 415 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =() 446 Iter0 begin0, end0; in test_with_random_access_iterator() 544 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|
D | taskloop_simd_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 =() 447 Iter0 begin0, end0; in test_with_random_access_iterator() 545 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() [all …]
|