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

  /external/llvm/unittests/ADT/
FoldingSet.cpp 35 EXPECT_EQ(a.ComputeHash(), b.ComputeHash());
  /external/clang/lib/Serialization/
ASTCommon.h 59 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 71 unsigned serialization::ComputeHash(Selector Sel) {
ASTWriter.cpp     [all...]
ASTReader.cpp 426 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) {
427 return serialization::ComputeHash(Sel);
487 unsigned ASTIdentifierLookupTrait::ComputeHash(const internal_key_type& a) {
615 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const {
627 ID.AddInteger(serialization::ComputeHash(Selector(Key.Data)));
639 return ID.ComputeHash();
865 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;
325 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used
327 unsigned ComputeHash() const;
361 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) {
363 return TempID.ComputeHash();
377 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 {
145 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used to
147 unsigned FoldingSetNodeID::ComputeHash() const {
148 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash();
286 unsigned IDHash = ID.ComputeHash();
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 128 : key(k), data(d), next(0), hash(InfoObj.ComputeHash(k)) {}
290 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 258 N->Hash = ID.ComputeHash();
384 Hash = ID.ComputeHash();
LLVMContextImpl.h 212 static unsigned ComputeHash(const MDNode &X, FoldingSetNodeID &) {
  /external/clang/include/clang/Analysis/
ProgramPoint.h 140 return ID.ComputeHash();
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 534 return ID.ComputeHash();
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 89 return ID.ComputeHash();

Completed in 431 milliseconds