Searched refs:checkArithmeticNull (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 7561 static void checkArithmeticNull(Sema &S, ExprResult &LHS, ExprResult &RHS, in checkArithmeticNull() function 7612 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckMultiplyDivideOperands() 7634 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckRemainderOperands() 7917 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckAdditionOperands() 7995 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckSubtractionOperands() 8237 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckShiftOperands() 8611 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/true); in CheckCompareOperands() 9089 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckBitwiseOperands()
|