Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DFoldingSet.h230 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()
DImmutableSet.h306 digest += ID.ComputeHash(); in computeDigest()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderInternals.h70 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);
DASTCommon.h61 unsigned ComputeHash(Selector Sel);
DASTCommon.cpp80 unsigned serialization::ComputeHash(Selector Sel) { in ComputeHash() function in serialization
DGlobalModuleIndex.cpp79 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
DASTWriter.cpp1474 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()
DASTReader.cpp397 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/
DFoldingSet.cpp30 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/
DOnDiskHashTable.h129 : 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/
DPTHLexer.cpp314 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/
DCacheTokens.cpp116 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/
DScalarEvolution.h146 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) {
147 return X.FastID.ComputeHash();
/freebsd-10-stable/contrib/llvm/lib/IR/
DMetadata.cpp260 N->Hash = ID.ComputeHash(); in getMDNode()
387 Hash = ID.ComputeHash(); in replaceOperand()
DLLVMContextImpl.h205 static unsigned ComputeHash(const MDNode &X, FoldingSetNodeID &) {
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/
DProgramPoint.h163 return ID.ComputeHash(); in getHashValue()
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DSelectionDAG.h55 HashValue = ID.ComputeHash();
75 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) {
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp98 return ID.ComputeHash(); in profileFunction()