Home
last modified time | relevance | path

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

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