Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp237 if (!getOptions().ShowBranchCounts && Total != 0) { in renderBranchView()
255 if (getOptions().ShowBranchCounts) in renderBranchView()
265 if (getOptions().ShowBranchCounts) in renderBranchView()
H A DCoverageViewOptions.h33 bool ShowBranchCounts; member
H A DSourceCoverageViewHTML.cpp673 if (!getOptions().ShowBranchCounts && Total != 0) { in renderBranchView()
702 if (getOptions().ShowBranchCounts) in renderBranchView()
714 if (getOptions().ShowBranchCounts) in renderBranchView()
H A DCodeCoverage.cpp324 if (!ViewOpts.ShowBranchCounts && !ViewOpts.ShowBranchPercents) in attachBranchSubViews()
964 ViewOpts.ShowBranchCounts = in doShow()