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

  /external/compiler-rt/lib/ubsan/
ubsan_type_hash.h 51 const unsigned VptrTypeCacheSize = 128;
56 /// __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] == Hash
59 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
ubsan_type_hash.cc 114 __ubsan::__ubsan_vptr_type_cache[__ubsan::VptrTypeCacheSize];
217 __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] = Hash;
236 __ubsan_vptr_type_cache[Hash % VptrTypeCacheSize] = Hash;

Completed in 3050 milliseconds