Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp3033 const Expr *IExp = E->getRHS(); in VisitBinaryOperator() local
3034 if (IExp->getType()->isPointerType()) in VisitBinaryOperator()
3035 std::swap(PExp, IExp); in VisitBinaryOperator()
3042 if (!EvaluateInteger(IExp, Offset, Info) || !EvalPtrOK) in VisitBinaryOperator()
/external/clang/lib/Sema/
DSemaExpr.cpp6515 Expr *PExp = LHS.get(), *IExp = RHS.get(); in CheckAdditionOperands() local
6523 std::swap(PExp, IExp); in CheckAdditionOperands()
6534 if (!IExp->getType()->isIntegerType()) in CheckAdditionOperands()
6544 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()