HomeSort by relevance Sort by last modified time
    Searched defs:__ubsan (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_handlers_cxx.cc 23 using namespace __ubsan;
25 namespace __ubsan { namespace
67 void __ubsan::__ubsan_handle_dynamic_type_cache_miss(
71 void __ubsan::__ubsan_handle_dynamic_type_cache_miss_abort(
ubsan_handlers_cxx.h 19 namespace __ubsan { namespace
ubsan_type_hash.h 18 namespace __ubsan { namespace
61 } // namespace __ubsan
ubsan_handlers.h 18 namespace __ubsan { namespace
ubsan_handlers.cc 20 using namespace __ubsan;
22 namespace __ubsan { namespace
54 void __ubsan::__ubsan_handle_type_mismatch(TypeMismatchData *Data,
58 void __ubsan::__ubsan_handle_type_mismatch_abort(TypeMismatchData *Data,
79 void __ubsan::__ubsan_handle_add_overflow(OverflowData *Data,
83 void __ubsan::__ubsan_handle_add_overflow_abort(OverflowData *Data,
90 void __ubsan::__ubsan_handle_sub_overflow(OverflowData *Data,
94 void __ubsan::__ubsan_handle_sub_overflow_abort(OverflowData *Data,
101 void __ubsan::__ubsan_handle_mul_overflow(OverflowData *Data,
105 void __ubsan::__ubsan_handle_mul_overflow_abort(OverflowData *Data
    [all...]
ubsan_diag.h 18 namespace __ubsan { namespace
200 } // namespace __ubsan
ubsan_value.h 36 namespace __ubsan { namespace
202 } // namespace __ubsan

Completed in 951 milliseconds