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