Searched refs:NotCoveredFns (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/sancov/
H A Dsancov.cc487 std::set<FunctionLoc> NotCoveredFns; local
490 std::inserter(NotCoveredFns, NotCoveredFns.end()));
491 printFunctionLocs(NotCoveredFns, OS);

Completed in 73 milliseconds