Home
last modified time | relevance | path

Searched refs:Key2 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Desan_hashtable.h33 bool operator()(const T &Key1, const T &Key2) const { in operator()
34 return Key1 == Key2; in operator()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.cpp640 std::string Key2 = in fixGnuImportChunks() local
642 return Key1 < Key2; in fixGnuImportChunks()