Home
last modified time | relevance | path

Searched refs:checkArithmeticNull (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp7997 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()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10080 static void checkArithmeticNull(Sema &S, ExprResult &LHS, ExprResult &RHS, in checkArithmeticNull() function
10180 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckMultiplyDivideOperands()
10208 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckRemainderOperands()
10497 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckAdditionOperands()
10597 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckSubtractionOperands()
10901 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckShiftOperands()
11591 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/true); in CheckCompareOperands()
12307 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckBitwiseOperands()