Lines Matching refs:BinaryOp
647 BinaryOperatorKind &BinaryOp) { in DecodeOperatorCall() argument
666 BinaryOp = BO_Add; in DecodeOperatorCall()
675 BinaryOp = BO_Sub; in DecodeOperatorCall()
684 BinaryOp = BO_Mul; in DecodeOperatorCall()
688 BinaryOp = BO_Div; in DecodeOperatorCall()
692 BinaryOp = BO_Rem; in DecodeOperatorCall()
696 BinaryOp = BO_Xor; in DecodeOperatorCall()
705 BinaryOp = BO_And; in DecodeOperatorCall()
709 BinaryOp = BO_Or; in DecodeOperatorCall()
721 BinaryOp = BO_Assign; in DecodeOperatorCall()
725 BinaryOp = BO_LT; in DecodeOperatorCall()
729 BinaryOp = BO_GT; in DecodeOperatorCall()
733 BinaryOp = BO_AddAssign; in DecodeOperatorCall()
737 BinaryOp = BO_SubAssign; in DecodeOperatorCall()
741 BinaryOp = BO_MulAssign; in DecodeOperatorCall()
745 BinaryOp = BO_DivAssign; in DecodeOperatorCall()
749 BinaryOp = BO_RemAssign; in DecodeOperatorCall()
753 BinaryOp = BO_XorAssign; in DecodeOperatorCall()
757 BinaryOp = BO_AndAssign; in DecodeOperatorCall()
761 BinaryOp = BO_OrAssign; in DecodeOperatorCall()
765 BinaryOp = BO_Shl; in DecodeOperatorCall()
769 BinaryOp = BO_Shr; in DecodeOperatorCall()
773 BinaryOp = BO_ShlAssign; in DecodeOperatorCall()
777 BinaryOp = BO_ShrAssign; in DecodeOperatorCall()
781 BinaryOp = BO_EQ; in DecodeOperatorCall()
785 BinaryOp = BO_NE; in DecodeOperatorCall()
789 BinaryOp = BO_LE; in DecodeOperatorCall()
793 BinaryOp = BO_GE; in DecodeOperatorCall()
797 BinaryOp = BO_LAnd; in DecodeOperatorCall()
801 BinaryOp = BO_LOr; in DecodeOperatorCall()
815 BinaryOp = BO_Comma; in DecodeOperatorCall()
820 BinaryOp = BO_PtrMemI; in DecodeOperatorCall()
836 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr() local
837 Stmt::StmtClass SC = DecodeOperatorCall(S, UnaryOp, BinaryOp); in VisitCXXOperatorCallExpr()
846 ID.AddInteger(BinaryOp); in VisitCXXOperatorCallExpr()