Home
last modified time | relevance | path

Searched refs:CTokThread (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.hs130 | CTokThread !Position -- `__thread' constructor
240 posOf (CTokThread pos ) = pos
335 showsPrec _ (CTokThread _ ) = showString "__thread"
H A DCLexer.x293 idkwtok ('_':'_':'t':'h':'r':'e':'a':'d':[]) = tok CTokThread
H A DCParser.y213 "__thread" { CTokThread _ }
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/c/
H A DCTokens.hs130 | CTokThread !Position -- `__thread' constructor
240 posOf (CTokThread pos ) = pos
335 showsPrec _ (CTokThread _ ) = showString "__thread"
H A DCLexer.x293 idkwtok ('_':'_':'t':'h':'r':'e':'a':'d':[]) = tok CTokThread
H A DCParser.y213 "__thread" { CTokThread _ }
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/src/Language/C/Parser/
H A DTokens.hs126 | CTokThread !PosLength -- `__thread' constructor
259 posLenOfTok (CTokThread pos ) = pos
372 showsPrec _ (CTokThread _ ) = showString "_Thread_local"
H A DLexer.x338 …' : 'T' : 'h' : 'r' : 'e' : 'a' : 'd' : '_' : 'l' : 'o' : 'c' : 'a' : 'l' : []) = tok 13 CTokThread
399 idkwtok ('_' : '_' : 't' : 'h' : 'r' : 'e' : 'a' : 'd' : []) = tok 8 CTokThread
H A DParser.y235 "__thread" { CTokThread _ }
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/dist/build/Language/C/Parser/
H A DLexer.hs638 …' : 'T' : 'h' : 'r' : 'e' : 'a' : 'd' : '_' : 'l' : 'o' : 'c' : 'a' : 'l' : []) = tok 13 CTokThread
699 idkwtok ('_' : '_' : 't' : 'h' : 'r' : 'e' : 'a' : 'd' : []) = tok 8 CTokThread
H A DParser.hs6740 CTokThread _ -> cont 97#;