clang 19.0.0git
Classes | Public Attributes | List of all members
clang::CodeGen::MCDC::State Struct Reference

Per-Function MC/DC state. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/MCDCState.h"

Classes

struct  Branch
 
struct  Decision
 

Public Attributes

unsigned BitmapBytes = 0
 
llvm::DenseMap< const Stmt *, DecisionDecisionByStmt
 
llvm::DenseMap< const Stmt *, BranchBranchByStmt
 

Detailed Description

Per-Function MC/DC state.

Definition at line 28 of file MCDCState.h.

Member Data Documentation

◆ BitmapBytes

unsigned clang::CodeGen::MCDC::State::BitmapBytes = 0

Definition at line 29 of file MCDCState.h.

◆ BranchByStmt

llvm::DenseMap<const Stmt *, Branch> clang::CodeGen::MCDC::State::BranchByStmt

Definition at line 41 of file MCDCState.h.

◆ DecisionByStmt

llvm::DenseMap<const Stmt *, Decision> clang::CodeGen::MCDC::State::DecisionByStmt

Definition at line 35 of file MCDCState.h.


The documentation for this struct was generated from the following file: