Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp7035 static void checkArithmeticNull(Sema &S, ExprResult &LHS, ExprResult &RHS, in checkArithmeticNull() function
7074 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckMultiplyDivideOperands()
7101 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckRemainderOperands()
7382 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckAdditionOperands()
7457 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckSubtractionOperands()
7623 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckShiftOperands()
7987 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/true); in CheckCompareOperands()
8459 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckBitwiseOperands()