| /freebsd-10-stable/contrib/llvm/include/llvm/ADT/ |
| D | FoldingSet.h | 230 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID); 253 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID, 277 unsigned ComputeHash() const; 327 unsigned ComputeHash() const; 362 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function 364 return TempID.ComputeHash(); in ComputeHash() 378 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function 382 return TempID.ComputeHash(); in ComputeHash() 409 return FoldingSetTrait<T>::ComputeHash(*TN, TempID); in ComputeNodeHash() 486 return ContextualFoldingSetTrait<T, Ctx>::ComputeHash(*TN, TempID, Context); in ComputeNodeHash()
|
| D | ImmutableSet.h | 306 digest += ID.ComputeHash(); in computeDigest()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTReaderInternals.h | 70 unsigned ComputeHash(const DeclNameKey &Key) const; 101 static unsigned ComputeHash(const internal_key_type& a); 172 static unsigned ComputeHash(Selector Sel); 219 static unsigned ComputeHash(internal_key_ref ikey);
|
| D | ASTCommon.h | 61 unsigned ComputeHash(Selector Sel);
|
| D | ASTCommon.cpp | 80 unsigned serialization::ComputeHash(Selector Sel) { in ComputeHash() function in serialization
|
| D | GlobalModuleIndex.cpp | 79 static unsigned ComputeHash(const internal_key_type& a) { in ComputeHash() function in __anone27149480311::IdentifierIndexReaderTrait 627 static unsigned ComputeHash(key_type_ref Key) { in ComputeHash() function in __anone27149480711::IdentifierIndexWriterTrait
|
| D | ASTWriter.cpp | 1474 static unsigned ComputeHash(key_type_ref key) { in ComputeHash() function in __anoncfbb9afe0411::HeaderFileInfoTrait 1841 static unsigned ComputeHash(IdentID IdID) { in ComputeHash() function in __anoncfbb9afe0511::ASTMacroTableTrait 2724 static unsigned ComputeHash(Selector Sel) { in ComputeHash() function in __anoncfbb9afe0611::ASTMethodPoolTrait 2725 return serialization::ComputeHash(Sel); in ComputeHash() 3053 static unsigned ComputeHash(const IdentifierInfo* II) { in ComputeHash() function in __anoncfbb9afe0711::ASTIdentifierTableTrait 3277 unsigned ComputeHash(DeclarationName Name) { in ComputeHash() function in __anoncfbb9afe0811::ASTDeclContextNameLookupTrait 3288 ID.AddInteger(serialization::ComputeHash(Name.getObjCSelector())); in ComputeHash() 3303 return ID.ComputeHash(); in ComputeHash()
|
| D | ASTReader.cpp | 397 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) { in ComputeHash() function in ASTSelectorLookupTrait 398 return serialization::ComputeHash(Sel); in ComputeHash() 462 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) { in ComputeHash() function in ASTIdentifierLookupTraitBase 607 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const { in ComputeHash() function in ASTDeclContextNameLookupTrait 619 ID.AddInteger(serialization::ComputeHash(Selector(Key.Data))); in ComputeHash() 631 return ID.ComputeHash(); in ComputeHash() 1238 unsigned HeaderFileInfoTrait::ComputeHash(internal_key_ref ikey) { in ComputeHash() function in HeaderFileInfoTrait
|
| /freebsd-10-stable/contrib/llvm/lib/Support/ |
| D | FoldingSet.cpp | 30 unsigned FoldingSetNodeIDRef::ComputeHash() const { in ComputeHash() function in FoldingSetNodeIDRef 145 unsigned FoldingSetNodeID::ComputeHash() const { in ComputeHash() function in FoldingSetNodeID 146 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash(); in ComputeHash() 284 unsigned IDHash = ID.ComputeHash(); in FindNodeOrInsertPos()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | OnDiskHashTable.h | 129 : key(k), data(d), next(0), hash(InfoObj.ComputeHash(k)) {} in Item() 291 unsigned key_hash = InfoObj.ComputeHash(iKey);
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/ |
| D | PTHLexer.cpp | 314 static unsigned ComputeHash(internal_key_type x) { in ComputeHash() function in __anon8106e5700111::PTHFileLookupCommonTrait 369 static unsigned ComputeHash(const internal_key_type& a) { in ComputeHash() function in __anon8106e5700111::PTHStringLookupTrait
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/ |
| D | CacheTokens.cpp | 116 static unsigned ComputeHash(PTHEntryKeyVariant V) { in ComputeHash() function in __anona861a0230111::FileEntryPTHEntryInfo 581 static unsigned ComputeHash(PTHIdKey* key) { in ComputeHash() function in __anona861a0230611::PTHIdentifierTableTrait
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Analysis/ |
| D | ScalarEvolution.h | 146 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) { 147 return X.FastID.ComputeHash();
|
| /freebsd-10-stable/contrib/llvm/lib/IR/ |
| D | Metadata.cpp | 260 N->Hash = ID.ComputeHash(); in getMDNode() 387 Hash = ID.ComputeHash(); in replaceOperand()
|
| D | LLVMContextImpl.h | 205 static unsigned ComputeHash(const MDNode &X, FoldingSetNodeID &) {
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/ |
| D | ProgramPoint.h | 163 return ID.ComputeHash(); in getHashValue()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | SelectionDAG.h | 55 HashValue = ID.ComputeHash(); 75 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) {
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/ |
| D | MergeFunctions.cpp | 98 return ID.ComputeHash(); in profileFunction()
|