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

/external/clang/lib/Sema/
H A DSemaExpr.cpp6787 static bool checkArithmeticOpPointerOperand(Sema &S, SourceLocation Loc, function
6810 /// like \see checkArithmeticOpPointerOperand. However, it has special logic
6955 if (!checkArithmeticOpPointerOperand(*this, Loc, PExp))
7013 if (!checkArithmeticOpPointerOperand(*this, Loc, LHS.get()))
8384 if (!checkArithmeticOpPointerOperand(S, OpLoc, Op))

Completed in 57 milliseconds