Searched refs:checkArithmeticNull (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 7997 static void checkArithmeticNull(Sema &S, ExprResult &LHS, ExprResult &RHS, in checkArithmeticNull() function 8048 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckMultiplyDivideOperands() 8070 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckRemainderOperands() 8353 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckAdditionOperands() 8431 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckSubtractionOperands() 8673 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckShiftOperands() 9047 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/true); in CheckCompareOperands() 9526 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckBitwiseOperands()
|