Home
last modified time | relevance | path

Searched refs:EqualKey (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderInternals.h89 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 DGlobalModuleIndex.cpp81 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function in __anoncf781a4d0311::IdentifierIndexReaderTrait
H A DASTWriter.cpp3761 static bool EqualKey(key_type_ref a, key_type_ref b) { in EqualKey() function in __anona57837030f11::ASTDeclContextNameLookupTrait
H A DASTReader.cpp1862 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 DOnDiskHashTable.h136 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 DMemProf.h459 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 DInstrProfReader.h453 static bool EqualKey(StringRef A, StringRef B) { return A == B; } in EqualKey() function