Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/tools/sancov/
H A Dsancov.cc557 size_t AllFns; member
752 auto AllFns = group_by(AllAddrInfo, [](const AddrInfo &AI) { in computeNotCoveredFunctions() local
770 auto AllFns = group_by(AllAddrInfo, [](const AddrInfo &AI) { in computeFunctionsCoverage() local
888 std::set<FileFn> AllFns = SCovData.computeAllFunctions(); in printReport() local