Home
last modified time | relevance | path

Searched refs:appendStubC (Results 1 – 7 of 7) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DForeignStubs.hs7 , appendStubC
44 appendStubC :: ForeignStubs -> CStub -> ForeignStubs
45 appendStubC NoStubs c_code = ForeignStubs mempty c_code function
46 appendStubC (ForeignStubs h c) c_code = ForeignStubs h (c `mappend` c_code) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DHscTypes.hs37 ModGuts(..), CgGuts(..), ForeignStubs(..), appendStubC,
1499 appendStubC :: ForeignStubs -> SDoc -> ForeignStubs
1500 appendStubC NoStubs c_code = ForeignStubs empty c_code function
1501 appendStubC (ForeignStubs h c) c_code = ForeignStubs h (c $$ c_code) function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs37 ModGuts(..), CgGuts(..), ForeignStubs(..), appendStubC,
1499 appendStubC :: ForeignStubs -> SDoc -> ForeignStubs
1500 appendStubC NoStubs c_code = ForeignStubs empty c_code function
1501 appendStubC (ForeignStubs h c) c_code = ForeignStubs h (c $$ c_code) function
H A DTidyPgm.hs372 _ -> (`appendStubC` spt_init_code)
H A DHscMain.hs1440 foreign_stubs = foreign_stubs0 `appendStubC` prof_init
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDesugar.hs142 , ds_fords `appendStubC` hpc_init) }
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs36 ModGuts(..), CgGuts(..), ForeignStubs(..), appendStubC,
1546 appendStubC :: ForeignStubs -> SDoc -> ForeignStubs
1547 appendStubC NoStubs c_code = ForeignStubs empty c_code function
1548 appendStubC (ForeignStubs h c) c_code = ForeignStubs h (c $$ c_code) function