Searched refs:GET_REPORT_OPTIONS (Results 1 – 3 of 3) sorted by relevance
74 GET_REPORT_OPTIONS(false); in __ubsan_handle_type_mismatch()79 GET_REPORT_OPTIONS(true); in __ubsan_handle_type_mismatch_abort()104 GET_REPORT_OPTIONS(abort); \137 GET_REPORT_OPTIONS(false); in __ubsan_handle_negate_overflow()142 GET_REPORT_OPTIONS(true); in __ubsan_handle_negate_overflow_abort()167 GET_REPORT_OPTIONS(false); in __ubsan_handle_divrem_overflow()173 GET_REPORT_OPTIONS(true); in __ubsan_handle_divrem_overflow_abort()206 GET_REPORT_OPTIONS(false); in __ubsan_handle_shift_out_of_bounds()213 GET_REPORT_OPTIONS(true); in __ubsan_handle_shift_out_of_bounds_abort()233 GET_REPORT_OPTIONS(false); in __ubsan_handle_out_of_bounds()[all …]
76 GET_REPORT_OPTIONS(false); in __ubsan_handle_dynamic_type_cache_miss()81 GET_REPORT_OPTIONS(true); in __ubsan_handle_dynamic_type_cache_miss_abort()
222 #define GET_REPORT_OPTIONS(die_after_report) \ macro