Home
last modified time | relevance | path

Searched refs:hm_iface (Results 1 – 19 of 19) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Unit/Home/
H A DModInfo.hs37 { hm_iface :: !ModIface function
112 Just hm | mi_module (hm_iface hm) == mod -> Just hm
118 vcat [ hang (ppr (mi_module (hm_iface hm)))
/dports/lang/ghc/ghc-8.10.7/ghc/GHCi/
H A DLeak.hs41 leakIface <- mkWeakPtr hm_iface Nothing
57 showSDoc dflags (ppr (mi_module (hm_iface hmi)))) (Just hmi)
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Driver/
H A DEnv.hs177 guard (want_this_module (moduleName (mi_module (hm_iface mod_info))))
277 Just hm -> Just (hm_iface hm)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Core/
H A DRuleTypes.hs37 hm_iface,
173 hirIfaceFp = fingerprintToBS . getModuleHash . hm_iface $ hirHomeMod -- will always be two bytes
180 hirModIface = hm_iface . hirHomeMod
H A DCompile.hs650 modIface = hm_iface $ hirHomeMod tc
709 mod_name = moduleName . mi_module . hm_iface
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Core/
H A DRuleTypes.hs37 hm_iface,
173 hirIfaceFp = fingerprintToBS . getModuleHash . hm_iface $ hirHomeMod -- will always be two bytes
180 hirModIface = hm_iface . hirHomeMod
H A DCompile.hs650 modIface = hm_iface $ hirHomeMod tc
709 mod_name = moduleName . mi_module . hm_iface
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DInteractiveEval.hs322 modl = mi_module (hm_iface hmi)
353 modl = mi_module (hm_iface hmi)
801 case mi_globals (hm_iface details) of
819 Just details -> return (isJust (mi_globals (hm_iface details)))
H A DHscTypes.hs613 vcat [ hang (ppr (mi_module (hm_iface hm)))
653 Just hm | mi_module (hm_iface hm) == mod -> Just hm
659 hm_iface :: !ModIface, function
693 Just hm -> Just (hm_iface hm)
713 guard (want_this_module (moduleName (mi_module (hm_iface mod_info))))
H A DGHC.hs1174 iface = hm_iface hmi
1178 minf_rdr_env = mi_globals $! hm_iface hmi,
1493 Just mod_info -> return (Just (mi_module (hm_iface mod_info)))
H A DGhcMake.hs584 (filterHpt ((== HsSrcFile).mi_hsc_src.hm_iface)
698 modl = moduleName (mi_module (hm_iface hmi))
1580 iface = hm_iface hm_info
1872 mapM (typecheckIface . hm_iface) hmis
H A DDriverPipeline.hs489 pkg_deps = concatMap (map fst . dep_pkgs . mi_deps . hm_iface) home_mod_infos
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/plugins/hls-retrie-plugin/src/Ide/Plugin/
H A DRetrie.hs76 hm_iface, isQual,
461 let fixities = fixityEnvFromModIface $ hm_iface hirHomeMod
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/plugins/hls-retrie-plugin/src/Ide/Plugin/
H A DRetrie.hs76 hm_iface, isQual,
461 let fixities = fixityEnvFromModIface $ hm_iface hirHomeMod
/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.hs613 vcat [ hang (ppr (mi_module (hm_iface hm)))
653 Just hm | mi_module (hm_iface hm) == mod -> Just hm
659 hm_iface :: !ModIface, function
693 Just hm -> Just (hm_iface hm)
713 guard (want_this_module (moduleName (mi_module (hm_iface mod_info))))
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs642 vcat [ hang (ppr (mi_module (hm_iface hm)))
682 Just hm | mi_module (hm_iface hm) == mod -> Just hm
688 hm_iface :: !ModIface, function
722 Just hm -> Just (hm_iface hm)
742 guard (want_this_module (moduleName (mi_module (hm_iface mod_info))))
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DFamInst.hs329 ; hmiModule = mi_module . hm_iface
/dports/lang/ghc/ghc-8.10.7/compiler/iface/
H A DTcIface.hs507 Just info | mi_boot (hm_iface info)
508 -> mkSelfBootInfo (hm_iface info) (hm_details info)
/dports/lang/ghc/ghc-8.10.7/compiler/backpack/
H A DDriverBkp.hs300 . filter ((==HsSrcFile) . mi_hsc_src . hm_iface)