Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp8840 static void checkArithmeticNull(Sema &S, ExprResult &LHS, ExprResult &RHS, in checkArithmeticNull() function
8918 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckMultiplyDivideOperands()
8942 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckRemainderOperands()
9231 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckAdditionOperands()
9325 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckSubtractionOperands()
9610 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckShiftOperands()
10288 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/true); in CheckCompareOperands()
10798 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false); in CheckBitwiseOperands()