Home
last modified time | relevance | path

Searched refs:tyThingId (Results 1 – 8 of 8) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DTyThing.hs23 , tyThingId
290 tyThingId :: HasDebugCallStack => TyThing -> Id
291 tyThingId (AnId id) = id function
292 tyThingId (AConLike (RealDataCon dc)) = dataConWrapId dc function
293 tyThingId other = pprPanic "tyThingId" (ppr other) function
303 lookupId = liftM tyThingId . lookupThing
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DStaticPtrTable.hs243 maybe (getError n) (return . tyThingId)
H A DHscTypes.hs102 tyThingId, tyThingCoAxiom, tyThingParent_maybe, tyThingsTyCoVars,
2296 tyThingId :: TyThing -> Id
2297 tyThingId (AnId id) = id function
2298 tyThingId (AConLike (RealDataCon dc)) = dataConWrapId dc function
2299 tyThingId other = pprPanic "tyThingId" (ppr other) function
2317 lookupId = liftM tyThingId . lookupThing
/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.hs102 tyThingId, tyThingCoAxiom, tyThingParent_maybe, tyThingsTyCoVars,
2296 tyThingId :: TyThing -> Id
2297 tyThingId (AnId id) = id function
2298 tyThingId (AConLike (RealDataCon dc)) = dataConWrapId dc function
2299 tyThingId other = pprPanic "tyThingId" (ppr other) function
2317 lookupId = liftM tyThingId . lookupThing
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs101 tyThingId, tyThingCoAxiom, tyThingParent_maybe, tyThingsTyCoVars,
2342 tyThingId :: HasDebugCallStack => TyThing -> Id
2343 tyThingId (AnId id) = id function
2344 tyThingId (AConLike (RealDataCon dc)) = dataConWrapId dc function
2345 tyThingId other = pprPanic "tyThingId" (ppr other) function
2363 lookupId = liftM tyThingId . lookupThing
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsMonad.hs489 = tyThingId <$> dsLookupGlobal name
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCorePrep.hs1489 = guardIntegerUse dflags $ liftM tyThingId $
1494 = guardNaturalUse dflags $ liftM tyThingId $
/dports/lang/ghc/ghc-8.10.7/compiler/iface/
H A DTcIface.hs1022 fmap tyThingId (tcIfaceImplicit dfun_name)