Home
last modified time | relevance | path

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

/external/clang/test/OpenMP/
Dparallel_for_loop_messages.cpp338 class GoodIter { class
340 GoodIter() {} in GoodIter() function in GoodIter
341 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter
342 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
343 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
344 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
345 GoodIter &operator+=(int x) { return *this; } in operator +=()
346 GoodIter &operator-=(int x) { return *this; } in operator -=()
347 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
348 GoodIter operator++() { return *this; } in operator ++()
[all …]
Dsimd_loop_messages.cpp334 class GoodIter { class
336 GoodIter() { } in GoodIter() function in GoodIter
337 GoodIter(const GoodIter &) { } in GoodIter() argument
338 GoodIter(int fst, int snd) { } in GoodIter() function in GoodIter
339 GoodIter &operator =(const GoodIter &that) { return *this; } in operator =()
340 GoodIter &operator =(const Iter0 &that) { return *this; } in operator =()
341 GoodIter &operator +=(int x) { return *this; } in operator +=()
342 explicit GoodIter(void *) { } in GoodIter() function in GoodIter
343 GoodIter operator ++() { return *this; } in operator ++()
344 GoodIter operator --() { return *this; } in operator --()
[all …]
Dtarget_parallel_for_loop_messages.cpp338 class GoodIter { class
340 GoodIter() {} in GoodIter() function in GoodIter
341 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter
342 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
343 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
344 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
345 GoodIter &operator+=(int x) { return *this; } in operator +=()
346 GoodIter &operator-=(int x) { return *this; } in operator -=()
347 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
348 GoodIter operator++() { return *this; } in operator ++()
[all …]
Dtaskloop_loop_messages.cpp411 class GoodIter { class
413 GoodIter() {} in GoodIter() function in GoodIter
414 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter
415 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
416 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
417 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
418 GoodIter &operator+=(int x) { return *this; } in operator +=()
419 GoodIter &operator-=(int x) { return *this; } in operator -=()
420 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
421 GoodIter operator++() { return *this; } in operator ++()
[all …]
Dfor_loop_messages.cpp410 class GoodIter { class
412 GoodIter() {} in GoodIter() function in GoodIter
413 GoodIter(const GoodIter &) {} in GoodIter() argument
414 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
415 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
416 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
417 GoodIter &operator+=(int x) { return *this; } in operator +=()
418 GoodIter &operator-=(int x) { return *this; } in operator -=()
419 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
420 GoodIter operator++() { return *this; } in operator ++()
[all …]
Dtarget_parallel_for_simd_loop_messages.cpp338 class GoodIter { class
340 GoodIter() {} in GoodIter() function in GoodIter
341 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter
342 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
343 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
344 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
345 GoodIter &operator+=(int x) { return *this; } in operator +=()
346 GoodIter &operator-=(int x) { return *this; } in operator -=()
347 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
348 GoodIter operator++() { return *this; } in operator ++()
[all …]
Dparallel_for_simd_loop_messages.cpp340 class GoodIter { class
342 GoodIter() {} in GoodIter() function in GoodIter
343 GoodIter(const GoodIter &) {} in GoodIter() argument
344 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
345 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
346 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
347 GoodIter &operator+=(int x) { return *this; } in operator +=()
348 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
349 GoodIter operator++() { return *this; } in operator ++()
350 GoodIter operator--() { return *this; } in operator --()
[all …]
Dtaskloop_simd_loop_messages.cpp412 class GoodIter { class
414 GoodIter() {} in GoodIter() function in GoodIter
415 GoodIter(const GoodIter &) {} in GoodIter() argument
416 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
417 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
418 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
419 GoodIter &operator+=(int x) { return *this; } in operator +=()
420 GoodIter &operator-=(int x) { return *this; } in operator -=()
421 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
422 GoodIter operator++() { return *this; } in operator ++()
[all …]
Dfor_simd_loop_messages.cpp393 class GoodIter { class
395 GoodIter() {} in GoodIter() function in GoodIter
396 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter
397 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
398 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
399 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
400 GoodIter &operator+=(int x) { return *this; } in operator +=()
401 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
402 GoodIter operator++() { return *this; } in operator ++()
403 GoodIter operator--() { return *this; } in operator --()
[all …]
Ddistribute_simd_loop_messages.cpp440 class GoodIter { class
442 GoodIter() { } in GoodIter() function in GoodIter
443 GoodIter(const GoodIter &) { } in GoodIter() argument
444 GoodIter(int fst, int snd) { } in GoodIter() function in GoodIter
445 GoodIter &operator =(const GoodIter &that) { return *this; } in operator =()
446 GoodIter &operator =(const Iter0 &that) { return *this; } in operator =()
447 GoodIter &operator +=(int x) { return *this; } in operator +=()
448 explicit GoodIter(void *) { } in GoodIter() function in GoodIter
449 GoodIter operator ++() { return *this; } in operator ++()
450 GoodIter operator --() { return *this; } in operator --()
[all …]
Ddistribute_parallel_for_simd_loop_messages.cpp442 class GoodIter { class
444 GoodIter() {} in GoodIter() function in GoodIter
445 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter
446 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
447 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
448 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
449 GoodIter &operator+=(int x) { return *this; } in operator +=()
450 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
451 GoodIter operator++() { return *this; } in operator ++()
452 GoodIter operator--() { return *this; } in operator --()
[all …]