Lines Matching refs:HandleOverflow
2533 static bool HandleOverflow(EvalInfo &Info, const Expr *E, in HandleOverflow() function
2551 return HandleOverflow(Info, E, Value, DestType); in HandleFloatToIntCast()
2737 return HandleOverflow(Info, E, Value, E->getType()); in CheckedIntArithmetic()
2773 return HandleOverflow(Info, E, -LHS.extend(LHS.getBitWidth() + 1), in handleIntIntBinOp()
4552 return HandleOverflow(Info, E, ActualValue, SubobjType); in found()
4561 return HandleOverflow(Info, E, ActualValue, SubobjType); in found()
13232 !HandleOverflow(Info, E, TrueResult, E->getType())) in VisitBinaryOperator()
13383 !HandleOverflow(Info, E, -Value.extend(Value.getBitWidth() + 1), in VisitUnaryOperator()
13493 if (Overflowed && !HandleOverflow(Info, E, Result, DestType)) in VisitCastExpr()
13635 if (Overflowed && !HandleOverflow(Info, E, Negated, E->getType())) in VisitUnaryOperator()
13667 if (!HandleOverflow(Info, E, Result, E->getType())) in VisitCastExpr()
13686 if (!HandleOverflow(Info, E, IntResult, E->getType())) in VisitCastExpr()
13706 if (!HandleOverflow(Info, E, Result, E->getType())) in VisitCastExpr()
13794 if (!HandleOverflow(Info, E, Result, E->getType())) in VisitBinaryOperator()