Lines Matching full:location
110 static bool was_reported(struct source_location *location) in was_reported() argument
112 return test_and_set_bit(REPORTED_BIT, &location->reported); in was_reported()
230 if (suppress_report(&data->location)) in __ubsan_handle_divrem_overflow()
233 ubsan_prologue(&data->location, "division-overflow"); in __ubsan_handle_divrem_overflow()
249 if (suppress_report(data->location)) in handle_null_ptr_deref()
252 ubsan_prologue(data->location, "null-ptr-deref"); in handle_null_ptr_deref()
264 if (suppress_report(data->location)) in handle_misaligned_access()
267 ubsan_prologue(data->location, "misaligned-access"); in handle_misaligned_access()
280 if (suppress_report(data->location)) in handle_object_size_mismatch()
283 ubsan_prologue(data->location, "object-size-mismatch"); in handle_object_size_mismatch()
310 .location = &data->location, in __ubsan_handle_type_mismatch()
324 .location = &data->location, in __ubsan_handle_type_mismatch_v1()
339 if (suppress_report(&data->location)) in __ubsan_handle_out_of_bounds()
342 ubsan_prologue(&data->location, "array-index-out-of-bounds"); in __ubsan_handle_out_of_bounds()
360 if (suppress_report(&data->location)) in __ubsan_handle_shift_out_of_bounds()
363 ubsan_prologue(&data->location, "shift-out-of-bounds"); in __ubsan_handle_shift_out_of_bounds()
396 ubsan_prologue(&data->location, "unreachable"); in __ubsan_handle_builtin_unreachable()
409 if (suppress_report(&data->location)) in __ubsan_handle_load_invalid_value()
412 ubsan_prologue(&data->location, "invalid-load"); in __ubsan_handle_load_invalid_value()
432 if (suppress_report(&data->location)) in __ubsan_handle_alignment_assumption()
435 ubsan_prologue(&data->location, "alignment-assumption"); in __ubsan_handle_alignment_assumption()