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 GetPrgSwitch
Constructors
GetPrgSwitch |
getPrgSwitch :: (Int, Int) -> Module DebugToCSemanticInfo -> (Bool, Program DebugToCSemanticInfo)
prgSwList :: (Int, Int) -> [SwitchCase DebugToCSemanticInfo] -> (Bool, Program DebugToCSemanticInfo)