Lines Matching full:operator
122 void operator*(const A &);
123 void operator*(int) __attribute__((deprecated));
124 void operator-(const A &) const;
126 void operator+(const A &, const A &);
127 void operator+(const A &, int) __attribute__((deprecated));
128 void operator-(const A &, int) __attribute__((deprecated));
141 // Overloaded operator call.
146 operator intfn() __attribute__((deprecated));
147 operator unintfn();
148 void operator ()(A &) __attribute__((deprecated));
149 void operator ()(const A &);
166 operator int() __attribute__((deprecated));
167 operator long();