Home | History | Annotate | Download | only in AST

Lines Matching refs:Operation

1775 /// Perform the given integer operation, which is known to need at most BitWidth
1778 template<typename Operation>
1781 unsigned BitWidth, Operation Op,
1801 /// Perform the given binary integer operation.
1829 // this operation and gives the two's complement result.
1899 /// Perform the given binary floating-point operation, in-place, on LHS.
2277 /// conversion. If it's of class type, we may assume that the copy operation
3238 /// HandleMemberPointerAccess - Evaluate a member access operation and build an
3349 /// HandleBaseToDerivedCast - Apply the given base-to-derived cast operation on
3905 /// trivial copy or move operation.
7404 // from the operation we're performing.
7803 assert(E->isEqualityOp() && "unexpected member pointer operation");
7841 assert(E->isComparisonOp() && "unexpected nullptr operation");
8673 "Cannot have both operands of a complex operation be real.");
9292 /// FIXME: Pass up a reason why! Invalid operation in i-c-e, division by zero,