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.cpp10898 Expr *PExp = LHS.get(), *IExp = RHS.get(); in CheckAdditionOperands() local
10906 std::swap(PExp, IExp); in CheckAdditionOperands()
10917 if (!IExp->getType()->isIntegerType()) in CheckAdditionOperands()
10926 (!IExp->isValueDependent() && in CheckAdditionOperands()
10927 (!IExp->EvaluateAsInt(KnownVal, Context) || in CheckAdditionOperands()
10931 Context, BO_Add, PExp, IExp); in CheckAdditionOperands()
10951 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9211 const Expr *IExp = E->getRHS(); in VisitBinaryOperator() local
9212 if (IExp->getType()->isPointerType()) in VisitBinaryOperator()
9213 std::swap(PExp, IExp); in VisitBinaryOperator()
9220 if (!EvaluateInteger(IExp, Offset, Info) || !EvalPtrOK) in VisitBinaryOperator()