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

/external/clang/lib/Sema/
H A DSemaExpr.cpp7085 static bool checkArithmeticOpPointerOperand(Sema &S, SourceLocation Loc, function
7108 /// like \see checkArithmeticOpPointerOperand. However, it has special logic
7306 if (!checkArithmeticOpPointerOperand(*this, Loc, PExp))
7364 if (!checkArithmeticOpPointerOperand(*this, Loc, LHS.get()))
8787 if (!checkArithmeticOpPointerOperand(S, OpLoc, Op))

Completed in 153 milliseconds