Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h71 struct BranchView { struct
75 BranchView(unsigned Line, SmallVector<CountedRegion, 0> Regions) in BranchView() argument
80 friend bool operator<(const BranchView &LHS, const BranchView &RHS) { argument