Lines Matching full:operator
25 operator int();
26 explicit operator bool();
29 A::operator bool() { return false; }
49 explicit operator Y() const;
50 explicit operator int() const;
71 operator bool();
75 explicit operator bool(); // expected-note {{conversion to integral type 'bool'}}
128 operator int();
131 explicit operator int(); // expected-note {{conversion to integral type 'int' declared here}}
145 operator int*();
148 explicit operator int*(); // expected-note {{conversion}}
164 operator Func();
167 explicit operator Func();
173 nfp(1); // expected-error {{type 'NotFP' does not provide a call operator}}