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