Home
last modified time | relevance | path

Searched refs:CFloatNType (Results 1 – 6 of 6) sorted by relevance

/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/src/Language/C/Parser/
H A DParser.y891 | "_Float32" {% withNodeInfo $1 $ (CFloatNType 32 False) }
892 | "_Float32x" {% withNodeInfo $1 $ (CFloatNType 32 True) }
893 | "_Float64" {% withNodeInfo $1 $ (CFloatNType 64 False) }
894 | "_Float64x" {% withNodeInfo $1 $ (CFloatNType 64 True) }
895 | "_Float128" {% withNodeInfo $1 $ (CFloatNType 128 False) }
896 | "_Float128x" {% withNodeInfo $1 $ (CFloatNType 128 True) }
897 | "__float128" {% withNodeInfo $1 $ (CFloatNType 128 False) }
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/src/Language/C/Syntax/
H A DAST.hs470 | CFloatNType Int Bool a -- ^ IEC 60227: width (32,64,128), extended flag constructor
1091 nodeInfo (CFloatNType _ _ d) = nodeInfo d
1114 fmap _f (CFloatNType n x a1) = CFloatNType n x (_f a1)
1135 annotation (CFloatNType _ _ n) = n
1154 amap f (CFloatNType n x a_1) = CFloatNType n x (f a_1)
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/src/Language/C/Analysis/
H A DExport.hs181 TyFloatN n x -> [CFloatNType n x ni]
H A DDeclAnalysis.hs464 go (CFloatNType n x _) tsa | (Just nts@(NumTypeSpec { base = NoBaseType })) <- getNTS tsa
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/src/Language/C/
H A DPretty.hs251 pretty (CFloatNType n x _) = text "_Float" <> text (show n) <>
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/dist/build/Language/C/Parser/
H A DParser.hs2975 ( withNodeInfo happy_var_1 $ (CFloatNType 32 False))})
2983 ( withNodeInfo happy_var_1 $ (CFloatNType 32 True))})
2991 ( withNodeInfo happy_var_1 $ (CFloatNType 64 False))})
2999 ( withNodeInfo happy_var_1 $ (CFloatNType 64 True))})
3007 ( withNodeInfo happy_var_1 $ (CFloatNType 128 False))})
3015 ( withNodeInfo happy_var_1 $ (CFloatNType 128 True))})
3023 ( withNodeInfo happy_var_1 $ (CFloatNType 128 False))})