Home
last modified time | relevance | path

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

/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc95 GET_REPORT_OPTIONS(false); in __ubsan_handle_type_mismatch()
100 GET_REPORT_OPTIONS(true); in __ubsan_handle_type_mismatch_abort()
129 GET_REPORT_OPTIONS(unrecoverable); \
166 GET_REPORT_OPTIONS(false); in __ubsan_handle_negate_overflow()
171 GET_REPORT_OPTIONS(true); in __ubsan_handle_negate_overflow_abort()
208 GET_REPORT_OPTIONS(false); in __ubsan_handle_divrem_overflow()
214 GET_REPORT_OPTIONS(true); in __ubsan_handle_divrem_overflow_abort()
257 GET_REPORT_OPTIONS(false); in __ubsan_handle_shift_out_of_bounds()
264 GET_REPORT_OPTIONS(true); in __ubsan_handle_shift_out_of_bounds_abort()
286 GET_REPORT_OPTIONS(false); in __ubsan_handle_out_of_bounds()
[all …]
Dubsan_handlers_cxx.cc86 GET_REPORT_OPTIONS(false); in __ubsan_handle_dynamic_type_cache_miss()
92 GET_REPORT_OPTIONS(false); in __ubsan_handle_dynamic_type_cache_miss_abort()
Dubsan_diag.h230 #define GET_REPORT_OPTIONS(unrecoverable_handler) \ macro