LLVM 20.0.0git
|
#include "llvm/ProfileData/Coverage/MCDCTypes.h"
Public Member Functions | |
BranchParameters ()=delete | |
BranchParameters (ConditionID ID, const ConditionIDs &Conds) | |
Public Attributes | |
ConditionID | ID |
IDs used to represent a branch region and other branch regions evaluated based on True and False branches. | |
ConditionIDs | Conds |
Definition at line 41 of file MCDCTypes.h.
|
delete |
|
inline |
Definition at line 48 of file MCDCTypes.h.
References assert().
ConditionIDs llvm::coverage::mcdc::BranchParameters::Conds |
Definition at line 45 of file MCDCTypes.h.
ConditionID llvm::coverage::mcdc::BranchParameters::ID |
IDs used to represent a branch region and other branch regions evaluated based on True and False branches.
Definition at line 44 of file MCDCTypes.h.