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

  /external/clang/lib/Serialization/
ASTReaderInternals.h 75 typedef unsigned hash_value_type; typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
89 static hash_value_type ComputeHash(const internal_key_type &Key) {
141 typedef unsigned hash_value_type; typedef in class:clang::serialization::reader::ASTIdentifierLookupTraitBase
148 static hash_value_type ComputeHash(const internal_key_type& a);
214 typedef unsigned hash_value_type; typedef in class:clang::serialization::reader::ASTSelectorLookupTrait
225 static hash_value_type ComputeHash(Selector Sel);
268 typedef unsigned hash_value_type; typedef in class:clang::serialization::reader::HeaderFileInfoTrait
275 static hash_value_type ComputeHash(internal_key_ref ikey);
GlobalModuleIndex.cpp 76 typedef unsigned hash_value_type; typedef in class:__anon16497::IdentifierIndexReaderTrait
83 static hash_value_type ComputeHash(const internal_key_type& a) {
657 typedef unsigned hash_value_type; typedef in class:__anon16501::IdentifierIndexWriterTrait
660 static hash_value_type ComputeHash(key_type_ref Key) {
MultiOnDiskHashTable.h 42 typedef unsigned hash_value_type; typedef in class:clang::serialization::MultiOnDiskHashTable
ASTWriter.cpp 1725 typedef unsigned hash_value_type; typedef in class:__anon16489::HeaderFileInfoTrait
2877 typedef unsigned hash_value_type; typedef in class:__anon16491::ASTMethodPoolTrait
    [all...]
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 42 /// typedef uint32_t hash_value_type; // The type the hash function returns.
46 /// static hash_value_type ComputeHash(key_type_ref Key);
67 const typename Info::hash_value_type Hash;
187 LE.write<typename Info::hash_value_type>(I->Hash);
248 /// typedef uint32_t hash_value_type; // The type the hash function returns.
254 /// static hash_value_type ComputeHash(internal_key_type &IKey);
286 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
345 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
350 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
439 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
OnDiskHashTable.h 41 /// typedef uint32_t hash_value_type; // The type the hash function returns.
45 /// static hash_value_type ComputeHash(key_type_ref Key);
66 const typename Info::hash_value_type Hash;
187 LE.write<typename Info::hash_value_type>(I->Hash);
248 /// typedef uint32_t hash_value_type; // The type the hash function returns.
254 /// static hash_value_type ComputeHash(internal_key_type &IKey);
286 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
345 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
350 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
439 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 121 typedef unsigned hash_value_type; typedef in class:__anon16251::FileEntryPTHEntryInfo
124 static hash_value_type ComputeHash(PTHEntryKeyVariant V) {
618 typedef unsigned hash_value_type; typedef in class:__anon16256::PTHIdentifierTableTrait
621 static hash_value_type ComputeHash(PTHIdKey* key) {
  /external/clang/lib/Lex/
PTHLexer.cpp 322 typedef unsigned hash_value_type; typedef in class:__anon16305::PTHFileLookupCommonTrait
325 static hash_value_type ComputeHash(internal_key_type x) {
374 typedef uint32_t hash_value_type; typedef in class:PTHManager::PTHStringLookupTrait
383 static hash_value_type ComputeHash(const internal_key_type& a) {
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 275 typedef uint64_t hash_value_type; typedef in class:llvm::IndexedInstrProf::HashT
282 hash_value_type ComputeHash(StringRef K);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
InstrProfReader.h 298 using hash_value_type = uint64_t;
305 hash_value_type ComputeHash(StringRef K);
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 83 typedef uint64_t hash_value_type; typedef in class:llvm::InstrProfRecordWriterTrait
90 static hash_value_type ComputeHash(key_type_ref K) {
InstrProfReader.cpp 458 InstrProfLookupTrait::hash_value_type
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
InstrProfWriter.cpp 100 using hash_value_type = uint64_t;
108 static hash_value_type ComputeHash(key_type_ref K) {
InstrProfReader.cpp 481 InstrProfLookupTrait::hash_value_type

Completed in 804 milliseconds