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

  /external/clang/lib/Serialization/
ASTCommon.cpp 68 unsigned serialization::ComputeHash(Selector Sel) {
ASTReader.cpp 420 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) {
421 return serialization::ComputeHash(Sel);
481 unsigned ASTIdentifierLookupTrait::ComputeHash(const internal_key_type& a) {
609 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const {
621 ID.AddInteger(serialization::ComputeHash(Selector(Key.Data)));
633 return ID.ComputeHash();
859 static unsigned ComputeHash(const char *path) {
    [all...]
ASTWriter.cpp     [all...]
  /external/llvm/lib/Support/
FoldingSet.cpp 30 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeIDRef,
32 unsigned FoldingSetNodeIDRef::ComputeHash() const {
137 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used to
139 unsigned FoldingSetNodeID::ComputeHash() const {
140 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).ComputeHash();
268 unsigned IDHash = ID.ComputeHash();
  /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;
321 /// ComputeHash - Compute a strong hash value for this FoldingSetNodeID, used
323 unsigned ComputeHash() const;
352 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) {
354 return TempID.ComputeHash();
368 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 146 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) {
147 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) {
  /external/llvm/lib/VMCore/
LLVMContextImpl.h 212 static unsigned ComputeHash(const MDNode &X, FoldingSetNodeID &) {

Completed in 251 milliseconds