Searched refs:IExp (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 5086 const Expr *IExp = E->getRHS(); in VisitBinaryOperator() local 5087 if (IExp->getType()->isPointerType()) in VisitBinaryOperator() 5088 std::swap(PExp, IExp); in VisitBinaryOperator() 5095 if (!EvaluateInteger(IExp, Offset, Info) || !EvalPtrOK) in VisitBinaryOperator()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 10533 Expr *PExp = LHS.get(), *IExp = RHS.get(); in CheckAdditionOperands() local 10541 std::swap(PExp, IExp); in CheckAdditionOperands() 10552 if (!IExp->getType()->isIntegerType()) in CheckAdditionOperands() 10561 (!IExp->isValueDependent() && in CheckAdditionOperands() 10562 (!IExp->EvaluateAsInt(KnownVal, Context) || in CheckAdditionOperands() 10566 Context, BO_Add, PExp, IExp); in CheckAdditionOperands() 10578 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 8383 Expr *PExp = LHS.get(), *IExp = RHS.get(); in CheckAdditionOperands() local 8391 std::swap(PExp, IExp); in CheckAdditionOperands() 8402 if (!IExp->getType()->isIntegerType()) in CheckAdditionOperands() 8412 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 8678 const Expr *IExp = E->getRHS(); in VisitBinaryOperator() local 8679 if (IExp->getType()->isPointerType()) in VisitBinaryOperator() 8680 std::swap(PExp, IExp); in VisitBinaryOperator() 8687 if (!EvaluateInteger(IExp, Offset, Info) || !EvalPtrOK) in VisitBinaryOperator()
|