|
LLVM 22.0.0git
|
#include "llvm/ProfileData/Coverage/MCDCTypes.h"
Public Member Functions | |
| DecisionParameters ()=delete | |
| DecisionParameters (unsigned BitmapIdx, unsigned NumConditions) | |
Public Attributes | |
| unsigned | BitmapIdx |
| Byte Index of Bitmap Coverage Object for a Decision Region. | |
| uint16_t | NumConditions |
| Number of Conditions used for a Decision Region. | |
Definition at line 28 of file MCDCTypes.h.
|
delete |
|
inline |
Definition at line 36 of file MCDCTypes.h.
References assert(), BitmapIdx, and NumConditions.
| unsigned llvm::coverage::mcdc::DecisionParameters::BitmapIdx |
Byte Index of Bitmap Coverage Object for a Decision Region.
Definition at line 30 of file MCDCTypes.h.
Referenced by DecisionParameters().
| uint16_t llvm::coverage::mcdc::DecisionParameters::NumConditions |
Number of Conditions used for a Decision Region.
Definition at line 33 of file MCDCTypes.h.
Referenced by DecisionParameters().