Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11180 Expr *PExp = LHS.get(), *IExp = RHS.get(); in CheckAdditionOperands() local
11188 std::swap(PExp, IExp); in CheckAdditionOperands()
11199 if (!IExp->getType()->isIntegerType()) in CheckAdditionOperands()
11208 (!IExp->isValueDependent() && in CheckAdditionOperands()
11209 (!IExp->EvaluateAsInt(KnownVal, Context) || in CheckAdditionOperands()
11213 Context, BO_Add, PExp, IExp); in CheckAdditionOperands()
11233 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9632 const Expr *IExp = E->getRHS(); in VisitBinaryOperator() local
9633 if (IExp->getType()->isPointerType()) in VisitBinaryOperator()
9634 std::swap(PExp, IExp); in VisitBinaryOperator()
9641 if (!EvaluateInteger(IExp, Offset, Info) || !EvalPtrOK) in VisitBinaryOperator()