Lines Matching refs:HandleOverflow
2516 static bool HandleOverflow(EvalInfo &Info, const Expr *E, in HandleOverflow() function
2534 return HandleOverflow(Info, E, Value, DestType); in HandleFloatToIntCast()
2724 return HandleOverflow(Info, E, Value, E->getType()); in CheckedIntArithmetic()
2760 return HandleOverflow(Info, E, -LHS.extend(LHS.getBitWidth() + 1), in handleIntIntBinOp()
4501 return HandleOverflow(Info, E, ActualValue, SubobjType); in found()
4510 return HandleOverflow(Info, E, ActualValue, SubobjType); in found()
12969 !HandleOverflow(Info, E, TrueResult, E->getType())) in VisitBinaryOperator()
13120 !HandleOverflow(Info, E, -Value.extend(Value.getBitWidth() + 1), in VisitUnaryOperator()
13230 if (Overflowed && !HandleOverflow(Info, E, Result, DestType)) in VisitCastExpr()
13372 if (Overflowed && !HandleOverflow(Info, E, Negated, E->getType())) in VisitUnaryOperator()
13404 if (!HandleOverflow(Info, E, Result, E->getType())) in VisitCastExpr()
13423 if (!HandleOverflow(Info, E, IntResult, E->getType())) in VisitCastExpr()
13443 if (!HandleOverflow(Info, E, Result, E->getType())) in VisitCastExpr()
13531 if (!HandleOverflow(Info, E, Result, E->getType())) in VisitBinaryOperator()