Searched refs:HashValue (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_type_hash.h20 typedef uptr HashValue; typedef in namespace:__ubsan
52 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
66 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
H A Dubsan_type_hash.cc26 __ubsan::HashValue
H A Dubsan_type_hash_itanium.cc97 static __ubsan::HashValue *getTypeCacheHashTableBucket(__ubsan::HashValue V) {
99 static __ubsan::HashValue __ubsan_vptr_hash_set[HashTableSize];
211 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) {
216 HashValue *Bucket = getTypeCacheHashTableBucket(Hash);
H A Dubsan_type_hash_win.cc41 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_type_hash.h18 typedef uptr HashValue; typedef in namespace:__ubsan
50 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
64 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
H A Dubsan_type_hash.cc24 __ubsan::HashValue
H A Dubsan_type_hash_itanium.cc95 static __ubsan::HashValue *getTypeCacheHashTableBucket(__ubsan::HashValue V) {
97 static __ubsan::HashValue __ubsan_vptr_hash_set[HashTableSize];
210 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) {
215 HashValue *Bucket = getTypeCacheHashTableBucket(Hash);
H A Dubsan_type_hash_win.cc39 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) {
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_type_hash.h19 typedef uptr HashValue; typedef in namespace:__ubsan
51 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
65 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
H A Dubsan_type_hash.cpp25 __ubsan::HashValue
H A Dubsan_type_hash_itanium.cpp97 static __ubsan::HashValue *getTypeCacheHashTableBucket(__ubsan::HashValue V) {
99 static __ubsan::HashValue __ubsan_vptr_hash_set[HashTableSize];
211 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) {
216 HashValue *Bucket = getTypeCacheHashTableBucket(Hash);
H A Dubsan_type_hash_win.cpp40 bool __ubsan::checkDynamicType(void *Object, void *Type, HashValue Hash) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp39 Uniques.push_back(E.second.HashValue);
76 uint32_t Bucket = E.second.HashValue % BucketCount;
85 return LHS->HashValue < RHS->HashValue;
251 uint32_t HashValue = Hash->HashValue; local
252 if (SkipIdenticalHashes && PrevHash == HashValue)
255 Asm->emitInt32(HashValue);
256 PrevHash = HashValue;
267 uint32_t HashValue local
319 uint32_t HashValue = HD->HashValue; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAccelTable.h143 uint32_t HashValue; member in struct:llvm::AccelTableBase::HashData
148 : Name(Name), HashValue(Hash(Name.getString())) {}
H A DSelectionDAG.h100 unsigned HashValue; member in class:llvm::SDVTListNode
105 HashValue = ID.ComputeHash();
123 if (X.HashValue != IDHash)
129 return X.HashValue;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp334 unsigned HashValue = djbHash(Key); local
335 unsigned Bucket = HashValue % Hdr.BucketCount;

Completed in 360 milliseconds