Home
last modified time | relevance | path

Searched defs:BranchView (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageView.h71 struct BranchView { struct
76 BranchView(unsigned Line, ArrayRef<CountedRegion> Regions, in BranchView() argument
82 friend bool operator<(const BranchView &LHS, const BranchView &RHS) { argument