Home
last modified time | relevance | path

Searched refs:IsBootInterface (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/typecheck/
H A DTcRnTypes.hs1333 imp_dep_mods :: ModuleNameEnv (ModuleName, IsBootInterface), function
1374 mkModDeps :: [(ModuleName, IsBootInterface)]
1375 -> ModuleNameEnv (ModuleName, IsBootInterface)
1381 :: ModuleNameEnv (ModuleName, IsBootInterface)
1382 -> [(ModuleName, IsBootInterface)]
1438 = ImportByUser IsBootInterface -- Ordinary user import (perhaps {-# SOURCE #-})
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcRnTypes.hs1333 imp_dep_mods :: ModuleNameEnv (ModuleName, IsBootInterface), function
1374 mkModDeps :: [(ModuleName, IsBootInterface)]
1375 -> ModuleNameEnv (ModuleName, IsBootInterface)
1381 :: ModuleNameEnv (ModuleName, IsBootInterface)
1382 -> [(ModuleName, IsBootInterface)]
1438 = ImportByUser IsBootInterface -- Ordinary user import (perhaps {-# SOURCE #-})
H A DTcRnDriver.hs331 ; let { dep_mods :: ModuleNameEnv (ModuleName, IsBootInterface)
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Unit/
H A DTypes.hs82 , IsBootInterface (..)
641 data IsBootInterface = NotBoot | IsBoot function
644 instance Binary IsBootInterface where
659 , gwib_isBoot :: IsBootInterface
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Unit/Module/
H A DLocation.hs58 addBootSuffix_maybe :: IsBootInterface -> FilePath -> FilePath
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Unit/Module/
H A DLocation.hs66 addBootSuffix_maybe :: IsBootInterface -> FilePath -> FilePath
H A DModSummary.hs155 isBootSummary :: ModSummary -> IsBootInterface
H A DModIface.hs256 mi_boot :: ModIface -> IsBootInterface
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Unit/
H A DTypes.hs79 , IsBootInterface (..)
676 data IsBootInterface = NotBoot | IsBoot type
679 instance Binary IsBootInterface where
694 , gwib_isBoot :: IsBootInterface
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Hs/
H A DImpExp.hs21 import GHC.Unit.Module ( ModuleName, IsBootInterface(..) )
90 ideclSource :: IsBootInterface, -- ^ IsBoot <=> {-\# SOURCE \#-} import
/dports/lang/ghc/ghc-8.10.7/compiler/iface/
H A DLoadIface.hs261 -> IsBootInterface -- {-# SOURCE #-} ?
274 -> IsBootInterface -- {-# SOURCE #-} ?
636 SDoc -> IsBootInterface -> Module
701 -> MaybeErr MsgDoc IsBootInterface
891 -> IsBootInterface -- True <=> Look for a .hi-boot file
H A DMkIface.hs1287 mod_deps :: ModuleNameEnv (ModuleName, IsBootInterface)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Hs/
H A DImpExp.hs21 import GHC.Unit.Module ( ModuleName, IsBootInterface(..) )
86 ideclSource :: IsBootInterface, -- ^ IsBoot <=> {-\# SOURCE \#-} import
/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.hs118 WhetherHasOrphans, IsBootInterface, Usage(..),
719 hptRules :: HscEnv -> [(ModuleName, IsBootInterface)] -> [CoreRule]
724 hptAnns :: HscEnv -> Maybe [(ModuleName, IsBootInterface)] -> [Annotation]
733 hptSomeThingsBelowUs :: (HomeModInfo -> [a]) -> Bool -> HscEnv -> [(ModuleName, IsBootInterface)] -…
2449 type IsBootInterface = Bool type
2458 = Deps { dep_mods :: [(ModuleName, IsBootInterface)] function
2648 eps_is_boot :: !(ModuleNameEnv (ModuleName, IsBootInterface)), function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs118 WhetherHasOrphans, IsBootInterface, Usage(..),
719 hptRules :: HscEnv -> [(ModuleName, IsBootInterface)] -> [CoreRule]
724 hptAnns :: HscEnv -> Maybe [(ModuleName, IsBootInterface)] -> [Annotation]
733 hptSomeThingsBelowUs :: (HomeModInfo -> [a]) -> Bool -> HscEnv -> [(ModuleName, IsBootInterface)] -…
2449 type IsBootInterface = Bool type
2458 = Deps { dep_mods :: [(ModuleName, IsBootInterface)] function
2648 eps_is_boot :: !(ModuleNameEnv (ModuleName, IsBootInterface)), function
H A DDriverMkDepend.hs266 -> IsBootInterface -- Source import
/dports/devel/hs-ormolu/ormolu-0.4.0.0/src/Ormolu/
H A DImports.hs69 importSource :: IsBootInterface,
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Tc/
H A DTypes.hs270 if_boot :: IsBootInterface,
1458 = ImportByUser IsBootInterface -- Ordinary user import (perhaps {-# SOURCE #-})
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Tc/
H A DTypes.hs291 if_boot :: IsBootInterface,
1443 = ImportByUser IsBootInterface -- Ordinary user import (perhaps {-# SOURCE #-})
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/GHC/
H A DCompat.hs468 pattern NotBoot, IsBoot :: IsBootInterface
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/GHC/
H A DCompat.hs468 pattern NotBoot, IsBoot :: IsBootInterface
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs117 WhetherHasOrphans, IsBootInterface(..), Usage(..),
1117 mi_boot :: ModIface -> IsBootInterface
2986 isBootSummary :: ModSummary -> IsBootInterface
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnNames.hs394 -> IsBootInterface
/dports/lang/ghc/ghc-8.10.7/compiler/parser/
H A DParser.y.source52 import HscTypes ( IsBootInterface, WarningTxt(..) )
994 maybe_src :: { (([AddAnn],SourceText),IsBootInterface) }
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/ghc-lib/stage0/compiler/build/GHC/
H A DParser.hs50 import GHC.Driver.Types ( IsBootInterface(..), WarningTxt(..) )
444 newtype HappyWrap63 = HappyWrap63 ((([AddAnn],SourceText),IsBootInterface))
445 happyIn63 :: ((([AddAnn],SourceText),IsBootInterface)) -> (HappyAbsSyn )

12