Home | History | Annotate | Download | only in Sema

Lines Matching refs:PExp

6223   // Put any potential pointer into PExp
6224 Expr* PExp = LHS.get(), *IExp = RHS.get();
6226 std::swap(PExp, IExp);
6228 if (!PExp->getType()->isAnyPointerType())
6234 if (!checkArithmeticOpPointerOperand(*this, Loc, PExp))
6238 if (!checkArithmethicPointerOnNonFragileABI(*this, Loc, PExp))
6242 CheckArrayAccess(PExp, IExp);
6254 return PExp->getType();