Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp97 auto Pts = pointsWithPayload(Name); in points() local
99 Positions.reserve(Pts.size()); in points()
100 for (const auto &[Point, Payload] : Pts) in points()
122 auto Pts = points(Name); in all_points() local
123 Result[Name] = {Pts.begin(), Pts.end()}; in all_points()