LLVM 19.0.0git
Public Attributes | List of all members
llvm::coverage::mcdc::TVIdxBuilder::MCDCNode Struct Reference

#include "llvm/ProfileData/Coverage/CoverageMapping.h"

Public Attributes

int InCount = 0
 
int Width
 Reference count; temporary use.
 
ConditionIDs NextIDs
 Number of accumulated paths (>= 1)
 

Detailed Description

Definition at line 625 of file CoverageMapping.h.

Member Data Documentation

◆ InCount

int llvm::coverage::mcdc::TVIdxBuilder::MCDCNode::InCount = 0

Definition at line 626 of file CoverageMapping.h.

◆ NextIDs

ConditionIDs llvm::coverage::mcdc::TVIdxBuilder::MCDCNode::NextIDs

Number of accumulated paths (>= 1)

Definition at line 628 of file CoverageMapping.h.

◆ Width

int llvm::coverage::mcdc::TVIdxBuilder::MCDCNode::Width

Reference count; temporary use.

Definition at line 627 of file CoverageMapping.h.


The documentation for this struct was generated from the following file: