Searched refs:IExp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 11896 Expr *PExp = LHS.get(), *IExp = RHS.get(); in CheckAdditionOperands() local 11904 std::swap(PExp, IExp); in CheckAdditionOperands() 11915 if (!IExp->getType()->isIntegerType()) in CheckAdditionOperands() 11924 (!IExp->isValueDependent() && in CheckAdditionOperands() 11925 (!IExp->EvaluateAsInt(KnownVal, Context) || in CheckAdditionOperands() 11929 Context, BO_Add, PExp, IExp); in CheckAdditionOperands() 11941 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 9119 const Expr *IExp = E->getRHS(); in VisitBinaryOperator() local 9120 if (IExp->getType()->isPointerType()) in VisitBinaryOperator() 9121 std::swap(PExp, IExp); in VisitBinaryOperator() 9128 if (!EvaluateInteger(IExp, Offset, Info) || !EvalPtrOK) in VisitBinaryOperator()
|