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()
4504 return HandleOverflow(Info, E, ActualValue, SubobjType); in found()
4513 return HandleOverflow(Info, E, ActualValue, SubobjType); in found()
13004 !HandleOverflow(Info, E, TrueResult, E->getType())) in VisitBinaryOperator()
13155 !HandleOverflow(Info, E, -Value.extend(Value.getBitWidth() + 1), in VisitUnaryOperator()
13265 if (Overflowed && !HandleOverflow(Info, E, Result, DestType)) in VisitCastExpr()
13407 if (Overflowed && !HandleOverflow(Info, E, Negated, E->getType())) in VisitUnaryOperator()
13439 if (!HandleOverflow(Info, E, Result, E->getType())) in VisitCastExpr()
13458 if (!HandleOverflow(Info, E, IntResult, E->getType())) in VisitCastExpr()
13478 if (!HandleOverflow(Info, E, Result, E->getType())) in VisitCastExpr()
13566 if (!HandleOverflow(Info, E, Result, E->getType())) in VisitBinaryOperator()