HomeSort by relevance Sort by last modified time
    Searched refs:hash_value_type (Results 1 - 10 of 10) 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:__anon8172::IdentifierIndexReaderTrait
83 static hash_value_type ComputeHash(const internal_key_type& a) {
657 typedef unsigned hash_value_type; typedef in class:__anon8176::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 1664 typedef unsigned hash_value_type; typedef in class:__anon8162::HeaderFileInfoTrait
2858 typedef unsigned hash_value_type; typedef in class:__anon8164::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;
171 LE.write<typename Info::hash_value_type>(I->Hash);
232 /// typedef uint32_t hash_value_type; // The type the hash function returns.
238 /// static hash_value_type ComputeHash(internal_key_type &IKey);
270 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
329 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
334 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
423 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 34 typedef uint64_t hash_value_type; typedef in class:__anon18913::InstrProfRecordTrait
37 static hash_value_type ComputeHash(key_type_ref K) {
InstrProfReader.cpp 439 InstrProfLookupTrait::hash_value_type
  /external/clang/lib/Frontend/
CacheTokens.cpp 121 typedef unsigned hash_value_type; typedef in class:__anon7931::FileEntryPTHEntryInfo
124 static hash_value_type ComputeHash(PTHEntryKeyVariant V) {
618 typedef unsigned hash_value_type; typedef in class:__anon7936::PTHIdentifierTableTrait
621 static hash_value_type ComputeHash(PTHIdKey* key) {
  /external/clang/lib/Lex/
PTHLexer.cpp 322 typedef unsigned hash_value_type; typedef in class:__anon7979::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 252 typedef uint64_t hash_value_type; typedef in class:llvm::IndexedInstrProf::HashT
259 hash_value_type ComputeHash(StringRef K);

Completed in 882 milliseconds