Home
last modified time | relevance | path

Searched refs:__ubsan (Results 1 – 10 of 10) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc20 using namespace __ubsan;
22 namespace __ubsan { namespace
54 void __ubsan::__ubsan_handle_type_mismatch(TypeMismatchData *Data, in __ubsan_handle_type_mismatch()
58 void __ubsan::__ubsan_handle_type_mismatch_abort(TypeMismatchData *Data, in __ubsan_handle_type_mismatch_abort()
79 void __ubsan::__ubsan_handle_add_overflow(OverflowData *Data, in __ubsan_handle_add_overflow()
83 void __ubsan::__ubsan_handle_add_overflow_abort(OverflowData *Data, in __ubsan_handle_add_overflow_abort()
90 void __ubsan::__ubsan_handle_sub_overflow(OverflowData *Data, in __ubsan_handle_sub_overflow()
94 void __ubsan::__ubsan_handle_sub_overflow_abort(OverflowData *Data, in __ubsan_handle_sub_overflow_abort()
101 void __ubsan::__ubsan_handle_mul_overflow(OverflowData *Data, in __ubsan_handle_mul_overflow()
105 void __ubsan::__ubsan_handle_mul_overflow_abort(OverflowData *Data, in __ubsan_handle_mul_overflow_abort()
[all …]
Dubsan_type_hash.cc93 static __ubsan::HashValue *getTypeCacheHashTableBucket(__ubsan::HashValue V) { in getTypeCacheHashTableBucket()
95 static __ubsan::HashValue __ubsan_vptr_hash_set[HashTableSize] = { 1 }; in getTypeCacheHashTableBucket()
111 __ubsan::HashValue
112 __ubsan::__ubsan_vptr_type_cache[__ubsan::VptrTypeCacheSize] = { 1 };
208 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) { in checkDynamicType()
239 __ubsan::DynamicTypeInfo __ubsan::getDynamicTypeInfo(void *Object) { in getDynamicTypeInfo()
Dubsan_handlers_cxx.cc23 using namespace __ubsan;
25 namespace __ubsan { namespace
67 void __ubsan::__ubsan_handle_dynamic_type_cache_miss( in __ubsan_handle_dynamic_type_cache_miss()
71 void __ubsan::__ubsan_handle_dynamic_type_cache_miss_abort( in __ubsan_handle_dynamic_type_cache_miss_abort()
Dubsan_handlers_cxx.h19 namespace __ubsan {
Dubsan_type_hash.h18 namespace __ubsan {
Dubsan_value.cc17 using namespace __ubsan;
Dubsan_diag.cc22 using namespace __ubsan;
24 Location __ubsan::getCallerLocation(uptr CallerLoc) { in getCallerLocation()
Dubsan_handlers.h18 namespace __ubsan {
Dubsan_value.h36 namespace __ubsan {
Dubsan_diag.h18 namespace __ubsan {