Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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
H A DGlobalModuleIndex.cpp81 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { EqualKey() function in __anonf8ec73080311::IdentifierIndexReaderTrait
H A DASTWriter.cpp3841 static bool EqualKey(key_type_ref a, key_type_ref b) { EqualKey() function in __anon018904be1011::ASTDeclContextNameLookupTrait
H A DASTReader.cpp2007 bool HeaderFileInfoTrait::EqualKey(internal_key_ref a, internal_key_ref b) { EqualKey() function in HeaderFileInfoTrait
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp62 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { EqualKey() function in clang::api_notes::__anon8fa44c740111::VersionedTableInfo
154 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { EqualKey() function in clang::api_notes::__anon8fa44c740111::IdentifierTableInfo
194 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { EqualKey() function in clang::api_notes::__anon8fa44c740111::ObjCContextIDTableInfo
410 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { EqualKey() function in clang::api_notes::__anon8fa44c740111::ObjCSelectorTableInfo
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h462 static bool EqualKey(uint64_t A, uint64_t B) { return A == B; } EqualKey() function
595 static bool EqualKey(internal_key_type A, internal_key_type B) { EqualKey() function
H A DInstrProfReader.h496 static bool EqualKey(StringRef A, StringRef B) { return A == B; } EqualKey() function