HomeSort by relevance Sort by last modified time
    Searched defs:ComputeHash (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/Serialization/
ASTCommon.cpp 195 unsigned serialization::ComputeHash(Selector Sel) {
ASTReaderInternals.h 89 static hash_value_type ComputeHash(const internal_key_type &Key) {
148 static hash_value_type ComputeHash(const internal_key_type& a);
225 static hash_value_type ComputeHash(Selector Sel);
275 static hash_value_type ComputeHash(internal_key_ref ikey);
GlobalModuleIndex.cpp 83 static hash_value_type ComputeHash(const internal_key_type& a) {
660 static hash_value_type ComputeHash(key_type_ref Key) {
ASTWriter.cpp     [all...]
ASTReader.cpp 661 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) {
662 return serialization::ComputeHash(Sel);
730 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) {
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 37 static hash_value_type ComputeHash(key_type_ref K) {
38 return IndexedInstrProf::ComputeHash(K);
  /external/llvm/lib/Support/
FoldingSet.cpp 28 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeIDRef,
30 unsigned FoldingSetNodeIDRef::ComputeHash() const {
144 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used to
146 unsigned FoldingSetNodeID::ComputeHash() const {
147 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash();
307 unsigned IDHash = ID.ComputeHash();
  /external/llvm/include/llvm/ADT/
FoldingSet.h 224 // ComputeHash - Compute a hash value for X, using TempID to
229 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID);
252 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) {
369 return TempID.ComputeHash();
383 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 124 static hash_value_type ComputeHash(PTHEntryKeyVariant V) {
621 static hash_value_type ComputeHash(PTHIdKey* key) {
  /external/clang/lib/Lex/
PTHLexer.cpp 325 static hash_value_type ComputeHash(internal_key_type x) {
383 static hash_value_type ComputeHash(const internal_key_type& a) {
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 207 uint64_t ComputeHash(StringRef K);
250 IndexedInstrProf::ComputeHash(FuncName), FuncName.str()));
277 std::make_pair(IndexedInstrProf::ComputeHash(Name), Name.str()));
504 inline uint64_t ComputeHash(HashT Type, StringRef K) {
516 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); }
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 151 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) {
152 return X.FastID.ComputeHash();
234 static unsigned ComputeHash(const SCEVPredicate &X,
236 return X.FastID.ComputeHash();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 58 HashValue = ID.ComputeHash();
78 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) {
    [all...]
  /system/core/libziparchive/
zip_archive.cc 156 static uint32_t ComputeHash(const ZipString& name) {
175 const uint32_t hash = ComputeHash(name);
196 const uint64_t hash = ComputeHash(name);
    [all...]

Completed in 3330 milliseconds