Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/tools/sancov/
H A Dsancov.cc197 struct FileFn { struct
198 bool operator<(const FileFn &RHS) const { in operator <()
203 std::string FileName;
204 std::string FunctionName;
895 group_by(FnCoverage, [](const std::pair<FileFn, int> &FileFn) { in printReport()