Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderInternals.h81 using hash_value_type = unsigned; variable
95 static hash_value_type ComputeHash(const internal_key_type &Key) { in ComputeHash()
136 using hash_value_type = unsigned; variable
143 static hash_value_type ComputeHash(const internal_key_type& a);
209 using hash_value_type = unsigned; variable
220 static hash_value_type ComputeHash(Selector Sel);
264 using hash_value_type = unsigned; variable
271 static hash_value_type ComputeHash(internal_key_ref ikey);
H A DGlobalModuleIndex.cpp76 typedef unsigned hash_value_type; typedef in __anon2d7d61850311::IdentifierIndexReaderTrait
83 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash()
696 typedef unsigned hash_value_type; typedef in __anon2d7d61850711::IdentifierIndexWriterTrait
699 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash()
H A DMultiOnDiskHashTable.h53 using hash_value_type = unsigned; variable
H A DASTWriter.cpp1952 using hash_value_type = unsigned; typedef in __anona825c63b0411::HeaderFileInfoTrait
1955 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash()
3289 using hash_value_type = unsigned; typedef in __anona825c63b0a11::ASTMethodPoolTrait
3294 static hash_value_type ComputeHash(Selector Sel) { in ComputeHash()
3587 using hash_value_type = unsigned; typedef in __anona825c63b0b11::ASTIdentifierTableTrait
3599 static hash_value_type ComputeHash(const IdentifierInfo* II) { in ComputeHash()
3826 using hash_value_type = unsigned; typedef in __anona825c63b0c11::ASTDeclContextNameLookupTrait
3852 hash_value_type ComputeHash(DeclarationNameKey Name) { in ComputeHash()
/freebsd-12.1/contrib/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()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h298 using hash_value_type = uint64_t; variable
305 hash_value_type ComputeHash(StringRef K);
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp100 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.cpp497 InstrProfLookupTrait::hash_value_type