HomeSort by: relevance | last modified time | path
    Searched refs:__ubsan (Results 1 - 25 of 87) sorted by relevancy

1 2 3 4

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_type_hash.cc 26 __ubsan::HashValue
27 __ubsan::__ubsan_vptr_type_cache[__ubsan::VptrTypeCacheSize];
29 __ubsan::DynamicTypeInfo __ubsan::getDynamicTypeInfoFromObject(void *Object) {
ubsan_signals_standalone.h 18 namespace __ubsan { namespace
23 } // namespace __ubsan
ubsan_init_standalone_preinit.cc 25 namespace __ubsan { namespace
32 } // namespace __ubsan
35 void) = __ubsan::PreInitAsStandalone;
ubsan_init.h 16 namespace __ubsan { namespace
32 } // namespace __ubsan
ubsan_init_standalone.cc 23 namespace __ubsan { namespace
34 } // namespace __ubsan
ubsan_init.cc 24 using namespace __ubsan;
26 const char *__ubsan::GetSanititizerToolName() {
47 void __ubsan::InitAsStandalone() {
55 void __ubsan::InitAsStandaloneIfNecessary() { return InitAsStandalone(); }
57 void __ubsan::InitAsPlugin() {
ubsan_type_hash_win.cc 41 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) {
46 __ubsan::DynamicTypeInfo
47 __ubsan::getDynamicTypeInfoFromVtable(void *VtablePtr) {
ubsan_signals_standalone.cc 33 namespace __ubsan { namespace
42 namespace __ubsan { namespace
64 } // namespace __ubsan
ubsan_diag_standalone.cc 18 using namespace __ubsan;
ubsan_handlers_cxx.h 19 namespace __ubsan { namespace
ubsan_monitor.cc 16 using namespace __ubsan;
35 void __ubsan::RegisterUndefinedBehaviorReport(UndefinedBehaviorReport *UBR) {
40 void __ubsan::__ubsan_on_report(void) {}
42 void __ubsan::__ubsan_get_current_report_data(const char **OutIssueKind,
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_type_hash.cpp 25 __ubsan::HashValue
26 __ubsan::__ubsan_vptr_type_cache[__ubsan::VptrTypeCacheSize];
28 __ubsan::DynamicTypeInfo __ubsan::getDynamicTypeInfoFromObject(void *Object) {
ubsan_signals_standalone.h 17 namespace __ubsan { namespace
22 } // namespace __ubsan
ubsan_init_standalone_preinit.cpp 24 namespace __ubsan { namespace
31 } // namespace __ubsan
34 void) = __ubsan::PreInitAsStandalone;
ubsan_init.h 15 namespace __ubsan { namespace
31 } // namespace __ubsan
ubsan_init_standalone.cpp 22 namespace __ubsan { namespace
33 } // namespace __ubsan
ubsan_init.cpp 24 using namespace __ubsan;
26 const char *__ubsan::GetSanititizerToolName() {
58 void __ubsan::InitAsStandalone() {
66 void __ubsan::InitAsStandaloneIfNecessary() { return InitAsStandalone(); }
68 void __ubsan::InitAsPlugin() {
ubsan_signals_standalone.cpp 31 namespace __ubsan { namespace
37 namespace __ubsan {
39 } // namespace __ubsan
42 #define SIGNAL_INTERCEPTOR_ENTER() __ubsan::InitializeDeadlySignals()
49 namespace __ubsan { namespace
72 } // namespace __ubsan
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_type_hash.cpp 25 __ubsan::HashValue
26 __ubsan::__ubsan_vptr_type_cache[__ubsan::VptrTypeCacheSize];
28 __ubsan::DynamicTypeInfo __ubsan::getDynamicTypeInfoFromObject(void *Object) {
ubsan_signals_standalone.h 17 namespace __ubsan { namespace
22 } // namespace __ubsan
ubsan_init_standalone_preinit.cpp 24 namespace __ubsan { namespace
31 } // namespace __ubsan
34 void) = __ubsan::PreInitAsStandalone;
ubsan_init.h 15 namespace __ubsan { namespace
31 } // namespace __ubsan
ubsan_init_standalone.cpp 22 namespace __ubsan { namespace
33 } // namespace __ubsan
ubsan_init.cpp 23 using namespace __ubsan;
25 const char *__ubsan::GetSanititizerToolName() {
57 void __ubsan::InitAsStandalone() {
65 void __ubsan::InitAsStandaloneIfNecessary() { return InitAsStandalone(); }
67 void __ubsan::InitAsPlugin() {
ubsan_signals_standalone.cpp 31 namespace __ubsan { namespace
44 namespace __ubsan { namespace
67 } // namespace __ubsan

Completed in 70 milliseconds

1 2 3 4