LLVM 20.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 27 of file MCDCTypes.h.
|
delete |
|
inline |
Definition at line 35 of file MCDCTypes.h.
References assert(), and NumConditions.
unsigned llvm::coverage::mcdc::DecisionParameters::BitmapIdx |
Byte Index of Bitmap Coverage Object for a Decision Region.
Definition at line 29 of file MCDCTypes.h.
Referenced by getMaxBitmapSize().
uint16_t llvm::coverage::mcdc::DecisionParameters::NumConditions |
Number of Conditions used for a Decision Region.
Definition at line 32 of file MCDCTypes.h.
Referenced by DecisionParameters(), and getMaxBitmapSize().