Searched refs:GET_REPORT_OPTIONS (Results 1 – 3 of 3) sorted by relevance
95 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 …]
86 GET_REPORT_OPTIONS(false); in __ubsan_handle_dynamic_type_cache_miss()92 GET_REPORT_OPTIONS(false); in __ubsan_handle_dynamic_type_cache_miss_abort()
230 #define GET_REPORT_OPTIONS(unrecoverable_handler) \ macro