Home
last modified time | relevance | path

Searched refs:mi_final_exts (Results 1 – 16 of 16) 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 DModIface.hs241 mi_final_exts :: !(IfaceBackendExts phase), function
264 mi_fix iface name = mi_fix_fn (mi_final_exts iface) name `orElse` defaultFixity
329 mi_final_exts = ModIfaceBackend { function
431 mi_final_exts = ModIfaceBackend { function
474 mi_final_exts = (), function
482 , mi_final_exts = ModIfaceBackend function
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsUsage.hs322 finsts_mod = mi_finsts (mi_final_exts iface)
323 hash_env = mi_hash_fn (mi_final_exts iface)
324 mod_hash = mi_mod_hash (mi_final_exts iface)
325 export_hash | depend_on_exports = Just (mi_exp_hash (mi_final_exts iface))
/dports/lang/ghc/ghc-8.10.7/compiler/iface/
H A DMkIface.hs314 mi_final_exts = () } function
378 return $ snd (mi_hash_fn (mi_final_exts iface) occ `orElse`
756 Just iface -> return (mi_orphan_hash (mi_final_exts iface))
760 return (mi_orphan_hash (mi_final_exts iface))
1294 let old_fingerprint = mi_plugin_hash (mi_final_exts iface)
1391 let old_hash = mi_flag_hash (mi_final_exts iface)
1404 let old_hash = mi_opt_hash (mi_final_exts iface)
1419 let old_hash = mi_hpc_hash (mi_final_exts iface)
1623 new_mod_hash = mi_mod_hash (mi_final_exts iface)
1624 new_decl_hash = mi_hash_fn (mi_final_exts iface)
[all …]
H A DLoadIface.hs968 … | mi_mod_hash (mi_final_exts iface) == mi_mod_hash (mi_final_exts dynIface) ->
1046 mi_final_exts = (mi_final_exts empty_iface){ mi_fix_fn = mkIfaceFixCache fixities } function
1123 pprModIface iface@ModIface{ mi_final_exts = exts }
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcBackpack.hs96 let sig_fixity = case mi_fix_fn (mi_final_exts sig_iface) (occName name) of
837 … iface' = iface { mi_final_exts = (mi_final_exts iface){ mi_orphan = False, mi_finsts = False } }
848 else (mi_module iface, mi_mod_hash (mi_final_exts iface)) : tcg_merged tcg_env
H A DFamInst.hs325 if mi_finsts (mi_final_exts (modIface mod)) then mod:deps else deps
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnFixity.hs160 ; let mb_fix = mi_fix_fn (mi_final_exts iface) occ
H A DRnEnv.hs1272 = mi_warn_fn (mi_final_exts iface) (greOccName gre) `mplus` -- Bleat if the thing,
1274 ParentIs p -> mi_warn_fn (mi_final_exts iface) (nameOccName p)
1275 FldParent { par_is = p } -> mi_warn_fn (mi_final_exts iface) (nameOccName p)
H A DRnNames.hs400 orph_iface = mi_orphan (mi_final_exts iface)
401 has_finsts = mi_finsts (mi_final_exts iface)
/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.hs1073 mi_final_exts :: !(IfaceBackendExts phase) function
1086 mi_fix iface name = mi_fix_fn (mi_final_exts iface) name `orElse` defaultFixity
1147 mi_final_exts = ModIfaceBackend { function
1247 mi_final_exts = ModIfaceBackend { function
1290 mi_final_exts = () } function
1296 , mi_final_exts = ModIfaceBackend function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs1073 mi_final_exts :: !(IfaceBackendExts phase) function
1086 mi_fix iface name = mi_fix_fn (mi_final_exts iface) name `orElse` defaultFixity
1147 mi_final_exts = ModIfaceBackend { function
1247 mi_final_exts = ModIfaceBackend { function
1290 mi_final_exts = () } function
1296 , mi_final_exts = ModIfaceBackend function
H A DHscMain.hs676 let mb_old_hash = fmap (mi_iface_hash . mi_final_exts) mb_checked_iface
872 no_change = old_iface == Just (mi_iface_hash (mi_final_exts iface))
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs1102 mi_final_exts :: !(IfaceBackendExts phase), function
1125 mi_fix iface name = mi_fix_fn (mi_final_exts iface) name `orElse` defaultFixity
1189 mi_final_exts = ModIfaceBackend { function
1291 mi_final_exts = ModIfaceBackend { function
1334 mi_final_exts = (), function
1342 , mi_final_exts = ModIfaceBackend function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/GHC/
H A DCompat.hs357 getModuleHash = mi_mod_hash . mi_final_exts
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/GHC/
H A DCompat.hs357 getModuleHash = mi_mod_hash . mi_final_exts
/dports/lang/ghc/ghc-8.10.7/ghc/
H A DMain.hs927 mapM_ (put_ bh . mi_mod_hash . mi_final_exts) ifaces