Searched refs:checkArithmeticOpPointerOperand (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 8163 static bool checkArithmeticOpPointerOperand(Sema &S, SourceLocation Loc, in checkArithmeticOpPointerOperand() function 8405 if (!checkArithmeticOpPointerOperand(*this, Loc, PExp)) in CheckAdditionOperands() 8466 if (!checkArithmeticOpPointerOperand(*this, Loc, LHS.get())) in CheckSubtractionOperands() 10204 if (!checkArithmeticOpPointerOperand(S, OpLoc, Op)) in CheckIncrementDecrementOperand()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 10318 static bool checkArithmeticOpPointerOperand(Sema &S, SourceLocation Loc, in checkArithmeticOpPointerOperand() function 10571 if (!checkArithmeticOpPointerOperand(*this, Loc, PExp)) in CheckAdditionOperands() 10653 if (!checkArithmeticOpPointerOperand(*this, Loc, LHS.get())) in CheckSubtractionOperands() 13157 if (!checkArithmeticOpPointerOperand(S, OpLoc, Op)) in CheckIncrementDecrementOperand()
|