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

1 2

  /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);
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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;
186 LE.write<typename Info::hash_value_type>(I->Hash);
247 /// typedef uint32_t hash_value_type; // The type the hash function returns.
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
285 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
344 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
349 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
438 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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;
186 LE.write<typename Info::hash_value_type>(I->Hash);
247 /// typedef uint32_t hash_value_type; // The type the hash function returns.
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
285 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
344 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
349 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
438 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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;
186 LE.write<typename Info::hash_value_type>(I->Hash);
247 /// typedef uint32_t hash_value_type; // The type the hash function returns.
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
285 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
344 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
349 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
438 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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;
186 LE.write<typename Info::hash_value_type>(I->Hash);
247 /// typedef uint32_t hash_value_type; // The type the hash function returns.
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
285 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
344 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
349 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
438 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/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;
186 LE.write<typename Info::hash_value_type>(I->Hash);
247 /// typedef uint32_t hash_value_type; // The type the hash function returns.
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
285 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
344 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
349 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
438 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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;
186 LE.write<typename Info::hash_value_type>(I->Hash);
247 /// typedef uint32_t hash_value_type; // The type the hash function returns.
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
285 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
344 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
349 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
438 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/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;
186 LE.write<typename Info::hash_value_type>(I->Hash);
247 /// typedef uint32_t hash_value_type; // The type the hash function returns.
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
285 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
344 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
349 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
438 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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;
186 LE.write<typename Info::hash_value_type>(I->Hash);
247 /// typedef uint32_t hash_value_type; // The type the hash function returns.
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
285 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
344 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
349 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
438 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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;
186 LE.write<typename Info::hash_value_type>(I->Hash);
247 /// typedef uint32_t hash_value_type; // The type the hash function returns.
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
285 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
344 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
349 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
438 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/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;
186 LE.write<typename Info::hash_value_type>(I->Hash);
247 /// typedef uint32_t hash_value_type; // The type the hash function returns.
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
285 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
344 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
349 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
438 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/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;
186 LE.write<typename Info::hash_value_type>(I->Hash);
247 /// typedef uint32_t hash_value_type; // The type the hash function returns.
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
285 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
344 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
349 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
438 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/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;
186 LE.write<typename Info::hash_value_type>(I->Hash);
247 /// typedef uint32_t hash_value_type; // The type the hash function returns.
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
285 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
344 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
349 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
438 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/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;
186 LE.write<typename Info::hash_value_type>(I->Hash);
247 /// typedef uint32_t hash_value_type; // The type the hash function returns.
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
285 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
344 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
349 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
438 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/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;
186 LE.write<typename Info::hash_value_type>(I->Hash);
247 /// typedef uint32_t hash_value_type; // The type the hash function returns.
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
285 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
344 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
349 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash
438 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:__anon15050::FileEntryPTHEntryInfo
124 static hash_value_type ComputeHash(PTHEntryKeyVariant V) {
618 typedef unsigned hash_value_type; typedef in class:__anon15055::PTHIdentifierTableTrait
621 static hash_value_type ComputeHash(PTHIdKey* key) {
  /external/clang/lib/Lex/
PTHLexer.cpp 322 typedef unsigned hash_value_type; typedef in class:__anon15104::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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 299 typedef uint64_t hash_value_type; typedef in class:llvm::IndexedInstrProf::HashT
306 hash_value_type ComputeHash(StringRef K);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 299 typedef uint64_t hash_value_type; typedef in class:llvm::IndexedInstrProf::HashT
306 hash_value_type ComputeHash(StringRef K);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 299 typedef uint64_t hash_value_type; typedef in class:llvm::IndexedInstrProf::HashT
306 hash_value_type ComputeHash(StringRef K);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 299 typedef uint64_t hash_value_type; typedef in class:llvm::IndexedInstrProf::HashT
306 hash_value_type ComputeHash(StringRef K);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 299 typedef uint64_t hash_value_type; typedef in class:llvm::IndexedInstrProf::HashT
306 hash_value_type ComputeHash(StringRef K);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 299 typedef uint64_t hash_value_type; typedef in class:llvm::IndexedInstrProf::HashT
306 hash_value_type ComputeHash(StringRef K);

Completed in 1251 milliseconds

1 2