tokstyle-0.0.9: TokTok C code style checker
Safe HaskellNone
LanguageHaskell2010

Tokstyle.Analysis.PointsTo.Fixpoint

Synopsis

Documentation

type CallGraph = Map (ScopedId, RelevantInputState) (Set (ScopedId, RelevantInputState)) Source #

The call graph of the program.

type CFG id fact = Map Int (CFGNode id fact) Source #

runGlobalFixpoint :: PointsToContext ScopedId -> [Node (Lexeme ScopedId)] -> (GlobalEnv, CallGraph, CFGCache, MemLocPool) Source #

The main driver for the global fixpoint analysis.