Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_ubsan.c331 static void HandleOverflow(bool isFatal, struct COverflowData *pData, unsigned long ulLHS, unsigned…
351 HandleOverflow(bool isFatal, struct COverflowData *pData, unsigned long ulLHS, unsigned long ulRHS,… in HandleOverflow() function
736 HandleOverflow(false, pData, ulLHS, ulRHS, PLUS_STRING); in __ubsan_handle_add_overflow()
745 HandleOverflow(true, pData, ulLHS, ulRHS, PLUS_STRING); in __ubsan_handle_add_overflow_abort()
808 HandleOverflow(false, pData, ulLHS, ulRHS, DIVREM_STRING); in __ubsan_handle_divrem_overflow()
817 HandleOverflow(true, pData, ulLHS, ulRHS, DIVREM_STRING); in __ubsan_handle_divrem_overflow_abort()
925 HandleOverflow(false, pData, ulLHS, ulRHS, MUL_STRING); in __ubsan_handle_mul_overflow()
934 HandleOverflow(true, pData, ulLHS, ulRHS, MUL_STRING); in __ubsan_handle_mul_overflow_abort()
1091 HandleOverflow(false, pData, ulLHS, ulRHS, MINUS_STRING); in __ubsan_handle_sub_overflow()
1100 HandleOverflow(true, pData, ulLHS, ulRHS, MINUS_STRING); in __ubsan_handle_sub_overflow_abort()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2516 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()
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()
13265 if (Overflowed && !HandleOverflow(Info, E, Result, DestType)) in VisitCastExpr()
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()
[all …]