Searched refs:__ubsan_vptr_type_cache (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_type_hash.cc27 __ubsan::__ubsan_vptr_type_cache[__ubsan::VptrTypeCacheSize]; member in class:__ubsan
H A Dubsan_type_hash.h63 /// __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] == Hash
66 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
H A Dubsan_type_hash_itanium.cc218 __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] = Hash;
242 __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] = Hash;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_type_hash.cc25 __ubsan::__ubsan_vptr_type_cache[__ubsan::VptrTypeCacheSize]; member in class:__ubsan
H A Dubsan_type_hash.h61 /// __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] == Hash
64 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
H A Dubsan_type_hash_itanium.cc217 __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] = Hash;
241 __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] = Hash;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_type_hash.cpp26 __ubsan::__ubsan_vptr_type_cache[__ubsan::VptrTypeCacheSize]; member in class:__ubsan
H A Dubsan_type_hash.h62 /// __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] == Hash
65 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
H A Dubsan_type_hash_itanium.cpp218 __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] = Hash;
242 __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] = Hash;
/netbsd-current/common/lib/libc/misc/
H A Dubsan.c282 intptr_t __ubsan_vptr_type_cache[128]; variable

Completed in 103 milliseconds