| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 84 using internal_key_type = DeclarationNameKey; variable 89 static bool EqualKey(const internal_key_type &a, const internal_key_type &b) { in EqualKey() 133 using internal_key_type = StringRef; variable 137 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() 147 static const internal_key_type& 174 data_type ReadData(const internal_key_type& k, 206 using internal_key_type = external_key_type; variable 213 static bool EqualKey(const internal_key_type& a, in EqualKey() 214 const internal_key_type& b) { in EqualKey() 220 static const internal_key_type& [all …]
|
| H A D | MultiOnDiskHashTable.h | 49 using internal_key_type = typename Info::internal_key_type; variable 75 llvm::DenseMap<internal_key_type, data_type> Data; 161 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in condense() 239 internal_key_type Key = Info::GetInternalKey(EKey); in find() 283 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in findAll()
|
| H A D | GlobalModuleIndex.cpp | 76 typedef StringRef internal_key_type; typedef in __anoncf1c43ec0311::IdentifierIndexReaderTrait 81 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() 85 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash() 99 static const internal_key_type& 103 GetExternalKey(const internal_key_type& x) { return x; } in GetExternalKey() 105 static internal_key_type ReadKey(const unsigned char* d, unsigned n) { in ReadKey() 109 static data_type ReadData(const internal_key_type& k, in ReadData() 511 data_type ReadData(const internal_key_type& k, in ReadData()
|
| H A D | ASTReader.cpp | 910 ASTSelectorLookupTrait::internal_key_type 972 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) { in ComputeHash() 981 ASTIdentifierLookupTraitBase::internal_key_type 1020 IdentifierInfo *ASTIdentifierLookupTrait::ReadData(const internal_key_type& k, in ReadData() 1175 ASTDeclContextNameLookupTrait::internal_key_type 1213 void ASTDeclContextNameLookupTrait::ReadDataInto(internal_key_type, in ReadDataInto() argument 1980 const FileEntry *HeaderFileInfoTrait::getFile(const internal_key_type &Key) { in getFile() 1999 HeaderFileInfoTrait::internal_key_type 2001 internal_key_type ikey = {ekey.getSize(), in GetInternalKey() 2025 HeaderFileInfoTrait::internal_key_type [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesReader.cpp | 51 using internal_key_type = KeyType; typedef in clang::api_notes::__anonc49379580111::VersionedTableInfo 62 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { in EqualKey() 140 using internal_key_type = llvm::StringRef; typedef in clang::api_notes::__anonc49379580111::IdentifierTableInfo 154 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { in EqualKey() 180 using internal_key_type = ContextTableKey; typedef in clang::api_notes::__anonc49379580111::ObjCContextIDTableInfo 181 using external_key_type = internal_key_type; 194 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { in EqualKey() 396 using internal_key_type = StoredObjCSelector; typedef in clang::api_notes::__anonc49379580111::ObjCSelectorTableInfo 397 using external_key_type = internal_key_type; 410 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { in EqualKey() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 282 typedef typename Info::internal_key_type internal_key_type; typedef 323 internal_key_type Key; 330 iterator(const internal_key_type K, const unsigned char *D, offset_type L, in iterator() 345 const internal_key_type &IKey = InfoObj.GetInternalKey(EKey); 351 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash, 392 const internal_key_type &X = 441 typedef typename base_type::internal_key_type internal_key_type; typedef 528 internal_key_type getInternalKey() const { in getInternalKey() 581 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 454 using internal_key_type = uint64_t; variable 590 using internal_key_type = FrameId; variable 595 static bool EqualKey(internal_key_type A, internal_key_type B) { in EqualKey() 598 static uint64_t GetInternalKey(internal_key_type K) { return K; } in GetInternalKey() 601 hash_value_type ComputeHash(internal_key_type K) { return K; } in ComputeHash()
|
| H A D | InstrProfReader.h | 491 using internal_key_type = StringRef; variable
|