Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDExprConstant.cpp4647 const Expr *IExp = E->getRHS(); in VisitBinaryOperator() local
4648 if (IExp->getType()->isPointerType()) in VisitBinaryOperator()
4649 std::swap(PExp, IExp); in VisitBinaryOperator()
4656 if (!EvaluateInteger(IExp, Offset, Info) || !EvalPtrOK) in VisitBinaryOperator()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp7078 Expr *PExp = LHS.get(), *IExp = RHS.get(); in CheckAdditionOperands() local
7086 std::swap(PExp, IExp); in CheckAdditionOperands()
7097 if (!IExp->getType()->isIntegerType()) in CheckAdditionOperands()
7107 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()