Lines Matching full:location
43 static bool was_reported(struct source_location *location) in was_reported() argument
45 return test_and_set_bit(REPORTED_BIT, &location->reported); in was_reported()
174 if (suppress_report(&data->location)) in handle_overflow()
177 ubsan_prologue(&data->location, type_is_signed(type) ? in handle_overflow()
219 if (suppress_report(&data->location)) in __ubsan_handle_negate_overflow()
222 ubsan_prologue(&data->location, "negation-overflow"); in __ubsan_handle_negate_overflow()
239 if (suppress_report(&data->location)) in __ubsan_handle_divrem_overflow()
242 ubsan_prologue(&data->location, "division-overflow"); in __ubsan_handle_divrem_overflow()
258 if (suppress_report(data->location)) in handle_null_ptr_deref()
261 ubsan_prologue(data->location, "null-ptr-deref"); in handle_null_ptr_deref()
273 if (suppress_report(data->location)) in handle_misaligned_access()
276 ubsan_prologue(data->location, "misaligned-access"); in handle_misaligned_access()
289 if (suppress_report(data->location)) in handle_object_size_mismatch()
292 ubsan_prologue(data->location, "object-size-mismatch"); in handle_object_size_mismatch()
319 .location = &data->location, in __ubsan_handle_type_mismatch()
333 .location = &data->location, in __ubsan_handle_type_mismatch_v1()
348 if (suppress_report(&data->location)) in __ubsan_handle_out_of_bounds()
351 ubsan_prologue(&data->location, "array-index-out-of-bounds"); in __ubsan_handle_out_of_bounds()
369 if (suppress_report(&data->location)) in __ubsan_handle_shift_out_of_bounds()
372 ubsan_prologue(&data->location, "shift-out-of-bounds"); in __ubsan_handle_shift_out_of_bounds()
405 ubsan_prologue(&data->location, "unreachable"); in __ubsan_handle_builtin_unreachable()
417 if (suppress_report(&data->location)) in __ubsan_handle_load_invalid_value()
420 ubsan_prologue(&data->location, "invalid-load"); in __ubsan_handle_load_invalid_value()