HomeSort by relevance Sort by last modified time
    Searched refs:VptrTypeCacheSize (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_type_hash.cc 27 __ubsan::__ubsan_vptr_type_cache[__ubsan::VptrTypeCacheSize];
ubsan_type_hash.h 54 const unsigned VptrTypeCacheSize = 128;
63 /// __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] == Hash
66 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
ubsan_type_hash_itanium.cc 216 __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] = Hash;
240 __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] = Hash;

Completed in 310 milliseconds