Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:operator

340   bool operator==(const QFixed &f, int i);
343 inline operator unsigned int () const;
345 inline bool operator==(const qrgb666 &v) const;
346 inline bool operator!=(const qrgb666 &v) const { return !(*this == v); }
405 operator const unsigned int & () const;
409 operator unsigned int & () const;
430 operator ft*();
451 operator const X*();
454 operator X*();
481 operator X0 *();
483 operator const X0 *();