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.cc74 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 …]
Dubsan_handlers_cxx.cc76 GET_REPORT_OPTIONS(false); in __ubsan_handle_dynamic_type_cache_miss()
81 GET_REPORT_OPTIONS(true); in __ubsan_handle_dynamic_type_cache_miss_abort()
Dubsan_diag.h222 #define GET_REPORT_OPTIONS(die_after_report) \ macro