| /minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
| H A D | FoldingSet.cpp | 35 EXPECT_EQ(a.ComputeHash(), b.ComputeHash()); in TEST()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 71 hash_value_type ComputeHash(const DeclNameKey &Key) const; 103 static hash_value_type ComputeHash(const internal_key_type& a); 178 static hash_value_type ComputeHash(Selector Sel); 228 static hash_value_type ComputeHash(internal_key_ref ikey);
|
| H A D | ASTCommon.h | 67 unsigned ComputeHash(Selector Sel);
|
| H A D | ASTCommon.cpp | 81 unsigned serialization::ComputeHash(Selector Sel) { in ComputeHash() function in serialization
|
| H A D | GlobalModuleIndex.cpp | 82 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash() function in __anonffcf63e90311::IdentifierIndexReaderTrait 657 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in __anonffcf63e90711::IdentifierIndexWriterTrait
|
| H A D | ASTWriter.cpp | 1605 static hash_value_type ComputeHash(key_type_ref key) { in ComputeHash() function in __anon48dda49f0411::HeaderFileInfoTrait 1974 static hash_value_type ComputeHash(IdentID IdID) { in ComputeHash() function in __anon48dda49f0511::ASTMacroTableTrait 2884 static hash_value_type ComputeHash(Selector Sel) { in ComputeHash() function in __anon48dda49f0711::ASTMethodPoolTrait 2885 return serialization::ComputeHash(Sel); in ComputeHash() 3282 static hash_value_type ComputeHash(const IdentifierInfo* II) { in ComputeHash() function in __anon48dda49f0811::ASTIdentifierTableTrait 3569 hash_value_type ComputeHash(DeclarationName Name) { in ComputeHash() function in __anon48dda49f0911::ASTDeclContextNameLookupTrait 3580 ID.AddInteger(serialization::ComputeHash(Name.getObjCSelector())); in ComputeHash() 3595 return ID.ComputeHash(); in ComputeHash()
|
| H A D | ASTReader.cpp | 610 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) { in ComputeHash() function in ASTSelectorLookupTrait 611 return serialization::ComputeHash(Sel); in ComputeHash() 679 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) { in ComputeHash() function in ASTIdentifierLookupTraitBase 851 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const { in ComputeHash() function in ASTDeclContextNameLookupTrait 863 ID.AddInteger(serialization::ComputeHash(Selector(Key.Data))); in ComputeHash() 875 return ID.ComputeHash(); in ComputeHash() 1480 unsigned HeaderFileInfoTrait::ComputeHash(internal_key_ref ikey) { in ComputeHash() function in HeaderFileInfoTrait
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 230 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID); 253 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID, 277 unsigned ComputeHash() const; 329 unsigned ComputeHash() const; 367 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function 369 return TempID.ComputeHash(); in ComputeHash() 383 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function 387 return TempID.ComputeHash(); in ComputeHash() 414 return FoldingSetTrait<T>::ComputeHash(*TN, TempID); in ComputeNodeHash() 490 return ContextualFoldingSetTrait<T, Ctx>::ComputeHash(*TN, TempID, Context); in ComputeNodeHash()
|
| H A D | ImmutableSet.h | 306 digest += ID.ComputeHash(); in computeDigest()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
| H A D | FoldingSet.cpp | 30 unsigned FoldingSetNodeIDRef::ComputeHash() const { in ComputeHash() function in FoldingSetNodeIDRef 145 unsigned FoldingSetNodeID::ComputeHash() const { in ComputeHash() function in FoldingSetNodeID 146 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash(); in ComputeHash() 284 unsigned IDHash = ID.ComputeHash(); in FindNodeOrInsertPos()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 35 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash() function in __anon882ab7a10111::InstrProfRecordTrait 36 return IndexedInstrProf::ComputeHash(IndexedInstrProf::HashType, K); in ComputeHash()
|
| H A D | InstrProfIndexed.h | 41 static inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() function
|
| H A D | InstrProfReader.cpp | 289 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash() function in InstrProfLookupTrait 290 return IndexedInstrProf::ComputeHash(HashType, K); in ComputeHash()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 69 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {} in Item() 292 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 149 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) { 150 return X.FastID.ComputeHash();
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | CacheTokens.cpp | 123 static hash_value_type ComputeHash(PTHEntryKeyVariant V) { in ComputeHash() function in __anon527225640111::FileEntryPTHEntryInfo 611 static hash_value_type ComputeHash(PTHIdKey* key) { in ComputeHash() function in __anon527225640611::PTHIdentifierTableTrait
|
| /minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
| H A D | PTHLexer.cpp | 325 static hash_value_type ComputeHash(internal_key_type x) { in ComputeHash() function in __anon56eab9b10111::PTHFileLookupCommonTrait 383 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash() function in PTHManager::PTHStringLookupTrait
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 227 hash_value_type ComputeHash(StringRef K);
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 163 return ID.ComputeHash(); in getHashValue()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 56 HashValue = ID.ComputeHash(); 76 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) {
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | Indexing.cpp | 137 return ID.ComputeHash();
|
| /minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 2063 return ID.ComputeHash(); in getHashValue()
|