HomeSort by: relevance | last modified time | path
    Searched refs:hash_value_type (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderInternals.h 80 using hash_value_type = unsigned;
94 static hash_value_type ComputeHash(const internal_key_type &Key) {
135 using hash_value_type = unsigned;
142 static hash_value_type ComputeHash(const internal_key_type& a);
208 using hash_value_type = unsigned;
219 static hash_value_type ComputeHash(Selector Sel);
263 using hash_value_type = unsigned;
270 static hash_value_type ComputeHash(internal_key_ref ikey);
GlobalModuleIndex.cpp 78 typedef unsigned hash_value_type; typedef in class:__anon3273::IdentifierIndexReaderTrait
85 static hash_value_type ComputeHash(const internal_key_type& a) {
726 typedef unsigned hash_value_type; typedef in class:__anon3277::IdentifierIndexWriterTrait
729 static hash_value_type ComputeHash(key_type_ref Key) {
MultiOnDiskHashTable.h 52 using hash_value_type = unsigned;
ASTWriter.cpp 1658 using hash_value_type = unsigned;
1661 hash_value_type ComputeHash(key_type_ref key) {
3004 using hash_value_type = unsigned;
3009 static hash_value_type ComputeHash(Selector Sel) {
3296 using hash_value_type = unsigned;
3308 static hash_value_type ComputeHash(const IdentifierInfo* II) {
3523 using hash_value_type = unsigned;
3549 hash_value_type ComputeHash(DeclarationNameKey Name) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OnDiskHashTable.h 41 /// typedef uint32_t hash_value_type; // The type the hash function returns.
45 /// static hash_value_type ComputeHash(key_type_ref Key);
66 const typename Info::hash_value_type Hash;
187 LE.write<typename Info::hash_value_type>(I->Hash);
248 /// typedef uint32_t hash_value_type; // The type the hash function returns.
254 /// static hash_value_type ComputeHash(internal_key_type &IKey);
286 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
345 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
350 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
439 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h 335 using hash_value_type = uint64_t;
342 hash_value_type ComputeHash(StringRef K);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp 99 using hash_value_type = uint64_t;
108 static hash_value_type ComputeHash(key_type_ref K) {
InstrProfReader.cpp 516 InstrProfLookupTrait::hash_value_type

Completed in 24 milliseconds