/external/clang/test/OpenMP/ |
D | parallel_for_loop_messages.cpp | 338 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 …]
|
D | simd_loop_messages.cpp | 334 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 …]
|
D | target_parallel_for_loop_messages.cpp | 338 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 …]
|
D | taskloop_loop_messages.cpp | 411 class GoodIter { class 413 GoodIter() {} in GoodIter() function in GoodIter 414 GoodIter(const GoodIter &) {} in GoodIter() argument 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 …]
|
D | for_loop_messages.cpp | 410 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 …]
|
D | target_parallel_for_simd_loop_messages.cpp | 338 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 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 …]
|
D | parallel_for_simd_loop_messages.cpp | 340 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 …]
|
D | taskloop_simd_loop_messages.cpp | 412 class GoodIter { class 414 GoodIter() {} in GoodIter() function in GoodIter 415 GoodIter(const GoodIter &) {} in GoodIter() function in GoodIter 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 …]
|
D | for_simd_loop_messages.cpp | 393 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 …]
|
D | distribute_simd_loop_messages.cpp | 440 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 …]
|
D | distribute_parallel_for_simd_loop_messages.cpp | 442 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 …]
|