Searched refs:checkArithmeticNull (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 10180 static void checkArithmeticNull(Sema &S, ExprResult &LHS, ExprResult &RHS, in checkArithmeticNull() function 10280 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckMultiplyDivideOperands() 10313 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckRemainderOperands() 10602 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckAdditionOperands() 10706 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckSubtractionOperands() 11014 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckShiftOperands() 11704 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/true); in CheckCompareOperands() 12425 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckBitwiseOperands()
|