Home
last modified time | relevance | path

Searched refs:isUnboxedTupleTyCon (Results 1 – 21 of 21) 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/types/
H A DTyCon.hs-boot13 isUnboxedTupleTyCon :: TyCon -> Bool
H A DTyCon.hs51 isTupleTyCon, isUnboxedTupleTyCon, isBoxedTupleTyCon,
2211 isUnboxedTupleTyCon :: TyCon -> Bool
2212 isUnboxedTupleTyCon (AlgTyCon { algTcRhs = rhs }) function
2215 isUnboxedTupleTyCon _ = False function
/dports/lang/ghc/ghc-8.10.7/compiler/types/
H A DTyCon.hs-boot13 isUnboxedTupleTyCon :: TyCon -> Bool
H A DTyCon.hs51 isTupleTyCon, isUnboxedTupleTyCon, isBoxedTupleTyCon,
2211 isUnboxedTupleTyCon :: TyCon -> Bool
2212 isUnboxedTupleTyCon (AlgTyCon { algTcRhs = rhs }) function
2215 isUnboxedTupleTyCon _ = False function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DTyCon.hs-boot11 isUnboxedTupleTyCon :: TyCon -> Bool
H A DTyCon.hs52 isTupleTyCon, isUnboxedTupleTyCon, isBoxedTupleTyCon,
2165 isUnboxedTupleTyCon :: TyCon -> Bool
2166 isUnboxedTupleTyCon (AlgTyCon { algTcRhs = rhs }) function
2169 isUnboxedTupleTyCon _ = False function
H A DDataCon.hs1473 isUnboxedTupleCon (MkData {dcRepTyCon = tc}) = isUnboxedTupleTyCon tc
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DTyCon.hs-boot16 isUnboxedTupleTyCon :: TyCon -> Bool
H A DTyCon.hs53 isTupleTyCon, isUnboxedTupleTyCon, isBoxedTupleTyCon,
2174 isUnboxedTupleTyCon :: TyCon -> Bool
2175 isUnboxedTupleTyCon (AlgTyCon { algTcRhs = rhs }) function
2178 isUnboxedTupleTyCon _ = False function
H A DDataCon.hs1479 isUnboxedTupleDataCon (MkData {dcRepTyCon = tc}) = isUnboxedTupleTyCon tc
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Tc/Utils/
H A DTcType.hs2334 , not (isUnboxedTupleTyCon tc || isUnboxedSumTyCon tc)
2362 , not (isUnboxedTupleTyCon tc || isUnboxedSumTyCon tc)
2372 , isUnboxedTupleTyCon tc || isUnboxedSumTyCon tc
/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 DTcType.hs2295 , not (isUnboxedTupleTyCon tc || isUnboxedSumTyCon tc)
2323 , not (isUnboxedTupleTyCon tc || isUnboxedSumTyCon tc)
2333 , isUnboxedTupleTyCon tc || isUnboxedSumTyCon tc
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Tc/Utils/
H A DTcType.hs2376 , not (isUnboxedTupleTyCon tc || isUnboxedSumTyCon tc)
2404 , not (isUnboxedTupleTyCon tc || isUnboxedSumTyCon tc)
2414 , isUnboxedTupleTyCon tc || isUnboxedSumTyCon tc
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcType.hs2295 , not (isUnboxedTupleTyCon tc || isUnboxedSumTyCon tc)
2323 , not (isUnboxedTupleTyCon tc || isUnboxedSumTyCon tc)
2333 , isUnboxedTupleTyCon tc || isUnboxedSumTyCon tc
H A DTcValidity.hs669 | isUnboxedTupleTyCon tc = check_ubx_tuple ve ty tys function
H A DTcSplice.hs2052 | isUnboxedTupleTyCon tc = TH.UnboxedTupleT (arity `div` 2) function
H A DTcHsSyn.hs1403 | isUnboxedTupleTyCon (dataConTyCon dc)
/dports/lang/ghc/ghc-8.10.7/compiler/ghci/
H A DRtClosureInspect.hs828 , isUnboxedTupleTyCon tc
1003 , isUnboxedTupleTyCon tc
/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 DDataCon.hs1375 isUnboxedTupleCon (MkData {dcRepTyCon = tc}) = isUnboxedTupleTyCon tc
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DDataCon.hs1375 isUnboxedTupleCon (MkData {dcRepTyCon = tc}) = isUnboxedTupleTyCon tc
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/StgToCmm/
H A DPrim.hs108 | ReturnsAlg tycon <- result_info, isUnboxedTupleTyCon tycon