clang 19.0.0git
Public Member Functions | List of all members
clang::dataflow::NoopLattice Class Reference

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)
 

Detailed Description

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.

Member Function Documentation

◆ join()

LatticeJoinEffect clang::dataflow::NoopLattice::join ( const NoopLattice Other)
inline

Definition at line 29 of file NoopLattice.h.

References clang::dataflow::Unchanged.

◆ operator==()

bool clang::dataflow::NoopLattice::operator== ( const NoopLattice Other) const
inline

Definition at line 27 of file NoopLattice.h.


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