Home
last modified time | relevance | path

Searched refs:HandleOverflow (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp2539 static bool HandleOverflow(EvalInfo &Info, const Expr *E, in HandleOverflow() function
2557 return HandleOverflow(Info, E, Value, DestType); in HandleFloatToIntCast()
2738 return HandleOverflow(Info, E, Value, E->getType()); in CheckedIntArithmetic()
2774 HandleOverflowResult = HandleOverflow( in handleIntIntBinOp()
4554 return HandleOverflow(Info, E, ActualValue, SubobjType); in found()
4563 return HandleOverflow(Info, E, ActualValue, SubobjType); in found()
13352 !HandleOverflow(Info, E, TrueResult, E->getType())) in VisitBinaryOperator()
13503 !HandleOverflow(Info, E, -Value.extend(Value.getBitWidth() + 1), in VisitUnaryOperator()
13613 if (Overflowed && !HandleOverflow(Info, E, Result, DestType)) in VisitCastExpr()
13805 if (Overflowed && !HandleOverflow(Info, E, Negated, E->getType())) in VisitUnaryOperator()
[all …]