HomeSort by relevance Sort by last modified time
    Searched defs:internal_key_type (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/lib/Serialization/
ASTReaderInternals.h 80 typedef DeclarationNameKey internal_key_type; typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
85 static bool EqualKey(const internal_key_type &a, const internal_key_type &b) {
89 static hash_value_type ComputeHash(const internal_key_type &Key) {
92 static internal_key_type GetInternalKey(const external_key_type &Name) {
99 internal_key_type ReadKey(const unsigned char *d, unsigned);
101 void ReadDataInto(internal_key_type, const unsigned char *d,
140 typedef StringRef internal_key_type; typedef in class:clang::serialization::reader::ASTIdentifierLookupTraitBase
144 static bool EqualKey(const internal_key_type& a, const internal_key_type& b)
213 typedef external_key_type internal_key_type; typedef in class:clang::serialization::reader::ASTSelectorLookupTrait
259 struct internal_key_type { struct in class:clang::serialization::reader::HeaderFileInfoTrait
    [all...]
MultiOnDiskHashTable.h 39 typedef typename Info::internal_key_type internal_key_type; typedef in class:clang::serialization::MultiOnDiskHashTable
61 llvm::DenseMap<internal_key_type, data_type> Data;
145 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first);
221 internal_key_type Key = Info::GetInternalKey(EKey);
265 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first);
GlobalModuleIndex.cpp 74 typedef StringRef internal_key_type; typedef in class:__anon15296::IdentifierIndexReaderTrait
79 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) {
83 static hash_value_type ComputeHash(const internal_key_type& a) {
95 static const internal_key_type&
99 GetExternalKey(const internal_key_type& x) { return x; }
101 static internal_key_type ReadKey(const unsigned char* d, unsigned n) {
105 static data_type ReadData(const internal_key_type& k,
485 data_type ReadData(const internal_key_type& k,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 297 typedef StringRef internal_key_type; typedef in class:llvm::IndexedInstrProf::HashT
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 297 typedef StringRef internal_key_type; typedef in class:llvm::IndexedInstrProf::HashT
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 297 typedef StringRef internal_key_type; typedef in class:llvm::IndexedInstrProf::HashT
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 297 typedef StringRef internal_key_type; typedef in class:llvm::IndexedInstrProf::HashT
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 297 typedef StringRef internal_key_type; typedef in class:llvm::IndexedInstrProf::HashT
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 297 typedef StringRef internal_key_type; typedef in class:llvm::IndexedInstrProf::HashT
  /external/clang/lib/Lex/
PTHLexer.cpp 321 typedef std::pair<unsigned char, const char*> internal_key_type; typedef in class:__anon15104::PTHFileLookupCommonTrait
325 static hash_value_type ComputeHash(internal_key_type x) {
338 static internal_key_type ReadKey(const unsigned char* d, unsigned) {
351 static internal_key_type GetInternalKey(const FileEntry* FE) {
355 static bool EqualKey(internal_key_type a, internal_key_type b) {
359 static PTHFileData ReadData(const internal_key_type& k,
373 typedef external_key_type internal_key_type; typedef in class:PTHManager::PTHStringLookupTrait
377 static bool EqualKey(const internal_key_type& a,
378 const internal_key_type& b)
    [all...]
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 273 typedef StringRef internal_key_type; typedef in class:llvm::IndexedInstrProf::HashT
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 246 /// typedef ExampleInternalKey internal_key_type; // The stored key type.
252 /// static bool EqualKey(internal_key_type &Key1, internal_key_type &Key2);
254 /// static hash_value_type ComputeHash(internal_key_type &IKey);
259 /// static const internal_key_type &GetInternalKey(external_key_type &EKey);
266 /// const internal_key_type &ReadKey(const unsigned char *Buffer,
283 typedef typename Info::internal_key_type internal_key_type; typedef in class:llvm::OnDiskChainedHashTable
322 internal_key_type Key;
329 iterator(const internal_key_type K, const unsigned char *D, offset_type L
436 typedef typename base_type::internal_key_type internal_key_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 245 /// typedef ExampleInternalKey internal_key_type; // The stored key type.
251 /// static bool EqualKey(internal_key_type &Key1, internal_key_type &Key2);
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
258 /// static const internal_key_type &GetInternalKey(external_key_type &EKey);
265 /// const internal_key_type &ReadKey(const unsigned char *Buffer,
282 typedef typename Info::internal_key_type internal_key_type; typedef in class:llvm::OnDiskChainedHashTable
321 internal_key_type Key;
328 iterator(const internal_key_type K, const unsigned char *D, offset_type L
435 typedef typename base_type::internal_key_type internal_key_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
OnDiskHashTable.h 245 /// typedef ExampleInternalKey internal_key_type; // The stored key type.
251 /// static bool EqualKey(internal_key_type &Key1, internal_key_type &Key2);
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
258 /// static const internal_key_type &GetInternalKey(external_key_type &EKey);
265 /// const internal_key_type &ReadKey(const unsigned char *Buffer,
282 typedef typename Info::internal_key_type internal_key_type; typedef in class:llvm::OnDiskChainedHashTable
321 internal_key_type Key;
328 iterator(const internal_key_type K, const unsigned char *D, offset_type L
435 typedef typename base_type::internal_key_type internal_key_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
OnDiskHashTable.h 245 /// typedef ExampleInternalKey internal_key_type; // The stored key type.
251 /// static bool EqualKey(internal_key_type &Key1, internal_key_type &Key2);
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
258 /// static const internal_key_type &GetInternalKey(external_key_type &EKey);
265 /// const internal_key_type &ReadKey(const unsigned char *Buffer,
282 typedef typename Info::internal_key_type internal_key_type; typedef in class:llvm::OnDiskChainedHashTable
321 internal_key_type Key;
328 iterator(const internal_key_type K, const unsigned char *D, offset_type L
435 typedef typename base_type::internal_key_type internal_key_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
OnDiskHashTable.h 245 /// typedef ExampleInternalKey internal_key_type; // The stored key type.
251 /// static bool EqualKey(internal_key_type &Key1, internal_key_type &Key2);
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
258 /// static const internal_key_type &GetInternalKey(external_key_type &EKey);
265 /// const internal_key_type &ReadKey(const unsigned char *Buffer,
282 typedef typename Info::internal_key_type internal_key_type; typedef in class:llvm::OnDiskChainedHashTable
321 internal_key_type Key;
328 iterator(const internal_key_type K, const unsigned char *D, offset_type L
435 typedef typename base_type::internal_key_type internal_key_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
OnDiskHashTable.h 245 /// typedef ExampleInternalKey internal_key_type; // The stored key type.
251 /// static bool EqualKey(internal_key_type &Key1, internal_key_type &Key2);
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
258 /// static const internal_key_type &GetInternalKey(external_key_type &EKey);
265 /// const internal_key_type &ReadKey(const unsigned char *Buffer,
282 typedef typename Info::internal_key_type internal_key_type; typedef in class:llvm::OnDiskChainedHashTable
321 internal_key_type Key;
328 iterator(const internal_key_type K, const unsigned char *D, offset_type L
435 typedef typename base_type::internal_key_type internal_key_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
OnDiskHashTable.h 245 /// typedef ExampleInternalKey internal_key_type; // The stored key type.
251 /// static bool EqualKey(internal_key_type &Key1, internal_key_type &Key2);
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
258 /// static const internal_key_type &GetInternalKey(external_key_type &EKey);
265 /// const internal_key_type &ReadKey(const unsigned char *Buffer,
282 typedef typename Info::internal_key_type internal_key_type; typedef in class:llvm::OnDiskChainedHashTable
321 internal_key_type Key;
328 iterator(const internal_key_type K, const unsigned char *D, offset_type L
435 typedef typename base_type::internal_key_type internal_key_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
OnDiskHashTable.h 245 /// typedef ExampleInternalKey internal_key_type; // The stored key type.
251 /// static bool EqualKey(internal_key_type &Key1, internal_key_type &Key2);
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
258 /// static const internal_key_type &GetInternalKey(external_key_type &EKey);
265 /// const internal_key_type &ReadKey(const unsigned char *Buffer,
282 typedef typename Info::internal_key_type internal_key_type; typedef in class:llvm::OnDiskChainedHashTable
321 internal_key_type Key;
328 iterator(const internal_key_type K, const unsigned char *D, offset_type L
435 typedef typename base_type::internal_key_type internal_key_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 245 /// typedef ExampleInternalKey internal_key_type; // The stored key type.
251 /// static bool EqualKey(internal_key_type &Key1, internal_key_type &Key2);
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
258 /// static const internal_key_type &GetInternalKey(external_key_type &EKey);
265 /// const internal_key_type &ReadKey(const unsigned char *Buffer,
282 typedef typename Info::internal_key_type internal_key_type; typedef in class:llvm::OnDiskChainedHashTable
321 internal_key_type Key;
328 iterator(const internal_key_type K, const unsigned char *D, offset_type L
435 typedef typename base_type::internal_key_type internal_key_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
OnDiskHashTable.h 245 /// typedef ExampleInternalKey internal_key_type; // The stored key type.
251 /// static bool EqualKey(internal_key_type &Key1, internal_key_type &Key2);
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
258 /// static const internal_key_type &GetInternalKey(external_key_type &EKey);
265 /// const internal_key_type &ReadKey(const unsigned char *Buffer,
282 typedef typename Info::internal_key_type internal_key_type; typedef in class:llvm::OnDiskChainedHashTable
321 internal_key_type Key;
328 iterator(const internal_key_type K, const unsigned char *D, offset_type L
435 typedef typename base_type::internal_key_type internal_key_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
OnDiskHashTable.h 245 /// typedef ExampleInternalKey internal_key_type; // The stored key type.
251 /// static bool EqualKey(internal_key_type &Key1, internal_key_type &Key2);
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
258 /// static const internal_key_type &GetInternalKey(external_key_type &EKey);
265 /// const internal_key_type &ReadKey(const unsigned char *Buffer,
282 typedef typename Info::internal_key_type internal_key_type; typedef in class:llvm::OnDiskChainedHashTable
321 internal_key_type Key;
328 iterator(const internal_key_type K, const unsigned char *D, offset_type L
435 typedef typename base_type::internal_key_type internal_key_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
OnDiskHashTable.h 245 /// typedef ExampleInternalKey internal_key_type; // The stored key type.
251 /// static bool EqualKey(internal_key_type &Key1, internal_key_type &Key2);
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
258 /// static const internal_key_type &GetInternalKey(external_key_type &EKey);
265 /// const internal_key_type &ReadKey(const unsigned char *Buffer,
282 typedef typename Info::internal_key_type internal_key_type; typedef in class:llvm::OnDiskChainedHashTable
321 internal_key_type Key;
328 iterator(const internal_key_type K, const unsigned char *D, offset_type L
435 typedef typename base_type::internal_key_type internal_key_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
OnDiskHashTable.h 245 /// typedef ExampleInternalKey internal_key_type; // The stored key type.
251 /// static bool EqualKey(internal_key_type &Key1, internal_key_type &Key2);
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
258 /// static const internal_key_type &GetInternalKey(external_key_type &EKey);
265 /// const internal_key_type &ReadKey(const unsigned char *Buffer,
282 typedef typename Info::internal_key_type internal_key_type; typedef in class:llvm::OnDiskChainedHashTable
321 internal_key_type Key;
328 iterator(const internal_key_type K, const unsigned char *D, offset_type L
435 typedef typename base_type::internal_key_type internal_key_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
OnDiskHashTable.h 245 /// typedef ExampleInternalKey internal_key_type; // The stored key type.
251 /// static bool EqualKey(internal_key_type &Key1, internal_key_type &Key2);
253 /// static hash_value_type ComputeHash(internal_key_type &IKey);
258 /// static const internal_key_type &GetInternalKey(external_key_type &EKey);
265 /// const internal_key_type &ReadKey(const unsigned char *Buffer,
282 typedef typename Info::internal_key_type internal_key_type; typedef in class:llvm::OnDiskChainedHashTable
321 internal_key_type Key;
328 iterator(const internal_key_type K, const unsigned char *D, offset_type L
435 typedef typename base_type::internal_key_type internal_key_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]

Completed in 807 milliseconds

1 2