Home
last modified time | relevance | path

Searched refs:checkArithmeticOpPointerOperand (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp10971 static bool checkArithmeticOpPointerOperand(Sema &S, SourceLocation Loc, in checkArithmeticOpPointerOperand() function
11239 if (!checkArithmeticOpPointerOperand(*this, Loc, PExp)) in CheckAdditionOperands()
11336 if (!checkArithmeticOpPointerOperand(*this, Loc, LHS.get())) in CheckSubtractionOperands()
14109 if (!checkArithmeticOpPointerOperand(S, OpLoc, Op)) in CheckIncrementDecrementOperand()