Searched refs:EqualKey (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReaderInternals.h | 90 static bool EqualKey(const internal_key_type &a, const internal_key_type &b) { in EqualKey() function 138 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function 214 static bool EqualKey(const internal_key_type& a, in EqualKey() function 272 bool EqualKey(internal_key_ref a, internal_key_ref b);
|
| HD | GlobalModuleIndex.cpp | 81 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function in __anona348f00d0311::IdentifierIndexReaderTrait
|
| HD | ASTWriter.cpp | 3499 static bool EqualKey(key_type_ref a, key_type_ref b) { in EqualKey() function in __anon9faf4cc30c11::ASTDeclContextNameLookupTrait
|
| HD | ASTReader.cpp | 1825 bool HeaderFileInfoTrait::EqualKey(internal_key_ref a, internal_key_ref b) { in EqualKey() function in HeaderFileInfoTrait
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | OnDiskHashTable.h | 137 if (I->Hash == Hash && InfoObj.EqualKey(I->Key, Key)) in contains() 391 if (!InfoPtr->EqualKey(X, IKey)) {
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| HD | InstrProfReader.h | 318 static bool EqualKey(StringRef A, StringRef B) { return A == B; } in EqualKey() function
|