Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp11462 Expr *PExp = LHS.get(), *IExp = RHS.get(); in CheckAdditionOperands() local
11470 std::swap(PExp, IExp); in CheckAdditionOperands()
11481 if (!IExp->getType()->isIntegerType()) in CheckAdditionOperands()
11490 (!IExp->isValueDependent() && in CheckAdditionOperands()
11491 (!IExp->EvaluateAsInt(KnownVal, Context) || in CheckAdditionOperands()
11495 Context, BO_Add, PExp, IExp); in CheckAdditionOperands()
11507 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp8834 const Expr *IExp = E->getRHS(); in VisitBinaryOperator() local
8835 if (IExp->getType()->isPointerType()) in VisitBinaryOperator()
8836 std::swap(PExp, IExp); in VisitBinaryOperator()
8843 if (!EvaluateInteger(IExp, Offset, Info) || !EvalPtrOK) in VisitBinaryOperator()