Lines Matching full:location
44 static bool was_reported(struct source_location *location) in was_reported() argument
46 return test_and_set_bit(REPORTED_BIT, &location->reported); in was_reported()
166 if (suppress_report(&data->location)) in __ubsan_handle_divrem_overflow()
169 ubsan_prologue(&data->location, "division-overflow"); in __ubsan_handle_divrem_overflow()
185 if (suppress_report(data->location)) in handle_null_ptr_deref()
188 ubsan_prologue(data->location, "null-ptr-deref"); in handle_null_ptr_deref()
200 if (suppress_report(data->location)) in handle_misaligned_access()
203 ubsan_prologue(data->location, "misaligned-access"); in handle_misaligned_access()
216 if (suppress_report(data->location)) in handle_object_size_mismatch()
219 ubsan_prologue(data->location, "object-size-mismatch"); in handle_object_size_mismatch()
246 .location = &data->location, in __ubsan_handle_type_mismatch()
260 .location = &data->location, in __ubsan_handle_type_mismatch_v1()
275 if (suppress_report(&data->location)) in __ubsan_handle_out_of_bounds()
278 ubsan_prologue(&data->location, "array-index-out-of-bounds"); in __ubsan_handle_out_of_bounds()
296 if (suppress_report(&data->location)) in __ubsan_handle_shift_out_of_bounds()
299 ubsan_prologue(&data->location, "shift-out-of-bounds"); in __ubsan_handle_shift_out_of_bounds()
332 ubsan_prologue(&data->location, "unreachable"); in __ubsan_handle_builtin_unreachable()
344 if (suppress_report(&data->location)) in __ubsan_handle_load_invalid_value()
347 ubsan_prologue(&data->location, "invalid-load"); in __ubsan_handle_load_invalid_value()
368 if (suppress_report(&data->location)) in __ubsan_handle_alignment_assumption()
371 ubsan_prologue(&data->location, "alignment-assumption"); in __ubsan_handle_alignment_assumption()