Searched refs:EqualKey (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/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 __anoncf781a4d0311::IdentifierIndexReaderTrait
|
| H A D | ASTWriter.cpp | 3761 static bool EqualKey(key_type_ref a, key_type_ref b) { in EqualKey() function in __anona57837030f11::ASTDeclContextNameLookupTrait
|
| H A D | ASTReader.cpp | 1862 bool HeaderFileInfoTrait::EqualKey(internal_key_ref a, internal_key_ref b) { in EqualKey() function in HeaderFileInfoTrait
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 136 if (I->Hash == Hash && InfoObj.EqualKey(I->Key, Key)) in contains() 390 if (!InfoPtr->EqualKey(X, IKey)) {
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 459 static bool EqualKey(uint64_t A, uint64_t B) { return A == B; } in EqualKey() function 584 static bool EqualKey(internal_key_type A, internal_key_type B) { in EqualKey() function
|
| H A D | InstrProfReader.h | 453 static bool EqualKey(StringRef A, StringRef B) { return A == B; } in EqualKey() function
|