Lines Matching refs:HandleOverflow
2510 static bool HandleOverflow(EvalInfo &Info, const Expr *E, in HandleOverflow() function
2528 return HandleOverflow(Info, E, Value, DestType); in HandleFloatToIntCast()
2719 return HandleOverflow(Info, E, Value, E->getType()); in CheckedIntArithmetic()
2755 return HandleOverflow(Info, E, -LHS.extend(LHS.getBitWidth() + 1), in handleIntIntBinOp()
4496 return HandleOverflow(Info, E, ActualValue, SubobjType); in found()
4505 return HandleOverflow(Info, E, ActualValue, SubobjType); in found()
12963 !HandleOverflow(Info, E, TrueResult, E->getType())) in VisitBinaryOperator()
13114 !HandleOverflow(Info, E, -Value.extend(Value.getBitWidth() + 1), in VisitUnaryOperator()
13223 if (Overflowed && !HandleOverflow(Info, E, Result, DestType)) in VisitCastExpr()
13365 if (Overflowed && !HandleOverflow(Info, E, Negated, E->getType())) in VisitUnaryOperator()
13397 else if (!HandleOverflow(Info, E, Result, E->getType())) in VisitCastExpr()
13416 else if (!HandleOverflow(Info, E, IntResult, E->getType())) in VisitCastExpr()
13436 else if (!HandleOverflow(Info, E, Result, E->getType())) in VisitCastExpr()
13524 else if (!HandleOverflow(Info, E, Result, E->getType())) in VisitBinaryOperator()