clang 20.0.0git
|
Trivial lattice for dataflow analysis with exactly one element. More...
#include "clang/Analysis/FlowSensitive/NoopLattice.h"
Public Member Functions | |
bool | operator== (const NoopLattice &Other) const |
LatticeJoinEffect | join (const NoopLattice &Other) |
Trivial lattice for dataflow analysis with exactly one element.
Useful for analyses that only need the Environment and nothing more.
Definition at line 25 of file NoopLattice.h.
|
inline |
Definition at line 29 of file NoopLattice.h.
References clang::dataflow::Unchanged.
|
inline |
Definition at line 27 of file NoopLattice.h.