Lines Matching full:operator
85 operator int() const;
90 operator IntClass() const;
194 int operator*() const;
197 int operator+(T) const;
209 operator long() const;
216 // 5.1/4: The operator :: followed by an identifier, a
217 // qualified-id, or an operator-function-id is a primary-
242 __is_lvalue_expr(::Class::operator+); // operator-function-id: template \
245 //ASSERT_RVALUE(::Class::operator*); // operator-function-id: member function
387 // operator... The result is an rvalue.
466 // expr.unary.op/1: The unary * operator performs indirection: the
520 // 5.16 Conditional operator [expr.cond]