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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp6879 static bool checkArithmeticOpPointerOperand(Sema &S, SourceLocation Loc, function
6902 /// like \see checkArithmeticOpPointerOperand. However, it has special logic
7100 if (!checkArithmeticOpPointerOperand(*this, Loc, PExp))
7158 if (!checkArithmeticOpPointerOperand(*this, Loc, LHS.get()))
8565 if (!checkArithmeticOpPointerOperand(S, OpLoc, Op))

Completed in 127 milliseconds