OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GoodIter
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/OpenMP/
for_loop_messages.cpp
396
// expected-note@+2 {{candidate function not viable: no known conversion from '
GoodIter
' to 'Iter0' for 1st argument}}
408
class
GoodIter
{
410
GoodIter
() {}
411
GoodIter
(const
GoodIter
&) {}
412
GoodIter
(int fst, int snd) {}
413
GoodIter
&operator=(const
GoodIter
&that) { return *this; }
414
GoodIter
&operator=(const Iter0 &that) { return *this; }
415
GoodIter
&operator+=(int x) { return *this;
[
all
...]
parallel_for_loop_messages.cpp
324
// expected-note@+2 {{candidate function not viable: no known conversion from '
GoodIter
' to 'Iter0' for 1st argument}}
336
class
GoodIter
{
338
GoodIter
() {}
339
GoodIter
(const
GoodIter
&) {}
340
GoodIter
(int fst, int snd) {}
341
GoodIter
&operator=(const
GoodIter
&that) { return *this; }
342
GoodIter
&operator=(const Iter0 &that) { return *this; }
343
GoodIter
&operator+=(int x) { return *this;
[
all
...]
simd_loop_messages.cpp
332
class
GoodIter
{
334
GoodIter
() { }
335
GoodIter
(const
GoodIter
&) { }
336
GoodIter
(int fst, int snd) { }
337
GoodIter
&operator =(const
GoodIter
&that) { return *this; }
338
GoodIter
&operator =(const Iter0 &that) { return *this; }
339
GoodIter
&operator +=(int x) { return *this; }
340
explicit
GoodIter
(void *) {
[
all
...]
for_simd_loop_messages.cpp
379
// expected-note@+2 {{candidate function not viable: no known conversion from '
GoodIter
' to 'Iter0' for 1st argument}}
391
class
GoodIter
{
393
GoodIter
() {}
394
GoodIter
(const
GoodIter
&) {}
395
GoodIter
(int fst, int snd) {}
396
GoodIter
&operator=(const
GoodIter
&that) { return *this; }
397
GoodIter
&operator=(const Iter0 &that) { return *this; }
398
GoodIter
&operator+=(int x) { return *this;
[
all
...]
parallel_for_simd_loop_messages.cpp
326
// expected-note@+2 {{candidate function not viable: no known conversion from '
GoodIter
' to 'Iter0' for 1st argument}}
338
class
GoodIter
{
340
GoodIter
() {}
341
GoodIter
(const
GoodIter
&) {}
342
GoodIter
(int fst, int snd) {}
343
GoodIter
&operator=(const
GoodIter
&that) { return *this; }
344
GoodIter
&operator=(const Iter0 &that) { return *this; }
345
GoodIter
&operator+=(int x) { return *this;
[
all
...]
taskloop_loop_messages.cpp
397
// expected-note@+2 {{candidate function not viable: no known conversion from '
GoodIter
' to 'Iter0' for 1st argument}}
409
class
GoodIter
{
411
GoodIter
() {}
412
GoodIter
(const
GoodIter
&) {}
413
GoodIter
(int fst, int snd) {}
414
GoodIter
&operator=(const
GoodIter
&that) { return *this; }
415
GoodIter
&operator=(const Iter0 &that) { return *this; }
416
GoodIter
&operator+=(int x) { return *this;
[
all
...]
taskloop_simd_loop_messages.cpp
398
// expected-note@+2 {{candidate function not viable: no known conversion from '
GoodIter
' to 'Iter0' for 1st argument}}
410
class
GoodIter
{
412
GoodIter
() {}
413
GoodIter
(const
GoodIter
&) {}
414
GoodIter
(int fst, int snd) {}
415
GoodIter
&operator=(const
GoodIter
&that) { return *this; }
416
GoodIter
&operator=(const Iter0 &that) { return *this; }
417
GoodIter
&operator+=(int x) { return *this;
[
all
...]
Completed in 211 milliseconds