Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_ubsan.c330 static void HandleOverflow(bool isFatal, struct COverflowData *pData, unsigned long ulLHS, unsigned…
350 HandleOverflow(bool isFatal, struct COverflowData *pData, unsigned long ulLHS, unsigned long ulRHS,… in HandleOverflow() function
735 HandleOverflow(false, pData, ulLHS, ulRHS, PLUS_STRING); in __ubsan_handle_add_overflow()
744 HandleOverflow(true, pData, ulLHS, ulRHS, PLUS_STRING); in __ubsan_handle_add_overflow_abort()
807 HandleOverflow(false, pData, ulLHS, ulRHS, DIVREM_STRING); in __ubsan_handle_divrem_overflow()
816 HandleOverflow(true, pData, ulLHS, ulRHS, DIVREM_STRING); in __ubsan_handle_divrem_overflow_abort()
924 HandleOverflow(false, pData, ulLHS, ulRHS, MUL_STRING); in __ubsan_handle_mul_overflow()
933 HandleOverflow(true, pData, ulLHS, ulRHS, MUL_STRING); in __ubsan_handle_mul_overflow_abort()
1090 HandleOverflow(false, pData, ulLHS, ulRHS, MINUS_STRING); in __ubsan_handle_sub_overflow()
1099 HandleOverflow(true, pData, ulLHS, ulRHS, MINUS_STRING); in __ubsan_handle_sub_overflow_abort()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTextEncoding.cpp58 HandleOverflow(size_t &Capacity, char *&Output, size_t &OutputLength, in HandleOverflow() function
173 HandleOverflow(Capacity, Output, OutputLength, Result); in convertString()
252 HandleOverflow(Capacity, Output, OutputLength, Result); in convertString()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2775 static bool HandleOverflow(EvalInfo &Info, const Expr *E, in HandleOverflow() function
2793 return HandleOverflow(Info, E, Value, DestType); in HandleFloatToIntCast()
2933 return HandleOverflow(Info, E, Value, E->getType()); in CheckedIntArithmetic()
2970 HandleOverflowResult = HandleOverflow( in handleIntIntBinOp()
4902 return HandleOverflow(Info, E, ActualValue, SubobjType); in found()
4911 return HandleOverflow(Info, E, ActualValue, SubobjType); in found()
14882 !HandleOverflow(Info, E, TrueResult, E->getType())) in VisitBinaryOperator()
15100 if (!HandleOverflow(Info, E, -Value.extend(Value.getBitWidth() + 1), in VisitUnaryOperator()
15214 if (Overflowed && !HandleOverflow(Info, E, Result, DestType)) in VisitCastExpr()
15398 if (Overflowed && !HandleOverflow(Info, E, Negated, E->getType())) in VisitUnaryOperator()
[all …]