clang 20.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 BitmapBits = 0
 
llvm::DenseMap< const Stmt *, DecisionDecisionByStmt
 
llvm::DenseMap< const Stmt *, BranchBranchByStmt
 

Detailed Description

Per-Function MC/DC state.

Definition at line 29 of file MCDCState.h.

Member Data Documentation

◆ BitmapBits

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

Definition at line 30 of file MCDCState.h.

◆ BranchByStmt

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

Definition at line 44 of file MCDCState.h.

◆ DecisionByStmt

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

Definition at line 37 of file MCDCState.h.


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