/external/llvm/unittests/ADT/ |
D | FoldingSet.cpp | 35 EXPECT_EQ(a.ComputeHash(), b.ComputeHash()); in TEST()
|
/external/chromium_org/net/quic/crypto/ |
D | null_decrypter.cc | 39 if (hash != ComputeHash(buffer)) { in Decrypt() 65 if (hash != ComputeHash(buffer)) { in DecryptPacket() 88 uint128 NullDecrypter::ComputeHash(const string& data) const { in ComputeHash() function in net::NullDecrypter
|
D | null_decrypter.h | 40 uint128 ComputeHash(const std::string& data) const;
|
/external/clang/lib/Serialization/ |
D | ASTReaderInternals.h | 71 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);
|
D | ASTCommon.h | 66 unsigned ComputeHash(Selector Sel);
|
D | ASTCommon.cpp | 80 unsigned serialization::ComputeHash(Selector Sel) { in ComputeHash() function in serialization
|
D | GlobalModuleIndex.cpp | 82 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash() function in __anonfb88acdc0311::IdentifierIndexReaderTrait 656 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in __anonfb88acdc0711::IdentifierIndexWriterTrait
|
D | ASTWriter.cpp | 1490 static hash_value_type ComputeHash(key_type_ref key) { in ComputeHash() function in __anonaf42aa920411::HeaderFileInfoTrait 1865 static hash_value_type ComputeHash(IdentID IdID) { in ComputeHash() function in __anonaf42aa920511::ASTMacroTableTrait 2752 static hash_value_type ComputeHash(Selector Sel) { in ComputeHash() function in __anonaf42aa920611::ASTMethodPoolTrait 2753 return serialization::ComputeHash(Sel); in ComputeHash() 3109 static hash_value_type ComputeHash(const IdentifierInfo* II) { in ComputeHash() function in __anonaf42aa920711::ASTIdentifierTableTrait 3369 hash_value_type ComputeHash(DeclarationName Name) { in ComputeHash() function in __anonaf42aa920811::ASTDeclContextNameLookupTrait 3380 ID.AddInteger(serialization::ComputeHash(Name.getObjCSelector())); in ComputeHash() 3395 return ID.ComputeHash(); in ComputeHash()
|
/external/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; 329 unsigned ComputeHash() const; 367 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function 369 return TempID.ComputeHash(); in ComputeHash() 383 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function 387 return TempID.ComputeHash(); in ComputeHash() 414 return FoldingSetTrait<T>::ComputeHash(*TN, TempID); in ComputeNodeHash() 490 return ContextualFoldingSetTrait<T, Ctx>::ComputeHash(*TN, TempID, Context); in ComputeNodeHash()
|
D | ImmutableSet.h | 306 digest += ID.ComputeHash(); in computeDigest()
|
/external/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()
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 36 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash() function in __anon93b2dcb40111::InstrProfRecordTrait 37 return IndexedInstrProf::ComputeHash(IndexedInstrProf::HashType, K); in ComputeHash()
|
D | InstrProfIndexed.h | 40 static inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() function
|
D | InstrProfReader.cpp | 282 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash() function in InstrProfLookupTrait 283 return IndexedInstrProf::ComputeHash(HashType, K); in ComputeHash()
|
/external/chromium_org/net/socket/ |
D | ssl_session_cache_openssl.cc | 64 : id(a_id), id_len(a_id_len), hash(ComputeHash(a_id, a_id_len)) {} in SessionId() 72 hash(ComputeHash(session->session_id, session->session_id_length)) {} in SessionId() 88 size_t ComputeHash(const unsigned char* id, unsigned id_len) { in ComputeHash() function
|
/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 69 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {} in Item() 292 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
|
/external/clang/lib/Frontend/ |
D | CacheTokens.cpp | 123 static hash_value_type ComputeHash(PTHEntryKeyVariant V) { in ComputeHash() function in __anon6394b8370111::FileEntryPTHEntryInfo 609 static hash_value_type ComputeHash(PTHIdKey* key) { in ComputeHash() function in __anon6394b8370611::PTHIdentifierTableTrait
|
/external/llvm/lib/IR/ |
D | Metadata.cpp | 261 N->Hash = ID.ComputeHash(); in getMDNode() 388 Hash = ID.ComputeHash(); in replaceOperand()
|
D | LLVMContextImpl.h | 208 static unsigned ComputeHash(const MDNode &X, FoldingSetNodeID &) {
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 146 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) { 147 return X.FastID.ComputeHash();
|
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 326 static hash_value_type ComputeHash(internal_key_type x) { in ComputeHash() function in __anonfe7d29840111::PTHFileLookupCommonTrait 382 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash() function in __anonfe7d29840111::PTHStringLookupTrait
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 223 hash_value_type ComputeHash(StringRef K);
|
/external/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 163 return ID.ComputeHash(); in getHashValue()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 54 HashValue = ID.ComputeHash(); 74 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) {
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 137 return ID.ComputeHash();
|