Safe Haskell | None |
---|
Feldspar.Compiler.Backend.C.Plugin.Locator
Documentation
data GetPrgParLoop
Constructors
GetPrgParLoop |
getPrgParLoop :: (Int, Int) -> Module DebugToCSemanticInfo -> (Bool, Program DebugToCSemanticInfo)
data GetPrgAssign
Constructors
GetPrgAssign |
getPrgAssign :: (Int, Int) -> Module DebugToCSemanticInfo -> (Bool, Program DebugToCSemanticInfo)
data GetPrgBranch
Constructors
GetPrgBranch |
getPrgBranch :: (Int, Int) -> Module DebugToCSemanticInfo -> (Bool, Program DebugToCSemanticInfo)
data GetPrgProcCall
Constructors
GetPrgProcCall |
getPrgProcCall :: (Int, Int) -> Module DebugToCSemanticInfo -> (Bool, Program DebugToCSemanticInfo)
data GetPrgSeqLoop
Constructors
GetPrgSeqLoop |
getPrgSeqLoop :: (Int, Int) -> Module DebugToCSemanticInfo -> (Bool, Program DebugToCSemanticInfo)