Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp329 for (auto PointPtr : P.second) { in operator <<() local
330 for (const DILineInfo &Loc : PointPtr->Locs) { in operator <<()
331 PointsByFn[Loc.FunctionName].push_back(PointPtr); in operator <<()