Searched refs:HandleOverflow (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2067 static bool HandleOverflow(EvalInfo &Info, const Expr *E, in HandleOverflow() function 2085 return HandleOverflow(Info, E, Value, DestType); in HandleFloatToIntCast() 2097 return HandleOverflow(Info, E, Value, DestType); in HandleFloatToFloatCast() 2121 return HandleOverflow(Info, E, Value, DestType); in HandleIntToFloatCast() 2214 return HandleOverflow(Info, E, Value, E->getType()); in CheckedIntArithmetic() 2250 return HandleOverflow(Info, E, -LHS.extend(LHS.getBitWidth() + 1), in handleIntIntBinOp() 3604 return HandleOverflow(Info, E, ActualValue, SubobjType); in found() 3613 return HandleOverflow(Info, E, ActualValue, SubobjType); in found() 9528 !HandleOverflow(Info, E, TrueResult, E->getType())) in VisitBinaryOperator() 9679 !HandleOverflow(Info, E, -Value.extend(Value.getBitWidth() + 1), in VisitUnaryOperator()
|