Home
last modified time | relevance | path

Searched defs:isExportedId (Results 1 – 17 of 17) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/basicTypes/
H A DVar.hs760 isExportedId (Id { idScope = GlobalId }) = True function
761 isExportedId (Id { idScope = LocalId Exported}) = True function
762 isExportedId _ = False function
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DVar.hs760 isExportedId (Id { idScope = GlobalId }) = True function
761 isExportedId (Id { idScope = LocalId Exported}) = True function
762 isExportedId _ = False function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/
H A DVar.hs911 isExportedId (Id { idScope = GlobalId }) = True function
912 isExportedId (Id { idScope = LocalId Exported}) = True function
913 isExportedId _ = False function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DVar.hs945 isExportedId (Id { idScope = GlobalId }) = True function
946 isExportedId (Id { idScope = LocalId Exported}) = True function
947 isExportedId _ = False function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DSimpleOpt.hs458 | isExportedId in_bndr = False function
515 | isExportedId in_bndr = False -- Note [Exported Ids and trivial RHSs] function
H A DPpr.hs543 | isExportedId id = text "LclIdX" function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DSimpleOpt.hs425 | isExportedId in_bndr = False function
482 | isExportedId in_bndr = False -- Note [Exported Ids and trivial RHSs] function
H A DPpr.hs527 | isExportedId id = text "LclIdX" function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/coreSyn/
H A DCoreOpt.hs413 | isExportedId in_bndr = False function
470 | isExportedId in_bndr = False -- Note [Exported Ids and trivial RHSs] function
H A DPprCore.hs487 | isExportedId id = text "LclIdX" function
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreOpt.hs413 | isExportedId in_bndr = False function
470 | isExportedId in_bndr = False -- Note [Exported Ids and trivial RHSs] function
H A DPprCore.hs487 | isExportedId id = text "LclIdX" function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DTidyPgm.hs189 | isExportedId id = True function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/simplCore/
H A DOccurAnal.hs2744 | isExportedId bndr = if isManyOccs (idOccInfo bndr) function
/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DOccurAnal.hs2744 | isExportedId bndr = if isManyOccs (idOccInfo bndr) function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/Opt/
H A DOccurAnal.hs2834 | isExportedId bndr = if isManyOccs (idOccInfo bndr) function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/Opt/
H A DOccurAnal.hs3073 | isExportedId bndr = if isManyOccs (idOccInfo bndr) function