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