Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp9050 static bool checkArithmeticOpPointerOperand(Sema &S, SourceLocation Loc, in checkArithmeticOpPointerOperand() function
9299 if (!checkArithmeticOpPointerOperand(*this, Loc, PExp)) in CheckAdditionOperands()
9375 if (!checkArithmeticOpPointerOperand(*this, Loc, LHS.get())) in CheckSubtractionOperands()
11614 if (!checkArithmeticOpPointerOperand(S, OpLoc, Op)) in CheckIncrementDecrementOperand()