Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. assignAllEqual :: HasDebugCallStack => [JStgExpr] -> [JStgExpr] -> JStgStat

    ghc GHC.JS.Make

    No documentation available.

  2. assignAllReverseOrder :: [JStgExpr] -> [JStgExpr] -> JStgStat

    ghc GHC.JS.Make

    No documentation available.

  3. declAssignAll :: [Ident] -> [JStgExpr] -> JStgStat

    ghc GHC.JS.Make

    No documentation available.

  4. jTryCatchFinally :: (Ident -> JStgStat) -> (Ident -> JStgStat) -> (Ident -> JStgStat) -> JSM JStgStat

    ghc GHC.JS.Make

    As with "jForIn" but creating a "for each in" statement.

  5. ldAllLinkables :: LinkDeps -> [Linkable]

    ghc GHC.Linker.Deps

    No documentation available.

  6. Call :: LlvmCallType -> LlvmVar -> [LlvmVar] -> [LlvmFuncAttr] -> LlvmExpression

    ghc GHC.Llvm

    Call a function. The result is the value of the expression. * tailJumps: CallType to signal if the function should be tail called * fnptrval: An LLVM value containing a pointer to a function to be invoked. Can be indirect. Should be LMFunction type. * args: Concrete arguments for the parameters * attrs: A list of function attributes for the call. Only NoReturn, NoUnwind, ReadOnly and ReadNone are valid here.

  7. CallM :: LlvmCallType -> LlvmVar -> [MetaExpr] -> [LlvmFuncAttr] -> LlvmExpression

    ghc GHC.Llvm

    Call a function as above but potentially taking metadata as arguments. * tailJumps: CallType to signal if the function should be tail called * fnptrval: An LLVM value containing a pointer to a function to be invoked. Can be indirect. Should be LMFunction type. * args: Arguments that may include metadata. * attrs: A list of function attributes for the call. Only NoReturn, NoUnwind, ReadOnly and ReadNone are valid here.

  8. ExternallyVisible :: LlvmLinkageType

    ghc GHC.Llvm

    The symbol participates in linkage and can be used to resolve external symbol references.

  9. data LlvmCallConvention

    ghc GHC.Llvm

    Different calling conventions a function can use.

  10. data LlvmCallType

    ghc GHC.Llvm

    Different types to call a function.

Page 287 of many | Previous | Next