Lines Matching defs:Data

44 static void handleTypeMismatchImpl(TypeMismatchData *Data, ValueHandle Pointer,  in handleTypeMismatchImpl()
93 void __ubsan::__ubsan_handle_type_mismatch(TypeMismatchData *Data, in __ubsan_handle_type_mismatch()
98 void __ubsan::__ubsan_handle_type_mismatch_abort(TypeMismatchData *Data, in __ubsan_handle_type_mismatch_abort()
107 static void handleIntegerOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleIntegerOverflowImpl()
142 static void handleNegateOverflowImpl(OverflowData *Data, ValueHandle OldVal, in handleNegateOverflowImpl()
164 void __ubsan::__ubsan_handle_negate_overflow(OverflowData *Data, in __ubsan_handle_negate_overflow()
169 void __ubsan::__ubsan_handle_negate_overflow_abort(OverflowData *Data, in __ubsan_handle_negate_overflow_abort()
176 static void handleDivremOverflowImpl(OverflowData *Data, ValueHandle LHS, in handleDivremOverflowImpl()
206 void __ubsan::__ubsan_handle_divrem_overflow(OverflowData *Data, in __ubsan_handle_divrem_overflow()
211 void __ubsan::__ubsan_handle_divrem_overflow_abort(OverflowData *Data, in __ubsan_handle_divrem_overflow_abort()
219 static void handleShiftOutOfBoundsImpl(ShiftOutOfBoundsData *Data, in handleShiftOutOfBoundsImpl()
254 void __ubsan::__ubsan_handle_shift_out_of_bounds(ShiftOutOfBoundsData *Data, in __ubsan_handle_shift_out_of_bounds()
261 ShiftOutOfBoundsData *Data, in __ubsan_handle_shift_out_of_bounds_abort()
269 static void handleOutOfBoundsImpl(OutOfBoundsData *Data, ValueHandle Index, in handleOutOfBoundsImpl()
284 void __ubsan::__ubsan_handle_out_of_bounds(OutOfBoundsData *Data, in __ubsan_handle_out_of_bounds()
289 void __ubsan::__ubsan_handle_out_of_bounds_abort(OutOfBoundsData *Data, in __ubsan_handle_out_of_bounds_abort()
296 static void handleBuiltinUnreachableImpl(UnreachableData *Data, in handleBuiltinUnreachableImpl()
302 void __ubsan::__ubsan_handle_builtin_unreachable(UnreachableData *Data) { in __ubsan_handle_builtin_unreachable()
308 static void handleMissingReturnImpl(UnreachableData *Data, ReportOptions Opts) { in handleMissingReturnImpl()
315 void __ubsan::__ubsan_handle_missing_return(UnreachableData *Data) { in __ubsan_handle_missing_return()
321 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive()
336 void __ubsan::__ubsan_handle_vla_bound_not_positive(VLABoundData *Data, in __ubsan_handle_vla_bound_not_positive()
341 void __ubsan::__ubsan_handle_vla_bound_not_positive_abort(VLABoundData *Data, in __ubsan_handle_vla_bound_not_positive_abort()
348 static bool looksLikeFloatCastOverflowDataV1(void *Data) { in looksLikeFloatCastOverflowDataV1()
374 auto Data = reinterpret_cast<FloatCastOverflowData *>(DataPtr); in handleFloatCastOverflow() local
380 auto Data = reinterpret_cast<FloatCastOverflowDataV2 *>(DataPtr); in handleFloatCastOverflow() local
396 void __ubsan::__ubsan_handle_float_cast_overflow(void *Data, ValueHandle From) { in __ubsan_handle_float_cast_overflow()
400 void __ubsan::__ubsan_handle_float_cast_overflow_abort(void *Data, in __ubsan_handle_float_cast_overflow_abort()
407 static void handleLoadInvalidValue(InvalidValueData *Data, ValueHandle Val, in handleLoadInvalidValue()
426 void __ubsan::__ubsan_handle_load_invalid_value(InvalidValueData *Data, in __ubsan_handle_load_invalid_value()
431 void __ubsan::__ubsan_handle_load_invalid_value_abort(InvalidValueData *Data, in __ubsan_handle_load_invalid_value_abort()
438 static void handleFunctionTypeMismatch(FunctionTypeMismatchData *Data, in handleFunctionTypeMismatch()
461 __ubsan::__ubsan_handle_function_type_mismatch(FunctionTypeMismatchData *Data, in __ubsan_handle_function_type_mismatch()
468 FunctionTypeMismatchData *Data, ValueHandle Function) { in __ubsan_handle_function_type_mismatch_abort()
474 static void handleNonNullReturn(NonNullReturnData *Data, ReportOptions Opts) { in handleNonNullReturn()
489 void __ubsan::__ubsan_handle_nonnull_return(NonNullReturnData *Data) { in __ubsan_handle_nonnull_return()
494 void __ubsan::__ubsan_handle_nonnull_return_abort(NonNullReturnData *Data) { in __ubsan_handle_nonnull_return_abort()
500 static void handleNonNullArg(NonNullArgData *Data, ReportOptions Opts) { in handleNonNullArg()
515 void __ubsan::__ubsan_handle_nonnull_arg(NonNullArgData *Data) { in __ubsan_handle_nonnull_arg()
520 void __ubsan::__ubsan_handle_nonnull_arg_abort(NonNullArgData *Data) { in __ubsan_handle_nonnull_arg_abort()
526 static void handleCFIBadIcall(CFICheckFailData *Data, ValueHandle Function, in handleCFIBadIcall()
563 void __ubsan::__ubsan_handle_cfi_check_fail(CFICheckFailData *Data, in __ubsan_handle_cfi_check_fail()
573 void __ubsan::__ubsan_handle_cfi_check_fail_abort(CFICheckFailData *Data, in __ubsan_handle_cfi_check_fail_abort()