HomeSort by relevance Sort by last modified time
    Searched refs:ComputeHash (Results 1 - 20 of 20) sorted by null

  /external/llvm/unittests/ADT/
FoldingSet.cpp 35 EXPECT_EQ(a.ComputeHash(), b.ComputeHash());
  /external/clang/lib/Serialization/
ASTCommon.h 57 unsigned ComputeHash(Selector Sel);
ASTReaderInternals.h 68 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);
ASTCommon.cpp 68 unsigned serialization::ComputeHash(Selector Sel) {
ASTWriter.cpp     [all...]
ASTReader.cpp 420 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) {
421 return serialization::ComputeHash(Sel);
481 unsigned ASTIdentifierLookupTrait::ComputeHash(const internal_key_type& a) {
609 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const {
621 ID.AddInteger(serialization::ComputeHash(Selector(Key.Data)));
633 return ID.ComputeHash();
859 static unsigned ComputeHash(const char *path) {
    [all...]
  /external/llvm/include/llvm/ADT/
FoldingSet.h 225 // 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) {
354 return TempID.ComputeHash();
368 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X
    [all...]
ImmutableSet.h 307 digest += ID.ComputeHash();
    [all...]
  /external/llvm/lib/Support/
FoldingSet.cpp 30 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeIDRef,
32 unsigned FoldingSetNodeIDRef::ComputeHash() const {
137 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used to
139 unsigned FoldingSetNodeID::ComputeHash() const {
140 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash();
268 unsigned IDHash = ID.ComputeHash();
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 129 : key(k), data(d), next(0), hash(InfoObj.ComputeHash(k)) {}
291 unsigned key_hash = InfoObj.ComputeHash(iKey);
  /external/clang/lib/Frontend/
CacheTokens.cpp 117 static unsigned ComputeHash(PTHEntryKeyVariant V) {
582 static unsigned ComputeHash(PTHIdKey* key) {
  /external/clang/lib/Lex/
PTHLexer.cpp 327 static unsigned ComputeHash(internal_key_type x) {
382 static unsigned ComputeHash(const internal_key_type& a) {
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 146 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) {
147 return X.FastID.ComputeHash();
    [all...]
  /external/llvm/lib/VMCore/
Metadata.cpp 254 N->Hash = ID.ComputeHash();
380 Hash = ID.ComputeHash();
LLVMContextImpl.h 212 static unsigned ComputeHash(const MDNode &X, FoldingSetNodeID &) {
  /external/clang/include/clang/Analysis/
ProgramPoint.h 126 return ID.ComputeHash();
  /external/clang/tools/libclang/
IndexingContext.h 548 return ID.ComputeHash();
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 160 if (fullProfile.ComputeHash() < fullProfileOrig.ComputeHash())
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 508 return ID.ComputeHash();
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 89 return ID.ComputeHash();

Completed in 370 milliseconds