Home
last modified time | relevance | path

Searched refs:CTokLabel (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.hs114 | CTokLabel !Position -- `__label__' constructor
228 posOf (CTokLabel pos ) = pos
323 showsPrec _ (CTokLabel _ ) = showString "__label__"
H A DCLexer.x301 idkwtok ('_':'_':'l':'a':'b':'e':'l':'_':'_':[]) = tok CTokLabel
H A DCParser.y201 "__label__" { CTokLabel _ }
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/c/
H A DCTokens.hs114 | CTokLabel !Position -- `__label__' constructor
228 posOf (CTokLabel pos ) = pos
323 showsPrec _ (CTokLabel _ ) = showString "__label__"
H A DCLexer.x301 idkwtok ('_':'_':'l':'a':'b':'e':'l':'_':'_':[]) = tok CTokLabel
H A DCParser.y201 "__label__" { CTokLabel _ }
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/src/Language/C/Parser/
H A DTokens.hs106 | CTokLabel !PosLength -- `__label__ constructor
243 posLenOfTok (CTokLabel pos ) = pos
356 showsPrec _ (CTokLabel _ ) = showString "__label__"
H A DLexer.x380 idkwtok ('_' : '_' : 'l' : 'a' : 'b' : 'e' : 'l' : '_' : '_' : []) = tok 9 CTokLabel
H A DParser.y219 "__label__" { CTokLabel _ }
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/dist/build/Language/C/Parser/
H A DLexer.hs680 idkwtok ('_' : '_' : 'l' : 'a' : 'b' : 'e' : 'l' : '_' : '_' : []) = tok 9 CTokLabel
H A DParser.hs6724 CTokLabel _ -> cont 81#;