Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp11201 Expr *PExp = LHS.get(), *IExp = RHS.get(); in CheckAdditionOperands() local
11209 std::swap(PExp, IExp); in CheckAdditionOperands()
11220 if (!IExp->getType()->isIntegerType()) in CheckAdditionOperands()
11229 (!IExp->isValueDependent() && in CheckAdditionOperands()
11230 (!IExp->EvaluateAsInt(KnownVal, Context) || in CheckAdditionOperands()
11234 Context, BO_Add, PExp, IExp); in CheckAdditionOperands()
11246 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp8815 const Expr *IExp = E->getRHS(); in VisitBinaryOperator() local
8816 if (IExp->getType()->isPointerType()) in VisitBinaryOperator()
8817 std::swap(PExp, IExp); in VisitBinaryOperator()
8824 if (!EvaluateInteger(IExp, Offset, Info) || !EvalPtrOK) in VisitBinaryOperator()