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

  /external/clang/lib/Serialization/
ASTCommon.cpp 67 unsigned serialization::ComputeHash(Selector Sel) {
ASTReader.cpp 419 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) {
420 return serialization::ComputeHash(Sel);
480 unsigned ASTIdentifierLookupTrait::ComputeHash(const internal_key_type& a) {
581 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const {
593 ID.AddInteger(serialization::ComputeHash(Selector(Key.Data)));
605 return ID.ComputeHash();
871 static unsigned ComputeHash(const char *path) {
    [all...]
ASTWriter.cpp     [all...]
  /external/llvm/lib/Support/
FoldingSet.cpp 29 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeIDRef,
31 unsigned FoldingSetNodeIDRef::ComputeHash() const {
153 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used to
155 unsigned FoldingSetNodeID::ComputeHash() const {
156 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash();
285 void **Bucket = GetBucketFor(ID.ComputeHash(), Buckets, NumBuckets);
  /external/llvm/include/llvm/ADT/
FoldingSet.h 226 // ComputeHash - Compute a hash value for X, using TempID to
231 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID);
254 static inline unsigned ComputeHash(T &X, FoldingSetNodeID &TempID,
276 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeIDRef,
278 unsigned ComputeHash() const;
322 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used
324 unsigned ComputeHash() const;
353 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) {
355 return TempID.ComputeHash();
368 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 141 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) {
142 return X.FastID.ComputeHash();
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 117 static unsigned ComputeHash(PTHEntryKeyVariant V) {
582 static unsigned ComputeHash(PTHIdKey* key) {
  /external/clang/lib/Lex/
PTHLexer.cpp 327 static unsigned ComputeHash(internal_key_type x) {
382 static unsigned ComputeHash(const internal_key_type& a) {

Completed in 336 milliseconds