LLVM 22.0.0git
|
Classes | |
struct | BranchParameters |
struct | DecisionParameters |
class | TVIdxBuilder |
Compute TestVector Indices "TVIdx" from the Conds graph. More... |
Typedefs | |
using | ConditionID = int16_t |
The ID for MCDCBranch. | |
using | ConditionIDs = std::array<ConditionID, 2> |
using | Parameters |
The type of MC/DC-specific parameters. |
Functions | |
template<class MaybeConstInnerParameters, class MaybeConstMCDCParameters> | |
static auto & | getParams (MaybeConstMCDCParameters &MCDCParams) |
Check and get underlying params in MCDCParams. |
using llvm::coverage::mcdc::ConditionID = int16_t |
The ID for MCDCBranch.
Definition at line 25 of file MCDCTypes.h.
using llvm::coverage::mcdc::ConditionIDs = std::array<ConditionID, 2> |
Definition at line 26 of file MCDCTypes.h.
The type of MC/DC-specific parameters.
Definition at line 56 of file MCDCTypes.h.
|
static |
Check and get underlying params in MCDCParams.
MaybeConstInnerParameters | Type to get. May be const. |
MaybeConstMCDCParameters | Expected inferred. May be const. |
MCDCParams | May be const. |
Definition at line 64 of file MCDCTypes.h.
References assert().
Referenced by llvm::coverage::CounterMappingRegion::getBranchParams(), and llvm::coverage::CounterMappingRegion::getDecisionParams().