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

/external/llvm/unittests/ADT/
H A DFoldingSet.cpp35 EXPECT_EQ(a.ComputeHash(), b.ComputeHash());
/external/clang/lib/Serialization/
H A DASTCommon.h59 unsigned ComputeHash(Selector Sel);
H A DASTReaderInternals.h68 unsigned ComputeHash(const DeclNameKey &Key) const;
107 static unsigned ComputeHash(const internal_key_type& a);
160 static unsigned ComputeHash(Selector Sel);
218 static unsigned ComputeHash(const char *path);
H A DASTCommon.cpp71 unsigned serialization::ComputeHash(Selector Sel) { function in class:serialization
H A DASTWriter.cpp1109 static unsigned ComputeHash(const char *path) { function in class:__anon3824::ASTStatCacheTrait
1265 static unsigned ComputeHash(const char *path) { function in class:__anon3825::HeaderFileInfoTrait
2286 static unsigned ComputeHash(Selector Sel) { function in class:__anon3826::ASTMethodPoolTrait
2287 return serialization::ComputeHash(Sel);
2523 static unsigned ComputeHash(const IdentifierInfo* II) { function in class:__anon3827::ASTIdentifierTableTrait
2698 unsigned ComputeHash(DeclarationName Name) { function in class:__anon3828::ASTDeclContextNameLookupTrait
2709 ID.AddInteger(serialization::ComputeHash(Name.getObjCSelector()));
2724 return ID.ComputeHash();
H A DASTReader.cpp426 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) { function in class:ASTSelectorLookupTrait
427 return serialization::ComputeHash(Sel);
487 unsigned ASTIdentifierLookupTrait::ComputeHash(const internal_key_type& a) { function in class:ASTIdentifierLookupTrait
615 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const { function in class:ASTDeclContextNameLookupTrait
627 ID.AddInteger(serialization::ComputeHash(Selector(Key.Data)));
639 return ID.ComputeHash();
865 static unsigned ComputeHash(const char *path) { function in class:__anon3816::ASTStatLookupTrait
1395 unsigned HeaderFileInfoTrait::ComputeHash(const char *path) { function in class:HeaderFileInfoTrait
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h225 // ComputeHash - Compute a hash value for X, using TempID to
230 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID);
253 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID,
275 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeIDRef,
277 unsigned ComputeHash() const;
325 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used
327 unsigned ComputeHash() const;
361 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { function in class:llvm::DefaultFoldingSetTrait
363 return TempID.ComputeHash();
377 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash( function in class:llvm::DefaultContextualFoldingSetTrait
[all...]
H A DImmutableSet.h307 digest += ID.ComputeHash();
/external/llvm/lib/Support/
H A DFoldingSet.cpp30 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeIDRef,
32 unsigned FoldingSetNodeIDRef::ComputeHash() const { function in class:FoldingSetNodeIDRef
145 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used to
147 unsigned FoldingSetNodeID::ComputeHash() const { function in class:FoldingSetNodeID
148 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash();
286 unsigned IDHash = ID.ComputeHash();
/external/clang/include/clang/Basic/
H A DOnDiskHashTable.h128 : key(k), data(d), next(0), hash(InfoObj.ComputeHash(k)) {}
290 unsigned key_hash = InfoObj.ComputeHash(iKey);
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h146 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) { function in struct:llvm::FoldingSetTrait
147 return X.FastID.ComputeHash();
/external/llvm/lib/VMCore/
H A DMetadata.cpp258 N->Hash = ID.ComputeHash();
384 Hash = ID.ComputeHash();
H A DLLVMContextImpl.h212 static unsigned ComputeHash(const MDNode &X, FoldingSetNodeID &) { function in struct:llvm::FoldingSetTrait
/external/clang/lib/Frontend/
H A DCacheTokens.cpp117 static unsigned ComputeHash(PTHEntryKeyVariant V) { function in class:__anon98::FileEntryPTHEntryInfo
582 static unsigned ComputeHash(PTHIdKey* key) { function in class:__anon103::PTHIdentifierTableTrait
/external/clang/lib/Lex/
H A DPTHLexer.cpp327 static unsigned ComputeHash(internal_key_type x) { function in class:__anon128::PTHFileLookupCommonTrait
382 static unsigned ComputeHash(const internal_key_type& a) { function in class:__anon128::PTHStringLookupTrait
/external/clang/include/clang/Analysis/
H A DProgramPoint.h140 return ID.ComputeHash();
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h534 return ID.ComputeHash();
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp89 return ID.ComputeHash();

Completed in 5028 milliseconds