Home
last modified time | relevance | path

Searched refs:Iter0 (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/OpenMP/
Dsimd_loop_messages.cpp314 class Iter0 { class
316 Iter0() { } in Iter0() function in Iter0
317 Iter0(const Iter0 &) { } in Iter0() function in Iter0
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 …]
Dparallel_for_loop_messages.cpp318 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 …]
Dtarget_parallel_for_loop_messages.cpp318 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 …]
Dtaskloop_loop_messages.cpp391 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 …]
Dfor_loop_messages.cpp390 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 …]
Dparallel_for_simd_loop_messages.cpp320 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 …]
Dtarget_parallel_for_simd_loop_messages.cpp318 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 …]
Dtaskloop_simd_loop_messages.cpp392 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 …]
Dfor_simd_loop_messages.cpp373 class Iter0 { class
375 Iter0() {} in Iter0() function in Iter0
376 Iter0(const Iter0 &) {} in Iter0() function in Iter0
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 …]
Ddistribute_simd_loop_messages.cpp420 class Iter0 { class
422 Iter0() { } in Iter0() function in Iter0
423 Iter0(const Iter0 &) { } in Iter0() argument
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 …]
Ddistribute_parallel_for_simd_loop_messages.cpp422 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 …]