Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp10642 Expr *PExp = LHS.get(), *IExp = RHS.get(); in CheckAdditionOperands() local
10650 std::swap(PExp, IExp); in CheckAdditionOperands()
10661 if (!IExp->getType()->isIntegerType()) in CheckAdditionOperands()
10670 (!IExp->isValueDependent() && in CheckAdditionOperands()
10671 (!IExp->EvaluateAsInt(KnownVal, Context) || in CheckAdditionOperands()
10675 Context, BO_Add, PExp, IExp); in CheckAdditionOperands()
10687 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp8689 const Expr *IExp = E->getRHS(); in VisitBinaryOperator() local
8690 if (IExp->getType()->isPointerType()) in VisitBinaryOperator()
8691 std::swap(PExp, IExp); in VisitBinaryOperator()
8698 if (!EvaluateInteger(IExp, Offset, Info) || !EvalPtrOK) in VisitBinaryOperator()