Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10722 Expr *PExp = LHS.get(), *IExp = RHS.get(); in CheckAdditionOperands() local
10730 std::swap(PExp, IExp); in CheckAdditionOperands()
10741 if (!IExp->getType()->isIntegerType()) in CheckAdditionOperands()
10750 (!IExp->isValueDependent() && in CheckAdditionOperands()
10751 (!IExp->EvaluateAsInt(KnownVal, Context) || in CheckAdditionOperands()
10755 Context, BO_Add, PExp, IExp); in CheckAdditionOperands()
10767 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp8712 const Expr *IExp = E->getRHS(); in VisitBinaryOperator() local
8713 if (IExp->getType()->isPointerType()) in VisitBinaryOperator()
8714 std::swap(PExp, IExp); in VisitBinaryOperator()
8721 if (!EvaluateInteger(IExp, Offset, Info) || !EvalPtrOK) in VisitBinaryOperator()