Searched refs:checkArithmeticNull (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaExpr.cpp | 9301 static void checkArithmeticNull(Sema &S, ExprResult &LHS, ExprResult &RHS, in checkArithmeticNull() function 9401 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckMultiplyDivideOperands() 9426 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckRemainderOperands() 9716 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckAdditionOperands() 9811 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckSubtractionOperands() 10100 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckShiftOperands() 10788 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/true); in CheckCompareOperands() 11417 checkArithmeticNull(*this, LHS, RHS, Loc, /*IsCompare=*/false); in CheckBitwiseOperands()
|