Searched refs:HandleOverflow (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 1650 static bool HandleOverflow(EvalInfo &Info, const Expr *E, in HandleOverflow() function 1668 return HandleOverflow(Info, E, Value, DestType); in HandleFloatToIntCast() 1680 return HandleOverflow(Info, E, Value, DestType); in HandleFloatToFloatCast() 1703 return HandleOverflow(Info, E, Value, DestType); in HandleIntToFloatCast() 1796 return HandleOverflow(Info, E, Value, E->getType()); in CheckedIntArithmetic() 1832 return HandleOverflow(Info, E, -LHS.extend(LHS.getBitWidth() + 1), in handleIntIntBinOp() 3151 return HandleOverflow(Info, E, ActualValue, SubobjType); in found() 3161 return HandleOverflow(Info, E, ActualValue, SubobjType); in found() 7709 !HandleOverflow(Info, E, TrueResult, E->getType())) in VisitBinaryOperator() 7997 !HandleOverflow(Info, E, -Value.extend(Value.getBitWidth() + 1), in VisitUnaryOperator()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 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() [all …]
|