Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
CAsmStmt = CAssemblyStatement NodeInfolanguage-c Language.C.Syntax.AST GNU Assembler statement
CAssemblyStatement type-qual? asm-expr out-ops in-ops clobbers _
is an inline assembler statement. The only type-qualifier (if any) allowed is volatile. asm-expr is the actual assembler epxression (a string), out-ops and in-ops are the input and output operands of the statement. clobbers is a list of registers which are clobbered when executing the assembler statement-
language-c Language.C.Syntax.AST No documentation available.
CBlockStmt :: CStatement a -> CCompoundBlockItem alanguage-c Language.C.Syntax.AST A statement
getSubStmts :: CStat -> [CStat]language-c Language.C.Syntax.Utils No documentation available.
mapBlockItemStmts :: (CStat -> Bool) -> (CStat -> CStat) -> CBlockItem -> CBlockItemlanguage-c Language.C.Syntax.Utils No documentation available.
mapSubStmts :: (CStat -> Bool) -> (CStat -> CStat) -> CStat -> CStatlanguage-c Language.C.Syntax.Utils No documentation available.
-
language-c99-simple Language.C99.Simple.Translate No documentation available.
compoundstmt :: [Decln] -> [Stmt] -> Stmtlanguage-c99-simple Language.C99.Simple.Translate No documentation available.
-
language-c99-simple Language.C99.Simple.Translate No documentation available.
forstmt :: Maybe Expr -> Maybe Expr -> Maybe Expr -> [Stmt] -> Stmtlanguage-c99-simple Language.C99.Simple.Translate No documentation available.