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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/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;
/freebsd-13-stable/sys/kern/
H A Dkern_ubsan.c279 intptr_t __ubsan_vptr_type_cache[128]; variable

Completed in 53 milliseconds