class NoopLattice

Declaration

class NoopLattice { /* full declaration omitted */ };

Description

Trivial lattice for dataflow analysis with exactly one element. Useful for analyses that only need the Environment and nothing more.

Declared at: clang/include/clang/Analysis/FlowSensitive/NoopLattice.h:25

Method Overview

  • public clang::dataflow::LatticeJoinEffect join(const clang::dataflow::NoopLattice & Other)

Methods

ΒΆclang::dataflow::LatticeJoinEffect join(
    const clang::dataflow::NoopLattice& Other)

Declared at: clang/include/clang/Analysis/FlowSensitive/NoopLattice.h:29

Parameters

const clang::dataflow::NoopLattice& Other