reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/ADT/FoldingSet.h
  337   unsigned ComputeHash() const;

References

include/llvm/ADT/FoldingSet.h
  376   return TempID.ComputeHash();
  394   return TempID.ComputeHash();
include/llvm/ADT/ImmutableSet.h
  306     digest += ID.ComputeHash();
lib/Support/FoldingSet.cpp
  323   unsigned IDHash = ID.ComputeHash();
lib/Target/Hexagon/HexagonCommonGEP.cpp
  495     return ID.ComputeHash();
tools/clang/include/clang/Analysis/ProgramPoint.h
  191     return ID.ComputeHash();
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
  334     unsigned hash = ID.ComputeHash();
tools/clang/lib/ARCMigrate/ObjCMT.cpp
 2072     return ID.ComputeHash();
tools/clang/lib/AST/ODRHash.cpp
  233   return ID.ComputeHash();
tools/clang/lib/Serialization/ASTReader.cpp
 1077   return ID.ComputeHash();
tools/clang/tools/libclang/Indexing.cpp
  111       return ID.ComputeHash();
unittests/ADT/FoldingSet.cpp
   34   EXPECT_EQ(a.ComputeHash(), b.ComputeHash());
   34   EXPECT_EQ(a.ComputeHash(), b.ComputeHash());