Lines Matching full:candidate
22 bool operator-(Y, Y); // expected-note{{candidate function}}
23 bool operator-(Z, Z); // expected-note{{candidate function}}
31 bool operator==(Z&); // expected-note 2{{candidate function}}
36 bool operator==(A&, Z&); // expected-note 3{{candidate function}}
71 float& operator==(E1, E2); // expected-note{{candidate function}}
88 bool operator==(const pr5244_foo& s1, const pr5244_foo& s2); // expected-note{{candidate function}}
89 bool operator==(char c, const pr5244_foo& s); // expected-note{{candidate function}}
164 int& operator()(int, double = 2.71828); // expected-note{{candidate function}}
165 float& operator()(int, double, long, ...); // expected-note{{candidate function}}
167 double& operator()(float); // expected-note{{candidate function}}
201 operator Func1*(); // expected-note 2{{conversion candidate of type 'INTREF (*)(FLOAT, double)'}}
202 operator Func2&(); // expected-note 2{{conversion candidate of type 'float &(&)(int, double)'}}
229 Arrow1 operator->(); // expected-note{{candidate function}}
352 int operator[](unsigned); // expected-note {{candidate}}