Searched refs:checkArithmeticNull (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 10244 static void checkArithmeticNull(Sema &S, ExprResult &LHS, ExprResult &RHS, in checkArithmeticNull() function 10344 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckMultiplyDivideOperands() 10377 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckRemainderOperands() 10682 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckAdditionOperands() 10786 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckSubtractionOperands() 11103 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckShiftOperands() 11793 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/true); in CheckCompareOperands() 12546 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckBitwiseOperands()
|