Home
last modified time | relevance | path

Searched refs:TransStmt (Results 1 – 25 of 40) sorted by relevance

12

/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsListComp.hs100 dsTransStmt (TransStmt { trS_form = form, trS_stmts = stmts, trS_bndrs = binderMap
241 deListComp (stmt@(TransStmt {}) : quals) list = do
351 dfListComp c_id n_id (stmt@(TransStmt {}) : quals) = do
532 dsMcStmt (TransStmt { trS_stmts = stmts, trS_bndrs = bndrs
H A DDsGRHSs.hs144 matchGuards (TransStmt {} : _) _ _ _ = panic "matchGuards TransStmt"
H A DDsExpr.hs1027 go _ (TransStmt {}) _ = panic "dsDo TransStmt"
H A DCoverage.hs739 addTickStmt isGuard stmt@(TransStmt { trS_stmts = stmts
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcMatches.hs474 tcLcStmt m_tc ctxt (TransStmt { trS_form = form, trS_stmts = stmts
529 ; return (TransStmt { trS_stmts = stmts', trS_bndrs = bindersMap'
617 tcMcStmt ctxt (TransStmt { trS_stmts = stmts, trS_bndrs = bindersMap
709 ; return (TransStmt { trS_stmts = stmts', trS_bndrs = bindersMap'
H A DTcHsSyn.hs1201 zonkStmt env _ (TransStmt { trS_stmts = stmts, trS_bndrs = binderMap
1217 ; return (env3', TransStmt { trS_stmts = stmts', trS_bndrs = binderMap'
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnExpr.hs598 methodNamesStmt (TransStmt {}) = emptyFVs
893 rnStmt ctxt _ (L loc (TransStmt { trS_stmts = stmts, trS_by = by, trS_form = form
923 ; return (([(L loc (TransStmt { trS_ext = noExtField
1125 rn_rec_stmt_lhs _ stmt@(L _ (TransStmt {})) -- Syntactically illegal in mdo
1201 rn_rec_stmt _ _ stmt@(L _ (TransStmt {}), _) -- Syntactically illegal in mdo
2064 pprStmtCat (TransStmt {}) = text "transform"
2132 TransStmt {}
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-ex-8.10.0.19/src/Language/Haskell/GhclibParserEx/GHC/Hs/
H A DExpr.hs143 isTransStmt = \case TransStmt{} -> True; _ -> False
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-ex-9.0.0.4/src/Language/Haskell/GhclibParserEx/GHC/Hs/
H A DExpr.hs143 isTransStmt = \case TransStmt{} -> True; _ -> False
/dports/devel/hs-hlint/hlint-3.3.4/src/GHC/Util/
H A DFreeVars.hs193 …allVars (L _ (TransStmt _ _ stmts _ using by _ _ fmap_)) = allVars stmts <> freeVars_ using <> may…
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/GHC/Util/
H A DFreeVars.hs194 …allVars (L _ (TransStmt _ _ stmts _ using by _ _ fmap_)) = allVars stmts <> freeVars_ using <> may…
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Hs/
H A DUtils.hs335 emptyTransStmt = TransStmt { trS_ext = noExtField function
1027 collectStmtBinders (TransStmt { trS_stmts = stmts }) = collectLStmtsBinders stmts
1343 hs_stmt (TransStmt { trS_stmts = stmts }) = hs_lstmts stmts
H A DExpr.hs2043 | TransStmt {
2419 pprStmt (TransStmt { trS_stmts = stmts, trS_by = by
3105 ppr_stmt (TransStmt { trS_by = by, trS_using = using
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/GHC/Hs/
H A DUtils.hs305 emptyTransStmt = TransStmt { trS_ext = noExtField function
1051 collectStmtBinders (TransStmt { trS_stmts = stmts }) = collectLStmtsBinders stmts
1367 hs_stmt (TransStmt { trS_stmts = stmts }) = hs_lstmts stmts
H A DExpr.hs1896 | TransStmt {
2233 pprStmt (TransStmt { trS_stmts = stmts, trS_by = by
2918 ppr_stmt (TransStmt { trS_by = by, trS_using = using
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/Hs/
H A DUtils.hs305 emptyTransStmt = TransStmt { trS_ext = noExtField function
1051 collectStmtBinders (TransStmt { trS_stmts = stmts }) = collectLStmtsBinders stmts
1367 hs_stmt (TransStmt { trS_stmts = stmts }) = hs_lstmts stmts
H A DExpr.hs1896 | TransStmt {
2233 pprStmt (TransStmt { trS_stmts = stmts, trS_by = by
2918 ppr_stmt (TransStmt { trS_by = by, trS_using = using
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Hs/
H A DUtils.hs391 emptyTransStmt anns = TransStmt { trS_ext = anns
1152 TransStmt { trS_stmts = stmts } -> collectLStmtsBinders flag stmts function
1557 hs_stmt (TransStmt { trS_stmts = stmts }) = hs_lstmts stmts
H A DExpr.hs1402 pprStmt (TransStmt { trS_stmts = stmts, trS_by = by
1831 ppr_stmt (TransStmt { trS_by = by, trS_using = using
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fourmolu-0.3.0.0/src/Ormolu/Printer/Meat/Declaration/
H A DValue.hs427 TransStmt {..} ->
465 gatherStmt (L s stmt@TransStmt {..}) =
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ormolu-0.1.4.1/src/Ormolu/Printer/Meat/Declaration/
H A DValue.hs424 TransStmt {..} ->
462 gatherStmt (L s stmt@TransStmt {..}) =
/dports/devel/hs-ormolu/ormolu-0.4.0.0/src/Ormolu/Printer/Meat/Declaration/
H A DValue.hs445 TransStmt {..} ->
500 gatherStmt (L s stmt@TransStmt {..}) =
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/Language/Haskell/Syntax/
H A DExpr.hs1214 | TransStmt {
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/HsToCore/
H A DPmCheck.hs690 TransStmt {} -> panic "translateGuard TransStmt"
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/hie-compat/src-ghc810/Compat/
H A DHieAst.hs1041 TransStmt {trS_stmts = stmts, trS_using = using, trS_by = by} -> function

12