• Home
  • Raw
  • Download

Lines Matching refs:BinaryOp

886                                           BinaryOperatorKind &BinaryOp) {  in DecodeOperatorCall()  argument
906 BinaryOp = BO_Add; in DecodeOperatorCall()
915 BinaryOp = BO_Sub; in DecodeOperatorCall()
924 BinaryOp = BO_Mul; in DecodeOperatorCall()
928 BinaryOp = BO_Div; in DecodeOperatorCall()
932 BinaryOp = BO_Rem; in DecodeOperatorCall()
936 BinaryOp = BO_Xor; in DecodeOperatorCall()
945 BinaryOp = BO_And; in DecodeOperatorCall()
949 BinaryOp = BO_Or; in DecodeOperatorCall()
961 BinaryOp = BO_Assign; in DecodeOperatorCall()
965 BinaryOp = BO_LT; in DecodeOperatorCall()
969 BinaryOp = BO_GT; in DecodeOperatorCall()
973 BinaryOp = BO_AddAssign; in DecodeOperatorCall()
977 BinaryOp = BO_SubAssign; in DecodeOperatorCall()
981 BinaryOp = BO_MulAssign; in DecodeOperatorCall()
985 BinaryOp = BO_DivAssign; in DecodeOperatorCall()
989 BinaryOp = BO_RemAssign; in DecodeOperatorCall()
993 BinaryOp = BO_XorAssign; in DecodeOperatorCall()
997 BinaryOp = BO_AndAssign; in DecodeOperatorCall()
1001 BinaryOp = BO_OrAssign; in DecodeOperatorCall()
1005 BinaryOp = BO_Shl; in DecodeOperatorCall()
1009 BinaryOp = BO_Shr; in DecodeOperatorCall()
1013 BinaryOp = BO_ShlAssign; in DecodeOperatorCall()
1017 BinaryOp = BO_ShrAssign; in DecodeOperatorCall()
1021 BinaryOp = BO_EQ; in DecodeOperatorCall()
1025 BinaryOp = BO_NE; in DecodeOperatorCall()
1029 BinaryOp = BO_LE; in DecodeOperatorCall()
1033 BinaryOp = BO_GE; in DecodeOperatorCall()
1037 BinaryOp = BO_LAnd; in DecodeOperatorCall()
1041 BinaryOp = BO_LOr; in DecodeOperatorCall()
1055 BinaryOp = BO_Comma; in DecodeOperatorCall()
1059 BinaryOp = BO_PtrMemI; in DecodeOperatorCall()
1074 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr() local
1075 Stmt::StmtClass SC = DecodeOperatorCall(S, UnaryOp, BinaryOp); in VisitCXXOperatorCallExpr()
1084 ID.AddInteger(BinaryOp); in VisitCXXOperatorCallExpr()