| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 248 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID); 270 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID, 295 unsigned ComputeHash() const; 345 unsigned ComputeHash() const; 382 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function 384 return TempID.ComputeHash(); in ComputeHash() 398 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function 402 return TempID.ComputeHash(); in ComputeHash() 519 return FoldingSetTrait<T>::ComputeHash(*TN, TempID); in ComputeNodeHash() 580 return ContextualFoldingSetTrait<T, Ctx>::ComputeHash(*TN, TempID, in ComputeNodeHash()
|
| H A D | ImmutableSet.h | 306 digest += ID.ComputeHash(); in computeDigest()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 94 static hash_value_type ComputeHash(const internal_key_type &Key) { in ComputeHash() function 142 static hash_value_type ComputeHash(const internal_key_type& a); 219 static hash_value_type ComputeHash(Selector Sel); 270 static hash_value_type ComputeHash(internal_key_ref ikey);
|
| H A D | ASTCommon.h | 73 unsigned ComputeHash(Selector Sel);
|
| H A D | MultiOnDiskHashTable.h | 238 auto KeyHash = Info::ComputeHash(Key); in find()
|
| H A D | GlobalModuleIndex.cpp | 85 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash() function in __anon28427b810311::IdentifierIndexReaderTrait 729 static hash_value_type ComputeHash(key_type_ref Key) { in ComputeHash() function in __anon28427b810811::IdentifierIndexWriterTrait
|
| H A D | ASTCommon.cpp | 273 unsigned serialization::ComputeHash(Selector Sel) { in ComputeHash() function in serialization
|
| H A D | ASTWriter.cpp | 1661 hash_value_type ComputeHash(key_type_ref key) { in ComputeHash() function in __anon52dea4370311::HeaderFileInfoTrait 3009 static hash_value_type ComputeHash(Selector Sel) { in ComputeHash() function in __anon52dea4370911::ASTMethodPoolTrait 3010 return serialization::ComputeHash(Sel); in ComputeHash() 3308 static hash_value_type ComputeHash(const IdentifierInfo* II) { in ComputeHash() function in __anon52dea4370a11::ASTIdentifierTableTrait 3549 hash_value_type ComputeHash(DeclarationNameKey Name) { in ComputeHash() function in __anon52dea4370b11::ASTDeclContextNameLookupTrait
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | FoldingSet.cpp | 30 unsigned FoldingSetNodeIDRef::ComputeHash() const { in ComputeHash() function in FoldingSetNodeIDRef 150 unsigned FoldingSetNodeID::ComputeHash() const { in ComputeHash() function in FoldingSetNodeID 151 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash(); in ComputeHash() 328 unsigned IDHash = ID.ComputeHash(); in FindNodeOrInsertPos()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 405 uint64_t ComputeHash(StringRef K); 481 IndexedInstrProf::ComputeHash(FuncName), Ins.first->getKey())); in addFuncName() 954 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() function 995 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } in ComputeHash() function
|
| H A D | InstrProfReader.h | 342 hash_value_type ComputeHash(StringRef K);
|
| H A D | InstrProfData.inc | 74 IndexedInstrProf::ComputeHash(getPGOFuncNameVarInitializer(Inc->getName()))))
|
| /netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/kats/ |
| H A D | check-sums.ps1 | 14 $result = [System.BitConverter]::ToString($hash.ComputeHash($file)) in hash()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 70 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {} in Item() 135 unsigned Hash = InfoObj.ComputeHash(Key); in contains() 345 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 108 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash() function in llvm::InstrProfRecordWriterTrait 109 return IndexedInstrProf::ComputeHash(K); in ComputeHash()
|
| H A D | InstrProfReader.cpp | 233 Value = IndexedInstrProf::ComputeHash(VD.first); in readValueProfileData() 517 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash() function in InstrProfLookupTrait 518 return IndexedInstrProf::ComputeHash(HashType, K); in ComputeHash()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 177 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) { 178 return X.FastID.ComputeHash(); 259 static unsigned ComputeHash(const SCEVPredicate &X, 261 return X.FastID.ComputeHash();
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConstraintManager.h | 335 unsigned hash = ID.ComputeHash(); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 191 return ID.ComputeHash(); in getHashValue()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 1644 const uint64_t NameHash = llvm::IndexedInstrProf::ComputeHash(NameValue); in addFunctionMappingRecord() 1699 const int64_t FilenamesRef = llvm::IndexedInstrProf::ComputeHash(Filenames); in emit()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | Indexing.cpp | 111 return ID.ComputeHash(); in getHashValue()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ODRHash.cpp | 233 return ID.ComputeHash(); in CalculateHash()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 105 HashValue = ID.ComputeHash(); 128 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 649 llvm::IndexedInstrProf::ComputeHash(FilenameRegion); in readCoverageHeader()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 487 return ID.ComputeHash(); in node_hash()
|