Home
last modified time | relevance | path

Searched refs:ms_home_allimps (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Unit/Module/
H A DModSummary.hs12 , ms_home_allimps
121 ms_home_allimps :: ModSummary -> [ModuleName]
122 ms_home_allimps ms = map unLoc (ms_home_srcimps ms ++ ms_home_imps ms) 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.hs43 home_imps, ms_home_allimps, ms_home_srcimps, showModMsg, isBootSummary,
2905 ms_home_allimps :: ModSummary -> [ModuleName]
2906 ms_home_allimps ms = map unLoc (ms_home_srcimps ms ++ ms_home_imps ms) function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs43 home_imps, ms_home_allimps, ms_home_srcimps, showModMsg, isBootSummary,
2905 ms_home_allimps :: ModSummary -> [ModuleName]
2906 ms_home_allimps ms = map unLoc (ms_home_srcimps ms ++ ms_home_imps ms) function
H A DGhcMake.hs819 scc_allimps = nub (filter home_module (concatMap ms_home_allimps scc))
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs42 home_imps, ms_home_allimps, ms_home_srcimps, showModMsg, isBootSummary,
2952 ms_home_allimps :: ModSummary -> [ModuleName]
2953 ms_home_allimps ms = map unLoc (ms_home_srcimps ms ++ ms_home_imps ms) function