|
clang 23.0.0git
|
#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/MCDCState.h"
Public Types | |
| using | IndicesTy = llvm::SmallVector<std::array<int, 2>> |
Public Member Functions | |
| bool | isValid () const |
| void | update (unsigned I, IndicesTy &&X) |
Public Attributes | |
| unsigned | BitmapIdx |
| IndicesTy | Indices |
| unsigned | ID = InvalidID |
| Address | MCDCCondBitmapAddr = Address::invalid() |
Static Public Attributes | |
| static constexpr auto | InvalidID = std::numeric_limits<unsigned>::max() |
Definition at line 35 of file MCDCState.h.
| using clang::CodeGen::MCDC::State::Decision::IndicesTy = llvm::SmallVector<std::array<int, 2>> |
Definition at line 36 of file MCDCState.h.
|
inline |
| unsigned clang::CodeGen::MCDC::State::Decision::BitmapIdx |
Definition at line 39 of file MCDCState.h.
Referenced by update().
Definition at line 41 of file MCDCState.h.
Referenced by isValid().
| IndicesTy clang::CodeGen::MCDC::State::Decision::Indices |
Definition at line 40 of file MCDCState.h.
Referenced by update().
|
staticconstexpr |
Definition at line 37 of file MCDCState.h.
Referenced by isValid().
| Address clang::CodeGen::MCDC::State::Decision::MCDCCondBitmapAddr = Address::invalid() |
Definition at line 42 of file MCDCState.h.