Searched refs:HandleOverflow (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | ExprConstant.cpp | 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() 13010 !HandleOverflow(Info, E, TrueResult, E->getType())) in VisitBinaryOperator() 13161 !HandleOverflow(Info, E, -Value.extend(Value.getBitWidth() + 1), in VisitUnaryOperator() 13271 if (Overflowed && !HandleOverflow(Info, E, Result, DestType)) in VisitCastExpr() 13413 if (Overflowed && !HandleOverflow(Info, E, Negated, E->getType())) in VisitUnaryOperator() [all …]
|