Home
last modified time | relevance | path

Searched refs:hash_value_type (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderInternals.h80 using hash_value_type = unsigned; variable
94 static hash_value_type ComputeHash(const internal_key_type &Key) { in ComputeHash()
135 using hash_value_type = unsigned; variable
142 static hash_value_type ComputeHash(const internal_key_type& a);
208 using hash_value_type = unsigned; variable
219 static hash_value_type ComputeHash(Selector Sel);
263 using hash_value_type = unsigned; variable
270 static hash_value_type ComputeHash(internal_key_ref ikey);
H A DGlobalModuleIndex.cpp78 typedef unsigned hash_value_type; typedef in __anon28427b810311::IdentifierIndexReaderTrait
85 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash()
726 typedef unsigned hash_value_type; typedef in __anon28427b810811::IdentifierIndexWriterTrait
729 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
H A DMultiOnDiskHashTable.h52 using hash_value_type = unsigned; variable
H A DASTWriter.cpp1658 using hash_value_type = unsigned; typedef in __anon52dea4370311::HeaderFileInfoTrait
1661 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash()
3004 using hash_value_type = unsigned; typedef in __anon52dea4370911::ASTMethodPoolTrait
3009 static hash_value_type ComputeHash(Selector Sel) { in ComputeHash()
3296 using hash_value_type = unsigned; typedef in __anon52dea4370a11::ASTIdentifierTableTrait
3308 static hash_value_type ComputeHash(const IdentifierInfo* II) { in ComputeHash()
3523 using hash_value_type = unsigned; typedef in __anon52dea4370b11::ASTDeclContextNameLookupTrait
3549 hash_value_type ComputeHash(DeclarationNameKey Name) { in ComputeHash()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DOnDiskHashTable.h66 const typename Info::hash_value_type Hash;
187 LE.write<typename Info::hash_value_type>(I->Hash); in Emit()
286 typedef typename Info::hash_value_type hash_value_type; typedef
345 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
350 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash,
372 hash_value_type ItemHash =
373 endian::readNext<hash_value_type, little, unaligned>(Items);
439 typedef typename base_type::hash_value_type hash_value_type; typedef
473 Ptr += sizeof(hash_value_type); // Skip the hash. in advance()
487 return Ptr + (NumItemsInBucketLeft ? 0 : 2) + sizeof(hash_value_type); in getItem()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h335 using hash_value_type = uint64_t; variable
342 hash_value_type ComputeHash(StringRef K);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp99 using hash_value_type = uint64_t; typedef in llvm::InstrProfRecordWriterTrait
108 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash()
H A DInstrProfReader.cpp516 InstrProfLookupTrait::hash_value_type