Lines Matching refs:BinaryOp

1622                                           BinaryOperatorKind &BinaryOp) {  in DecodeOperatorCall()  argument
1640 BinaryOp = BO_Add; in DecodeOperatorCall()
1649 BinaryOp = BO_Sub; in DecodeOperatorCall()
1658 BinaryOp = BO_Mul; in DecodeOperatorCall()
1662 BinaryOp = BO_Div; in DecodeOperatorCall()
1666 BinaryOp = BO_Rem; in DecodeOperatorCall()
1670 BinaryOp = BO_Xor; in DecodeOperatorCall()
1679 BinaryOp = BO_And; in DecodeOperatorCall()
1683 BinaryOp = BO_Or; in DecodeOperatorCall()
1695 BinaryOp = BO_Assign; in DecodeOperatorCall()
1699 BinaryOp = BO_LT; in DecodeOperatorCall()
1703 BinaryOp = BO_GT; in DecodeOperatorCall()
1707 BinaryOp = BO_AddAssign; in DecodeOperatorCall()
1711 BinaryOp = BO_SubAssign; in DecodeOperatorCall()
1715 BinaryOp = BO_MulAssign; in DecodeOperatorCall()
1719 BinaryOp = BO_DivAssign; in DecodeOperatorCall()
1723 BinaryOp = BO_RemAssign; in DecodeOperatorCall()
1727 BinaryOp = BO_XorAssign; in DecodeOperatorCall()
1731 BinaryOp = BO_AndAssign; in DecodeOperatorCall()
1735 BinaryOp = BO_OrAssign; in DecodeOperatorCall()
1739 BinaryOp = BO_Shl; in DecodeOperatorCall()
1743 BinaryOp = BO_Shr; in DecodeOperatorCall()
1747 BinaryOp = BO_ShlAssign; in DecodeOperatorCall()
1751 BinaryOp = BO_ShrAssign; in DecodeOperatorCall()
1755 BinaryOp = BO_EQ; in DecodeOperatorCall()
1759 BinaryOp = BO_NE; in DecodeOperatorCall()
1763 BinaryOp = BO_LE; in DecodeOperatorCall()
1767 BinaryOp = BO_GE; in DecodeOperatorCall()
1771 BinaryOp = BO_Cmp; in DecodeOperatorCall()
1775 BinaryOp = BO_LAnd; in DecodeOperatorCall()
1779 BinaryOp = BO_LOr; in DecodeOperatorCall()
1793 BinaryOp = BO_Comma; in DecodeOperatorCall()
1797 BinaryOp = BO_PtrMemI; in DecodeOperatorCall()
1834 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr() local
1835 Stmt::StmtClass SC = DecodeOperatorCall(S, UnaryOp, BinaryOp); in VisitCXXOperatorCallExpr()
1844 ID.AddInteger(BinaryOp); in VisitCXXOperatorCallExpr()