Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp113 const auto [TrueDecisions, FalseDecisions] = Record.getDecisions(); in renderMCDCRecord()
115 CMR.ColumnEnd, TrueDecisions, FalseDecisions, in renderMCDCRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h501 const unsigned TrueDecisions = in getDecisions() local
504 return {TrueDecisions, TV.size() - TrueDecisions}; in getDecisions()