Home
last modified time | relevance | path

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

/external/llvm/tools/sancov/
Dsancov.cc203 std::set<std::string> ProcessedFunctions; in computeFunctionLocs() local
210 ProcessedFunctions.clear(); in computeFunctionLocs()
213 if (!ProcessedFunctions.insert(FunctionName).second) in computeFunctionLocs()