Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp9261 Expr *PExp = LHS.get(), *IExp = RHS.get(); in CheckAdditionOperands() local
9269 std::swap(PExp, IExp); in CheckAdditionOperands()
9280 if (!IExp->getType()->isIntegerType()) in CheckAdditionOperands()
9289 (!IExp->isValueDependent() && in CheckAdditionOperands()
9290 (!IExp->EvaluateAsInt(KnownVal, Context) || in CheckAdditionOperands()
9294 Context, BO_Add, PExp, IExp); in CheckAdditionOperands()
9306 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp5851 const Expr *IExp = E->getRHS(); in VisitBinaryOperator() local
5852 if (IExp->getType()->isPointerType()) in VisitBinaryOperator()
5853 std::swap(PExp, IExp); in VisitBinaryOperator()
5860 if (!EvaluateInteger(IExp, Offset, Info) || !EvalPtrOK) in VisitBinaryOperator()