Home
last modified time | relevance | path

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

/external/clang/test/OpenMP/
Dparallel_for_loop_messages.cpp336 class GoodIter { class
338 GoodIter() {} in GoodIter() function in GoodIter
339 GoodIter(const GoodIter &) {} in GoodIter() argument
340 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
341 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
342 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
343 GoodIter &operator+=(int x) { return *this; } in operator +=()
344 GoodIter &operator-=(int x) { return *this; } in operator -=()
345 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
346 GoodIter operator++() { return *this; } in operator ++()
[all …]
Dsimd_loop_messages.cpp332 class GoodIter { class
334 GoodIter() { } in GoodIter() function in GoodIter
335 GoodIter(const GoodIter &) { } in GoodIter() function in GoodIter
336 GoodIter(int fst, int snd) { } in GoodIter() function in GoodIter
337 GoodIter &operator =(const GoodIter &that) { return *this; } in operator =()
338 GoodIter &operator =(const Iter0 &that) { return *this; } in operator =()
339 GoodIter &operator +=(int x) { return *this; } in operator +=()
340 explicit GoodIter(void *) { } in GoodIter() function in GoodIter
341 GoodIter operator ++() { return *this; } in operator ++()
342 GoodIter operator --() { return *this; } in operator --()
[all …]
Dfor_loop_messages.cpp408 class GoodIter { class
410 GoodIter() {} in GoodIter() function in GoodIter
411 GoodIter(const GoodIter &) {} in GoodIter() argument
412 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
413 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
414 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
415 GoodIter &operator+=(int x) { return *this; } in operator +=()
416 GoodIter &operator-=(int x) { return *this; } in operator -=()
417 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
418 GoodIter operator++() { return *this; } in operator ++()
[all …]
Dtaskloop_loop_messages.cpp409 class GoodIter { class
411 GoodIter() {} in GoodIter() function in GoodIter
412 GoodIter(const GoodIter &) {} in GoodIter() argument
413 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
414 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
415 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
416 GoodIter &operator+=(int x) { return *this; } in operator +=()
417 GoodIter &operator-=(int x) { return *this; } in operator -=()
418 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
419 GoodIter operator++() { return *this; } in operator ++()
[all …]
Dfor_simd_loop_messages.cpp391 class GoodIter { class
393 GoodIter() {} in GoodIter() function in GoodIter
394 GoodIter(const GoodIter &) {} in GoodIter() argument
395 GoodIter(int fst, int snd) {} in GoodIter() function in GoodIter
396 GoodIter &operator=(const GoodIter &that) { return *this; } in operator =()
397 GoodIter &operator=(const Iter0 &that) { return *this; } in operator =()
398 GoodIter &operator+=(int x) { return *this; } in operator +=()
399 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
400 GoodIter operator++() { return *this; } in operator ++()
401 GoodIter operator--() { return *this; } in operator --()
[all …]
Dparallel_for_simd_loop_messages.cpp338 class GoodIter { class
340 GoodIter() {} in GoodIter() function in GoodIter
341 GoodIter(const GoodIter &) {} in GoodIter() argument
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 explicit GoodIter(void *) {} in GoodIter() function in GoodIter
347 GoodIter operator++() { return *this; } in operator ++()
348 GoodIter operator--() { return *this; } in operator --()
[all …]
Dtaskloop_simd_loop_messages.cpp410 class GoodIter { class
412 GoodIter() {} in GoodIter() function in GoodIter
413 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter
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 …]