Home
last modified time | relevance | path

Searched refs:IExp (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp5086 const Expr *IExp = E->getRHS(); in VisitBinaryOperator() local
5087 if (IExp->getType()->isPointerType()) in VisitBinaryOperator()
5088 std::swap(PExp, IExp); in VisitBinaryOperator()
5095 if (!EvaluateInteger(IExp, Offset, Info) || !EvalPtrOK) in VisitBinaryOperator()
/external/clang/lib/Sema/
DSemaExpr.cpp8383 Expr *PExp = LHS.get(), *IExp = RHS.get(); in CheckAdditionOperands() local
8391 std::swap(PExp, IExp); in CheckAdditionOperands()
8402 if (!IExp->getType()->isIntegerType()) in CheckAdditionOperands()
8412 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()