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

  /external/clang/lib/Serialization/
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/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/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...]
  /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 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/lib/IR/
LLVMContextImpl.h 205 static unsigned ComputeHash(const MDNode &X, FoldingSetNodeID &) {

Completed in 319 milliseconds