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

/external/llvm/unittests/ADT/
H A DFoldingSet.cpp35 EXPECT_EQ(a.ComputeHash(), b.ComputeHash());
/external/clang/lib/Serialization/
H A DASTCommon.h57 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.cpp68 unsigned serialization::ComputeHash(Selector Sel) { function in class:serialization
H A DASTWriter.cpp1101 static unsigned ComputeHash(const char *path) { function in class:__anon3367::ASTStatCacheTrait
1258 static unsigned ComputeHash(const char *path) { function in class:__anon3368::HeaderFileInfoTrait
2262 static unsigned ComputeHash(Selector Sel) { function in class:__anon3369::ASTMethodPoolTrait
2263 return serialization::ComputeHash(Sel);
2499 static unsigned ComputeHash(const IdentifierInfo* II) { function in class:__anon3370::ASTIdentifierTableTrait
2674 unsigned ComputeHash(DeclarationName Name) { function in class:__anon3371::ASTDeclContextNameLookupTrait
2685 ID.AddInteger(serialization::ComputeHash(Name.getObjCSelector()));
2700 return ID.ComputeHash();
H A DASTReader.cpp420 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) { function in class:ASTSelectorLookupTrait
421 return serialization::ComputeHash(Sel);
481 unsigned ASTIdentifierLookupTrait::ComputeHash(const internal_key_type& a) { function in class:ASTIdentifierLookupTrait
609 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const { function in class:ASTDeclContextNameLookupTrait
621 ID.AddInteger(serialization::ComputeHash(Selector(Key.Data)));
633 return ID.ComputeHash();
859 static unsigned ComputeHash(const char *path) { function in class:__anon3359::ASTStatLookupTrait
1387 unsigned HeaderFileInfoTrait::ComputeHash(const char *path) { function in class:HeaderFileInfoTrait
/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
137 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used to
139 unsigned FoldingSetNodeID::ComputeHash() const { function in class:FoldingSetNodeID
140 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash();
268 unsigned IDHash = ID.ComputeHash();
/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;
321 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used
323 unsigned ComputeHash() const;
352 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { function in class:llvm::DefaultFoldingSetTrait
354 return TempID.ComputeHash();
368 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash( function in class:llvm::DefaultContextualFoldingSetTrait
[all...]
H A DImmutableSet.h307 digest += ID.ComputeHash();
/external/clang/include/clang/Basic/
H A DOnDiskHashTable.h129 : key(k), data(d), next(0), hash(InfoObj.ComputeHash(k)) {}
291 unsigned key_hash = InfoObj.ComputeHash(iKey);
/external/clang/lib/Frontend/
H A DCacheTokens.cpp117 static unsigned ComputeHash(PTHEntryKeyVariant V) { function in class:__anon3203::FileEntryPTHEntryInfo
582 static unsigned ComputeHash(PTHIdKey* key) { function in class:__anon3208::PTHIdentifierTableTrait
/external/clang/lib/Lex/
H A DPTHLexer.cpp327 static unsigned ComputeHash(internal_key_type x) { function in class:__anon3232::PTHFileLookupCommonTrait
382 static unsigned ComputeHash(const internal_key_type& a) { function in class:__anon3232::PTHStringLookupTrait
/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.cpp254 N->Hash = ID.ComputeHash();
380 Hash = ID.ComputeHash();
H A DLLVMContextImpl.h212 static unsigned ComputeHash(const MDNode &X, FoldingSetNodeID &) { function in struct:llvm::FoldingSetTrait
/external/clang/include/clang/Analysis/
H A DProgramPoint.h126 return ID.ComputeHash();
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp160 if (fullProfile.ComputeHash() < fullProfileOrig.ComputeHash())
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h508 return ID.ComputeHash();
/external/clang/tools/libclang/
H A DIndexingContext.h548 return ID.ComputeHash();
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp89 return ID.ComputeHash();

Completed in 490 milliseconds