Searched refs:EqualKey (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/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 __anon244be4660311::IdentifierIndexReaderTrait
|
| H A D | ASTWriter.cpp | 3742 static bool EqualKey(key_type_ref a, key_type_ref b) { in EqualKey() function in __anon7df3f81c0b11::ASTDeclContextNameLookupTrait
|
| H A D | ASTReader.cpp | 1866 bool HeaderFileInfoTrait::EqualKey(internal_key_ref a, internal_key_ref b) { in EqualKey() function in HeaderFileInfoTrait
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 137 if (I->Hash == Hash && InfoObj.EqualKey(I->Key, Key)) in contains() 391 if (!InfoPtr->EqualKey(X, IKey)) {
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 458 static bool EqualKey(uint64_t A, uint64_t B) { return A == B; } in EqualKey() function 583 static bool EqualKey(internal_key_type A, internal_key_type B) { in EqualKey() function
|
| H A D | InstrProfReader.h | 421 static bool EqualKey(StringRef A, StringRef B) { return A == B; } in EqualKey() function
|