OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShowLineStats
(Results
1 - 3
of
3
) sorted by null
/external/llvm/tools/llvm-cov/
CoverageViewOptions.h
22
bool
ShowLineStats
;
SourceCoverageView.cpp
149
(Options.
ShowLineStats
? LineCoverageColumnWidth + 1 : 0) +
198
if (Options.
ShowLineStats
)
CodeCoverage.cpp
414
ViewOpts.
ShowLineStats
= ShowLineExecutionCounts.getNumOccurrences() != 0 ||
Completed in 74 milliseconds