Home
last modified time | relevance | path

Searched refs:ms_mod_name (Results 1 – 14 of 14) 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.hs10 , ms_mod_name
104 ms_mod_name :: ModSummary -> ModuleName
105 ms_mod_name = moduleName . ms_mod function
176 = ms_mod_name summary == m
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DGhcMake.hs357 mkUniqSet [ ms_mod_name s
469 ms_mod_name ms `elementOfUniqSet` stable_obj ||
470 ms_mod_name ms `elementOfUniqSet` stable_bco
705 ms_map = listToUFM [(ms_mod_name ms, ms) | ms <- summ]
815 scc_mods = map ms_mod_name scc
1292 let this_mod = ms_mod_name mod
1363 then ms_mod_name mod:ms
1458 let this_mod = ms_mod_name mod
1530 this_mod_name = ms_mod_name summary
1855 , let mss = reachableBackwards (ms_mod_name ms) graph
[all …]
H A DGHC.hs66 ModSummary(..), ms_mod_name, ModLocation(..),
892 , ms_mod_name ms == mod
972 let mod = ms_mod_name ms
H A DHscTypes.hs42 ModSummary(..), ms_imps, ms_installed_mod, ms_mod_name, ms_home_imps,
2888 ms_mod_name :: ModSummary -> ModuleName
2889 ms_mod_name = moduleName . ms_mod function
H A DInteractiveEval.hs1237 case lookupHpt (hsc_HPT hsc_env) (ms_mod_name mod_summary) of
H A DHscMain.hs763 … (ms_mod_name mod_summary) (HomeModInfo iface details' Nothing)
H A DDriverPipeline.hs280 mod_name = ms_mod_name summary
/dports/lang/ghc/ghc-8.10.7/compiler/backpack/
H A DDriverBkp.hs291 export_mod ms = (ms_mod_name ms, ms_mod ms)
654 let node_map = Map.fromList [ ((ms_mod_name n, ms_hsc_src n == HsigFile), n)
/dports/devel/hs-mueval/mueval-0.9.3/_cabal_deps/hint-0.9.0.3/src/Hint/
H A DContext.hs248 filterM (runGhc1 GHC.isLoaded . GHC.ms_mod_name) modSummaries
/dports/lang/ghc/ghc-8.10.7/ghc/GHCi/
H A DUI.hs1613 do let hasFailed x = fmap not $ GHC.isLoaded $ GHC.ms_mod_name x
1944 loaded <- filterM GHC.isLoaded $ map GHC.ms_mod_name mod_summaries
2022 = GHC.ms_mod_name summary == m
3129 filterM (GHC.isLoaded . GHC.ms_mod_name) (GHC.mgModSummaries graph)
3378 loaded_mods <- liftM (map GHC.ms_mod_name) getLoadedModules
3390 loaded_mods <- liftM (map GHC.ms_mod_name) getLoadedModules
3399 let home_mods = map GHC.ms_mod_name (GHC.mgModSummaries g)
/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.hs42 ModSummary(..), ms_imps, ms_installed_mod, ms_mod_name, ms_home_imps,
2888 ms_mod_name :: ModSummary -> ModuleName
2889 ms_mod_name = moduleName . ms_mod function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs41 ModSummary(..), ms_imps, ms_installed_mod, ms_mod_name, ms_home_imps,
2935 ms_mod_name :: ModSummary -> ModuleName
2936 ms_mod_name = moduleName . ms_mod function
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Interface/
H A DCreate.hs66 …("creating Haddock interface for " ++) . moduleNameString . ms_mod_name . pm_mod_summary . tm_pars…
/dports/lang/ghc/ghc-8.10.7/compiler/iface/
H A DMkIface.hs1437 new_merged = case Map.lookup (ms_mod_name mod_summary)