clang 22.0.0git
clang::dataflow::SimpleLogicalContext Struct Reference

A simple representation of essential elements of the logical context used in environments. More...

#include "clang/Analysis/FlowSensitive/DataflowAnalysisContext.h"

Public Attributes

const FormulaInvariant
llvm::DenseMap< Atom, const Formula * > TokenDefs
llvm::DenseMap< Atom, llvm::DenseSet< Atom > > TokenDeps

Detailed Description

A simple representation of essential elements of the logical context used in environments.

Designed for import/export for applications requiring serialization support.

Definition at line 48 of file DataflowAnalysisContext.h.

Member Data Documentation

◆ Invariant

const Formula* clang::dataflow::SimpleLogicalContext::Invariant

◆ TokenDefs

llvm::DenseMap<Atom, const Formula *> clang::dataflow::SimpleLogicalContext::TokenDefs

◆ TokenDeps

llvm::DenseMap<Atom, llvm::DenseSet<Atom> > clang::dataflow::SimpleLogicalContext::TokenDeps

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