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

/external/llvm/unittests/ADT/
H A DFoldingSet.cpp35 EXPECT_EQ(a.ComputeHash(), b.ComputeHash());
/external/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.h70 unsigned ComputeHash(Selector Sel);
H A DASTCommon.cpp81 unsigned serialization::ComputeHash(Selector Sel) { function in class:serialization
H A DGlobalModuleIndex.cpp82 static hash_value_type ComputeHash(const internal_key_type& a) { function in class:__anon1281::IdentifierIndexReaderTrait
657 static hash_value_type ComputeHash(key_type_ref Key) { function in class:__anon1285::IdentifierIndexWriterTrait
H A DASTWriter.cpp1620 static hash_value_type ComputeHash(key_type_ref key) { function in class:__anon1270::HeaderFileInfoTrait
1989 static hash_value_type ComputeHash(IdentID IdID) { function in class:__anon1271::ASTMacroTableTrait
2891 static hash_value_type ComputeHash(Selector Sel) { function in class:__anon1273::ASTMethodPoolTrait
2892 return serialization::ComputeHash(Sel);
3317 static hash_value_type ComputeHash(const IdentifierInfo* II) {
3563 hash_value_type ComputeHash(DeclarationName Name) {
3574 ID.AddInteger(serialization::ComputeHash(Name.getObjCSelector()));
3589 return ID.ComputeHash();
H A DASTReader.cpp643 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) { function in class:ASTSelectorLookupTrait
644 return serialization::ComputeHash(Sel);
712 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) { function in class:ASTIdentifierLookupTraitBase
884 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const { function in class:ASTDeclContextNameLookupTrait
896 ID.AddInteger(serialization::ComputeHash(Selector(Key.Data)));
908 return ID.ComputeHash();
1513 unsigned HeaderFileInfoTrait::ComputeHash(internal_key_ref ikey) { function in class:HeaderFileInfoTrait
/external/llvm/lib/ProfileData/
H A DInstrProfIndexed.h41 static inline uint64_t ComputeHash(HashT Type, StringRef K) { function in class:llvm::IndexedInstrProf::HashT
H A DInstrProfWriter.cpp35 static hash_value_type ComputeHash(key_type_ref K) { function in class:__anon10582::InstrProfRecordTrait
36 return IndexedInstrProf::ComputeHash(IndexedInstrProf::HashType, K);
H A DInstrProfReader.cpp302 InstrProfLookupTrait::ComputeHash(StringRef K) { function in class:InstrProfLookupTrait
303 return IndexedInstrProf::ComputeHash(HashType, K);
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h226 // ComputeHash - Compute a hash value for X, using TempID to
231 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID);
254 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID,
276 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeIDRef,
278 unsigned ComputeHash() const;
328 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used
330 unsigned ComputeHash() const;
368 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { function in class:llvm::DefaultFoldingSetTrait
370 return TempID.ComputeHash();
384 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash( function in class:llvm::DefaultContextualFoldingSetTrait
[all...]
H A DImmutableSet.h306 digest += ID.ComputeHash();
/external/llvm/lib/Support/
H A DFoldingSet.cpp28 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeIDRef,
30 unsigned FoldingSetNodeIDRef::ComputeHash() const { function in class:FoldingSetNodeIDRef
144 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used to
146 unsigned FoldingSetNodeID::ComputeHash() const { function in class:FoldingSetNodeID
147 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash();
287 unsigned IDHash = ID.ComputeHash();
/external/clang/lib/Frontend/
H A DCacheTokens.cpp123 static hash_value_type ComputeHash(PTHEntryKeyVariant V) { function in class:__anon1038::FileEntryPTHEntryInfo
620 static hash_value_type ComputeHash(PTHIdKey* key) { function in class:__anon1043::PTHIdentifierTableTrait
/external/clang/lib/Lex/
H A DPTHLexer.cpp325 static hash_value_type ComputeHash(internal_key_type x) { function in class:__anon1085::PTHFileLookupCommonTrait
383 static hash_value_type ComputeHash(const internal_key_type& a) { function in class:PTHManager::PTHStringLookupTrait
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h150 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) { function in struct:llvm::FoldingSetTrait
151 return X.FastID.ComputeHash();
/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h46 /// static hash_value_type ComputeHash(key_type_ref Key);
69 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {}
214 /// static hash_value_type ComputeHash(internal_key_type &IKey);
289 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h228 hash_value_type ComputeHash(StringRef K);
/external/clang/include/clang/Analysis/
H A DProgramPoint.h163 return ID.ComputeHash();
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h58 HashValue = ID.ComputeHash();
78 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) { function in struct:llvm::FoldingSetTrait
/external/clang/tools/libclang/
H A DIndexing.cpp137 return ID.ComputeHash();
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp2082 return ID.ComputeHash();

Completed in 613 milliseconds