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

/freebsd-11-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.cpp216 __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] = Hash;
240 __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] = Hash;

Completed in 101 milliseconds