Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
Dsancov.cpp381 std::map<std::string, std::vector<const CoveragePoint *>> PointsByFile; in operator <<() local
384 PointsByFile[Loc.FileName].push_back(&Point); in operator <<()
388 for (const auto &P : PointsByFile) { in operator <<()