Home
last modified time | relevance | path

Searched refs:CTokDec (Results 1 – 11 of 11) sorted by relevance

/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/c/
H A DCTokens.hs46 | CTokDec !Position -- `--' constructor
167 posOf (CTokDec pos ) = pos
264 showsPrec _ (CTokDec _ ) = showString "--"
H A DCLexer.x192 "--" { token_ CTokDec }
H A DCParser.y140 "--" { CTokDec _ }
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/c/
H A DCTokens.hs46 | CTokDec !Position -- `--' constructor
167 posOf (CTokDec pos ) = pos
264 showsPrec _ (CTokDec _ ) = showString "--"
H A DCLexer.x192 "--" { token_ CTokDec }
H A DCParser.y140 "--" { CTokDec _ }
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/src/Language/C/Parser/
H A DTokens.hs34 | CTokDec !PosLength -- `--' constructor
178 posLenOfTok (CTokDec pos ) = pos
290 showsPrec _ (CTokDec _ ) = showString "--"
H A DLexer.x224 "--" { token_ 2 CTokDec }
H A DParser.y148 "--" { CTokDec _ }
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/dist/build/Language/C/Parser/
H A DLexer.hs930 alex_action_31 = token_ 2 CTokDec
H A DParser.hs6653 CTokDec _ -> cont 10#;