LLVM 20.0.0git
|
#include "llvm/ProfileData/Coverage/CoverageMapping.h"
Public Attributes | |
int | InCount = 0 |
int | Width |
Reference count; temporary use. | |
ConditionIDs | NextIDs |
Number of accumulated paths (>= 1) | |
Definition at line 622 of file CoverageMapping.h.
int llvm::coverage::mcdc::TVIdxBuilder::MCDCNode::InCount = 0 |
Definition at line 623 of file CoverageMapping.h.
ConditionIDs llvm::coverage::mcdc::TVIdxBuilder::MCDCNode::NextIDs |
Number of accumulated paths (>= 1)
Definition at line 625 of file CoverageMapping.h.
int llvm::coverage::mcdc::TVIdxBuilder::MCDCNode::Width |
Reference count; temporary use.
Definition at line 624 of file CoverageMapping.h.