clang 20.0.0git
|
A common form of state shared between the cases of a transfer function. More...
#include "clang/Analysis/FlowSensitive/MatchSwitch.h"
Public Member Functions | |
TransferState (LatticeT &Lattice, Environment &Env) | |
Public Attributes | |
LatticeT & | Lattice |
Current lattice element. | |
Environment & | Env |
A common form of state shared between the cases of a transfer function.
Definition at line 41 of file MatchSwitch.h.
|
inline |
Definition at line 42 of file MatchSwitch.h.
Environment& clang::dataflow::TransferState< LatticeT >::Env |
Definition at line 47 of file MatchSwitch.h.
LatticeT& clang::dataflow::TransferState< LatticeT >::Lattice |
Current lattice element.
Definition at line 46 of file MatchSwitch.h.