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

  /external/llvm/unittests/ADT/
FoldingSet.cpp 35 EXPECT_EQ(a.ComputeHash(), b.ComputeHash());
  /external/clang/lib/Serialization/
ASTReaderInternals.h 70 unsigned ComputeHash(const DeclNameKey &Key) const;
101 static unsigned ComputeHash(const internal_key_type& a);
172 static unsigned ComputeHash(Selector Sel);
219 static unsigned ComputeHash(internal_key_ref ikey);
ASTCommon.h 60 unsigned ComputeHash(Selector Sel);
ASTCommon.cpp 80 unsigned serialization::ComputeHash(Selector Sel) {
GlobalModuleIndex.cpp 79 static unsigned ComputeHash(const internal_key_type& a) {
626 static unsigned ComputeHash(key_type_ref Key) {
ASTWriter.cpp     [all...]
ASTReader.cpp 397 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) {
398 return serialization::ComputeHash(Sel);
462 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) {
607 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const {
619 ID.AddInteger(serialization::ComputeHash(Selector(Key.Data)));
631 return ID.ComputeHash();
    [all...]
  /external/llvm/include/llvm/ADT/
FoldingSet.h 225 // 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;
325 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used
327 unsigned ComputeHash() const;
362 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) {
364 return TempID.ComputeHash();
378 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X
    [all...]
ImmutableSet.h 306 digest += ID.ComputeHash();
    [all...]
  /external/llvm/lib/Support/
FoldingSet.cpp 28 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeIDRef,
30 unsigned FoldingSetNodeIDRef::ComputeHash() const {
143 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used to
145 unsigned FoldingSetNodeID::ComputeHash() const {
146 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash();
284 unsigned IDHash = ID.ComputeHash();
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 129 : key(k), data(d), next(0), hash(InfoObj.ComputeHash(k)) {}
291 unsigned key_hash = InfoObj.ComputeHash(iKey);
  /external/clang/lib/Frontend/
CacheTokens.cpp 116 static unsigned ComputeHash(PTHEntryKeyVariant V) {
581 static unsigned ComputeHash(PTHIdKey* key) {
  /external/clang/lib/Lex/
PTHLexer.cpp 323 static unsigned ComputeHash(internal_key_type x) {
378 static unsigned ComputeHash(const internal_key_type& a) {
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 146 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) {
147 return X.FastID.ComputeHash();
    [all...]
  /external/llvm/lib/IR/
Metadata.cpp 258 N->Hash = ID.ComputeHash();
385 Hash = ID.ComputeHash();
LLVMContextImpl.h 205 static unsigned ComputeHash(const MDNode &X, FoldingSetNodeID &) {
  /external/clang/include/clang/Analysis/
ProgramPoint.h 163 return ID.ComputeHash();
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 599 return ID.ComputeHash();
  /external/clang/tools/libclang/
Indexing.cpp 136 return ID.ComputeHash();
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 98 return ID.ComputeHash();

Completed in 777 milliseconds