Searched refs:checkArithmeticNull (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 10954 static void checkArithmeticNull(Sema &S, ExprResult &LHS, ExprResult &RHS, in checkArithmeticNull() function 11054 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckMultiplyDivideOperands() 11092 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckRemainderOperands() 11411 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckAdditionOperands() 11526 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckSubtractionOperands() 11960 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckShiftOperands() 12653 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/true); in CheckCompareOperands() 13514 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckBitwiseOperands()
|