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

12

/external/llvm/unittests/ADT/
H A DFoldingSet.cpp35 EXPECT_EQ(a.ComputeHash(), b.ComputeHash());
/external/chromium_org/net/quic/crypto/
H A Dnull_decrypter.cc39 if (hash != ComputeHash(buffer)) {
65 if (hash != ComputeHash(buffer)) {
88 uint128 NullDecrypter::ComputeHash(const string& data) const { function in class:net::NullDecrypter
H A Dnull_decrypter.h40 uint128 ComputeHash(const std::string& data) const;
/external/clang/lib/Serialization/
H A DASTReaderInternals.h71 hash_value_type ComputeHash(const DeclNameKey &Key) const;
103 static hash_value_type ComputeHash(const internal_key_type& a);
176 static hash_value_type ComputeHash(Selector Sel);
225 static hash_value_type ComputeHash(internal_key_ref ikey);
H A DASTCommon.h66 unsigned ComputeHash(Selector Sel);
H A DASTCommon.cpp80 unsigned serialization::ComputeHash(Selector Sel) { function in class:serialization
H A DGlobalModuleIndex.cpp82 static hash_value_type ComputeHash(const internal_key_type& a) { function in class:__anon18141::IdentifierIndexReaderTrait
656 static hash_value_type ComputeHash(key_type_ref Key) { function in class:__anon18145::IdentifierIndexWriterTrait
H A DASTWriter.cpp1490 static hash_value_type ComputeHash(key_type_ref key) { function in class:__anon18130::HeaderFileInfoTrait
1865 static hash_value_type ComputeHash(IdentID IdID) { function in class:__anon18131::ASTMacroTableTrait
2752 static hash_value_type ComputeHash(Selector Sel) { function in class:__anon18132::ASTMethodPoolTrait
2753 return serialization::ComputeHash(Sel);
3109 static hash_value_type ComputeHash(const IdentifierInfo* II) { function in class:__anon18133::ASTIdentifierTableTrait
3369 hash_value_type ComputeHash(DeclarationName Name) { function in class:__anon18134::ASTDeclContextNameLookupTrait
3380 ID.AddInteger(serialization::ComputeHash(Name.getObjCSelector()));
3395 return ID.ComputeHash();
/external/llvm/lib/ProfileData/
H A DInstrProfIndexed.h40 static inline uint64_t ComputeHash(HashT Type, StringRef K) { function in class:llvm::IndexedInstrProf::HashT
H A DInstrProfWriter.cpp36 static hash_value_type ComputeHash(key_type_ref K) { function in class:__anon25898::InstrProfRecordTrait
37 return IndexedInstrProf::ComputeHash(IndexedInstrProf::HashType, K);
H A DInstrProfReader.cpp282 InstrProfLookupTrait::ComputeHash(StringRef K) { function in class:InstrProfLookupTrait
283 return IndexedInstrProf::ComputeHash(HashType, K);
/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;
327 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used
329 unsigned ComputeHash() const;
367 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { function in class:llvm::DefaultFoldingSetTrait
369 return TempID.ComputeHash();
383 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash( function in class:llvm::DefaultContextualFoldingSetTrait
[all...]
H A DImmutableSet.h306 digest += ID.ComputeHash();
/external/llvm/lib/Support/
H A DFoldingSet.cpp28 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeIDRef,
30 unsigned FoldingSetNodeIDRef::ComputeHash() const { function in class:FoldingSetNodeIDRef
143 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used to
145 unsigned FoldingSetNodeID::ComputeHash() const { function in class:FoldingSetNodeID
146 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash();
284 unsigned IDHash = ID.ComputeHash();
/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl.cc64 : id(a_id), id_len(a_id_len), hash(ComputeHash(a_id, a_id_len)) {}
72 hash(ComputeHash(session->session_id, session->session_id_length)) {}
88 size_t ComputeHash(const unsigned char* id, unsigned id_len) { function in struct:net::__anon9541::SessionId
/external/clang/lib/Frontend/
H A DCacheTokens.cpp123 static hash_value_type ComputeHash(PTHEntryKeyVariant V) { function in class:__anon17910::FileEntryPTHEntryInfo
609 static hash_value_type ComputeHash(PTHIdKey* key) { function in class:__anon17915::PTHIdentifierTableTrait
/external/clang/lib/Lex/
H A DPTHLexer.cpp326 static hash_value_type ComputeHash(internal_key_type x) { function in class:__anon17947::PTHFileLookupCommonTrait
382 static hash_value_type ComputeHash(const internal_key_type& a) { function in class:__anon17947::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/include/llvm/Support/
H A DOnDiskHashTable.h46 /// static hash_value_type ComputeHash(key_type_ref Key);
69 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {}
217 /// static hash_value_type ComputeHash(internal_key_type &IKey);
292 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
/external/llvm/lib/IR/
H A DMetadata.cpp261 N->Hash = ID.ComputeHash();
388 Hash = ID.ComputeHash();
H A DLLVMContextImpl.h208 static unsigned ComputeHash(const MDNode &X, FoldingSetNodeID &) { function in struct:llvm::FoldingSetTrait
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h223 hash_value_type ComputeHash(StringRef K);
/external/clang/include/clang/Analysis/
H A DProgramPoint.h163 return ID.ComputeHash();
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h54 HashValue = ID.ComputeHash();
74 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) { function in struct:llvm::FoldingSetTrait
/external/clang/tools/libclang/
H A DIndexing.cpp137 return ID.ComputeHash();

Completed in 4436 milliseconds

12