Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/OpenMP/
H A Dsimd_loop_messages.cpp342 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 …]
H A Dparallel_for_loop_messages.cpp322 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 …]
H A Dtarget_simd_loop_messages.cpp326 class Iter0 { class
328 Iter0() {} in Iter0() function in Iter0
329 Iter0(const Iter0 &) {} in Iter0() function in Iter0
330 Iter0 operator++() { return *this; } in operator ++()
331 Iter0 operator--() { return *this; } in operator --()
332 bool operator<(Iter0 a) { return true; } in operator <()
336 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -()
352 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
383 Iter0 begin0, end0; in test_with_random_access_iterator()
460 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
[all …]
H A Dtaskloop_loop_messages.cpp394 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 …]
H A Dtarget_parallel_for_loop_messages.cpp322 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 …]
H A Dparallel_for_simd_loop_messages.cpp324 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 <()
332 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
333 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
334 int operator-(Iter0
[all...]
H A Dtarget_teams_distribute_loop_messages.cpp309 class Iter0 { class
311 Iter0() {} in Iter0() function in Iter0
312 Iter0(const Iter0 &) {} in Iter0() argument
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 …]
H A Dmaster_taskloop_loop_messages.cpp394 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 …]
H A Dfor_loop_messages.cpp414 class Iter0 { class
416 Iter0() {} in Iter0() function in Iter0
417 Iter0(const Iter0 &) {} in Iter0() function in Iter0
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 …]
H A Dteams_distribute_loop_messages.cpp360 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 …]
H A Dtarget_teams_distribute_simd_loop_messages.cpp303 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 …]
H A Dtarget_parallel_for_simd_loop_messages.cpp326 class Iter0 { class
328 Iter0() {} in Iter0() function in Iter0
329 Iter0(const Iter0 &) {} in Iter0() argument
330 Iter0 operator++() { return *this; } in operator ++()
331 Iter0 operator--() { return *this; } in operator --()
332 bool operator<(Iter0 a) { return true; } in operator <()
336 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -()
352 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
383 Iter0 begin0, end0; in test_with_random_access_iterator()
460 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
[all …]
H A Dmasked_taskloop_loop_messages.cpp394 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 …]
H A Dfor_simd_loop_messages.cpp377 class Iter0 { class
379 Iter0() {} in Iter0() function in Iter0
380 Iter0(const Iter0 &) {} in Iter0() argument
381 Iter0 operator++() { return *this; } in operator ++()
382 Iter0 operator--() { return *this; } in operator --()
383 bool operator<(Iter0 a) { return true; } in operator <()
385 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
386 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
387 int operator-(Iter0
[all...]
H A Dtarget_teams_distribute_parallel_for_loop_messages.cpp307 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 …]
H A Dtaskloop_simd_loop_messages.cpp396 class Iter0 { class
398 Iter0() {} in Iter0() function in Iter0
399 Iter0(const Iter0 &) {} in Iter0() argument
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 …]
H A Ddistribute_simd_loop_messages.cpp438 class Iter0 { class
440 Iter0() { } in Iter0() function in Iter0
441 Iter0(const Iter0 &) { } in Iter0() function in Iter0
442 Iter0 operator ++() { return *this; } in operator ++()
443 Iter0 operator --() { return *this; } in operator --()
444 Iter0 operator + (int delta) { return *this; } in operator +()
445 bool operator <(Iter0 a) { return true; } in operator <()
448 int operator -(Iter0 a, Iter0 b) { return 0; } in operator -()
464 GoodIter &operator =(const Iter0 &that) { return *this; } in operator =()
489 Iter0 begin0, end0; in test_with_random_access_iterator()
[all …]
H A Dparallel_masked_taskloop_loop_messages.cpp394 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 …]
H A Dteams_distribute_simd_loop_messages.cpp360 class Iter0 { class
362 Iter0() {} in Iter0() function in Iter0
363 Iter0(const Iter0 &) {} in Iter0() function in Iter0
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 …]
H A Dteams_distribute_parallel_for_simd_loop_messages.cpp360 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 …]
H A Dtarget_teams_distribute_parallel_for_simd_loop_messages.cpp312 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 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 =()
368 Iter0 begin0, end0; in test_with_random_access_iterator()
445 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
[all …]
H A Dmasked_taskloop_simd_loop_messages.cpp397 class Iter0 { class
399 Iter0() {} in Iter0() function in Iter0
400 Iter0(const Iter0 &) {} in Iter0() function in Iter0
401 Iter0 operator++() { return *this; } in operator ++()
402 Iter0 operator--() { return *this; } in operator --()
403 bool operator<(Iter0 a) { return true; } in operator <()
407 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -()
423 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
454 Iter0 begin0, end0; in test_with_random_access_iterator()
552 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
[all …]
H A Dteams_distribute_parallel_for_loop_messages.cpp358 class Iter0 { class
360 Iter0() {} in Iter0() function in Iter0
361 Iter0(const Iter0 &) {} in Iter0() argument
362 Iter0 operator++() { return *this; } in operator ++()
363 Iter0 operator--() { return *this; } in operator --()
364 bool operator<(Iter0 a) { return true; } in operator <()
368 int operator-(Iter0 a, Iter0 b) { return 0; } in operator -()
384 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
414 Iter0 begin0, end0; in test_with_random_access_iterator()
511 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
[all …]
H A Dparallel_master_taskloop_loop_messages.cpp394 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 …]
H A Dmaster_taskloop_simd_loop_messages.cpp396 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 …]

12