Searched refs:checkArithmeticNull (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 11388 static void checkArithmeticNull(Sema &S, ExprResult &LHS, ExprResult &RHS, in checkArithmeticNull() function 11488 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckMultiplyDivideOperands() 11526 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckRemainderOperands() 11845 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckAdditionOperands() 11960 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckSubtractionOperands() 12393 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckShiftOperands() 13091 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/true); in CheckCompareOperands() 13959 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckBitwiseOperands()
|