Home
last modified time | relevance | path

Searched defs:Tenum (Results 1 – 16 of 16) sorted by relevance

/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk2hs-buildtools-0.13.8.0/callbackGen/
H A DHookGenerator.hs23 | Tenum constructor
141 identifier Tenum = ss "ENUM" function
168 rawtype Tenum = ss "Int" function
196 rawtype Tenum = ss "{#type gint#}" function
223 usertype Tenum (c:cs) = (sc c,cs) function
288 nameArg Tenum c = ss "enum".shows c function
317 marshExec Tenum arg _ body = body. ss " (toEnum ". arg. sc ')' function
348 marshRet Tenum body = indent 5. ss "liftM fromEnum $ ". body function
374 marshExec Tenum n = indent 4.ss "let enum".shows n. function
411 marshRet Tenum = ss "(toEnum.fromEnum)" function
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk2hs-buildtools-0.13.8.0/callbackGen/
H A DHookGenerator.hs23 | Tenum constructor
141 identifier Tenum = ss "ENUM" function
168 rawtype Tenum = ss "Int" function
196 rawtype Tenum = ss "{#type gint#}" function
223 usertype Tenum (c:cs) = (sc c,cs) function
288 nameArg Tenum c = ss "enum".shows c function
317 marshExec Tenum arg _ body = body. ss " (toEnum ". arg. sc ')' function
348 marshRet Tenum body = indent 5. ss "liftM fromEnum $ ". body function
374 marshExec Tenum n = indent 4.ss "let enum".shows n. function
411 marshRet Tenum = ss "(toEnum.fromEnum)" function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dastenums.d172 Tenum, enumerator
227 alias Tenum = TY.Tenum; variable
H A Dastcodegen.d55 alias Tenum = dmd.mtype.Tenum; member
H A Dmtype.h58 Tenum, enumerator
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dmtype.h58 Tenum, enumerator
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dmtype.h58 Tenum, enumerator
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dmtype.h58 Tenum, enumerator
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dmtype.h58 Tenum, enumerator
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dmtype.h58 Tenum, enumerator
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dmtype.h58 Tenum, enumerator
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dmtype.h59 Tenum, enumerator
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dmtype.h59 Tenum, enumerator
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dmtype.h59 Tenum, enumerator
/dports/audio/py-mutagen/mutagen-1.42.0/tests/
H A Dtest__util.py642 class Tenum(TestCase): class
/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/
H A Dtest_util.py1020 class Tenum(TestCase): class