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 640 of file CoverageMapping.h.
int llvm::coverage::mcdc::TVIdxBuilder::MCDCNode::InCount = 0 |
Definition at line 641 of file CoverageMapping.h.
ConditionIDs llvm::coverage::mcdc::TVIdxBuilder::MCDCNode::NextIDs |
Number of accumulated paths (>= 1)
Definition at line 643 of file CoverageMapping.h.
int llvm::coverage::mcdc::TVIdxBuilder::MCDCNode::Width |
Reference count; temporary use.
Definition at line 642 of file CoverageMapping.h.