Home
last modified time | relevance | path

Searched refs:cmmLabelType (Results 1 – 3 of 3) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Cmm/
H A DExpr.hs245 (CmmLabel lbl) -> cmmLabelType platform lbl
246 (CmmLabelOff lbl _) -> cmmLabelType platform lbl
251 cmmLabelType :: Platform -> CLabel -> CmmType
252 cmmLabelType platform lbl function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Cmm/
H A DExpr.hs234 (CmmLabel lbl) -> cmmLabelType platform lbl
235 (CmmLabelOff lbl _) -> cmmLabelType platform lbl
240 cmmLabelType :: Platform -> CLabel -> CmmType
241 cmmLabelType platform lbl function
/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmExpr.hs230 cmmLitType dflags (CmmLabel lbl) = cmmLabelType dflags lbl
231 cmmLitType dflags (CmmLabelOff lbl _) = cmmLabelType dflags lbl
236 cmmLabelType :: DynFlags -> CLabel -> CmmType
237 cmmLabelType dflags lbl function