Searched refs:EqualKey (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 89 static bool EqualKey(const internal_key_type &a, const internal_key_type &b) { in EqualKey() function 137 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function 213 static bool EqualKey(const internal_key_type& a, in EqualKey() function 271 bool EqualKey(internal_key_ref a, internal_key_ref b);
|
| H A D | GlobalModuleIndex.cpp | 81 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function in __anoncf1c43ec0311::IdentifierIndexReaderTrait
|
| H A D | ASTWriter.cpp | 3841 static bool EqualKey(key_type_ref a, key_type_ref b) { in EqualKey() function in __anon367831a21011::ASTDeclContextNameLookupTrait
|
| H A D | ASTReader.cpp | 2007 bool HeaderFileInfoTrait::EqualKey(internal_key_ref a, internal_key_ref b) { in EqualKey() function in HeaderFileInfoTrait
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 136 if (I->Hash == Hash && InfoObj.EqualKey(I->Key, Key)) in contains() 396 if (!InfoPtr->EqualKey(X, IKey)) {
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 462 static bool EqualKey(uint64_t A, uint64_t B) { return A == B; } in EqualKey() function 595 static bool EqualKey(internal_key_type A, internal_key_type B) { in EqualKey() function
|
| H A D | InstrProfReader.h | 496 static bool EqualKey(StringRef A, StringRef B) { return A == B; } in EqualKey() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesReader.cpp | 62 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { in EqualKey() function in clang::api_notes::__anonc49379580111::VersionedTableInfo 154 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { in EqualKey() function in clang::api_notes::__anonc49379580111::IdentifierTableInfo 194 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { in EqualKey() function in clang::api_notes::__anonc49379580111::ObjCContextIDTableInfo 410 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { in EqualKey() function in clang::api_notes::__anonc49379580111::ObjCSelectorTableInfo
|