Home
last modified time | relevance | path

Searched refs:ComputeHash (Results 1 – 22 of 22) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DFoldingSet.cpp35 EXPECT_EQ(a.ComputeHash(), b.ComputeHash()); in TEST()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderInternals.h71 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 DASTCommon.h67 unsigned ComputeHash(Selector Sel);
H A DASTCommon.cpp81 unsigned serialization::ComputeHash(Selector Sel) { in ComputeHash() function in serialization
H A DGlobalModuleIndex.cpp82 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 DASTWriter.cpp1605 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 DASTReader.cpp610 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 DFoldingSet.h230 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 DImmutableSet.h306 digest += ID.ComputeHash(); in computeDigest()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DFoldingSet.cpp30 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 DInstrProfWriter.cpp35 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 DInstrProfIndexed.h41 static inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() function
H A DInstrProfReader.cpp289 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 DOnDiskHashTable.h69 : 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 DScalarEvolution.h149 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) {
150 return X.FastID.ComputeHash();
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCacheTokens.cpp123 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 DPTHLexer.cpp325 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 DInstrProfReader.h227 hash_value_type ComputeHash(StringRef K);
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h163 return ID.ComputeHash(); in getHashValue()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h56 HashValue = ID.ComputeHash();
76 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) {
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp137 return ID.ComputeHash();
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp2063 return ID.ComputeHash(); in getHashValue()