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

  /external/clang/lib/Serialization/
ASTReaderInternals.h 48 typedef unsigned hash_value_type; typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
71 hash_value_type ComputeHash(const DeclNameKey &Key) const;
96 typedef unsigned hash_value_type; typedef in class:clang::serialization::reader::ASTIdentifierLookupTraitBase
103 static hash_value_type ComputeHash(const internal_key_type& a);
165 typedef unsigned hash_value_type; typedef in class:clang::serialization::reader::ASTSelectorLookupTrait
176 static hash_value_type ComputeHash(Selector Sel);
218 typedef unsigned hash_value_type; typedef in class:clang::serialization::reader::HeaderFileInfoTrait
225 static hash_value_type ComputeHash(internal_key_ref ikey);
GlobalModuleIndex.cpp 75 typedef unsigned hash_value_type; typedef in class:__anon21953::IdentifierIndexReaderTrait
82 static hash_value_type ComputeHash(const internal_key_type& a) {
653 typedef unsigned hash_value_type; typedef in class:__anon21957::IdentifierIndexWriterTrait
656 static hash_value_type ComputeHash(key_type_ref Key) {
ASTWriter.cpp 1487 typedef unsigned hash_value_type; typedef in class:__anon21942::HeaderFileInfoTrait
1862 typedef unsigned hash_value_type; typedef in class:__anon21943::ASTMacroTableTrait
2747 typedef unsigned hash_value_type; typedef in class:__anon21944::ASTMethodPoolTrait
3102 typedef unsigned hash_value_type; typedef in class:__anon21945::ASTIdentifierTableTrait
3364 typedef unsigned hash_value_type; typedef in class:__anon21946::ASTDeclContextNameLookupTrait
    [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);
65 const typename Info::hash_value_type Hash;
164 LE.write<typename Info::hash_value_type>(I->Hash);
211 /// typedef uint32_t hash_value_type; // The type the hash function returns.
217 /// static hash_value_type ComputeHash(internal_key_type &IKey);
248 typedef typename Info::hash_value_type hash_value_type; typedef in class:llvm::OnDiskChainedHashTable
292 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
309 hash_value_type ItemHash
382 typedef typename base_type::hash_value_type hash_value_type; typedef in class:llvm::OnDiskIterableChainedHashTable
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 33 typedef uint64_t hash_value_type; typedef in class:__anon29668::InstrProfRecordTrait
36 static hash_value_type ComputeHash(key_type_ref K) {
InstrProfReader.cpp 281 InstrProfLookupTrait::hash_value_type
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 217 typedef uint64_t hash_value_type; typedef in class:llvm::IndexedInstrProf::HashT
223 hash_value_type ComputeHash(StringRef K);
  /external/clang/lib/Frontend/
CacheTokens.cpp 120 typedef unsigned hash_value_type; typedef in class:__anon21722::FileEntryPTHEntryInfo
123 static hash_value_type ComputeHash(PTHEntryKeyVariant V) {
606 typedef unsigned hash_value_type; typedef in class:__anon21727::PTHIdentifierTableTrait
609 static hash_value_type ComputeHash(PTHIdKey* key) {
  /external/clang/lib/Lex/
PTHLexer.cpp 323 typedef unsigned hash_value_type; typedef in class:__anon21759::PTHFileLookupCommonTrait
326 static hash_value_type ComputeHash(internal_key_type x) {
373 typedef uint32_t hash_value_type; typedef in class:__anon21759::PTHStringLookupTrait
382 static hash_value_type ComputeHash(const internal_key_type& a) {

Completed in 142 milliseconds