Home
last modified time | relevance | path

Searched refs:Tenum (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk2hs-buildtools-0.13.8.0/callbackGen/
H A DHookGenerator.hs23 | Tenum constructor
98 scan ('E':'N':'U':'M':xs) = TokType Tenum:scan xs
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
224 usertype Tflags cs = usertype Tenum cs
260 marshType (Tenum:ts) (c:cs) = marshType ts cs
288 nameArg Tenum c = ss "enum".shows c function
374 marshExec Tenum n = indent 4.ss "let enum".shows n. function
[all …]
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk2hs-buildtools-0.13.8.0/callbackGen/
H A DHookGenerator.hs23 | Tenum constructor
98 scan ('E':'N':'U':'M':xs) = TokType Tenum:scan xs
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
224 usertype Tflags cs = usertype Tenum cs
260 marshType (Tenum:ts) (c:cs) = marshType ts cs
288 nameArg Tenum c = ss "enum".shows c function
374 marshExec Tenum n = indent 4.ss "let enum".shows n. function
[all …]
/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 Dtypesem.d526 else if (t.ty == Tenum) in stripDefaultArgs()
793 tbx.ty == Tenum && !(cast(TypeEnum)tbx).sym.members) in typeSemantic()
1398 (t.ty == Tstruct || t.ty == Tsarray || t.ty == Tenum)) in typeSemantic()
1402 tb2.ty == Tenum && !(cast(TypeEnum)tb2).sym.memtype) in typeSemantic()
2205 case Tenum: return visitEnum(cast(TypeEnum)type); in typeSemantic()
2284 case Tenum: in merge()
2404 if (mt.ty == Tstruct || mt.ty == Tclass || mt.ty == Tenum) in getProperty()
2743 case Tenum: return visitEnum (cast(TypeEnum)t); in getProperty()
4590 case Tenum: return visitEnum (cast(TypeEnum)mt); in dotExp()
4758 case Tenum: return visitEnum (cast(TypeEnum)mt); in defaultInit()
H A Ddstruct.d177 case Tenum: break; in semanticTypeInfo()
/dports/devel/cscout/cscout-bd7dfac/src/
H A Dtype2.h106 class Tenum: public QType_node {
110 Tenum(enum e_storage_class sc = c_unspecified, qualifiers_t q = q_none) :
112 Type clone() const { return Type(new Tenum(sclass.get_storage_class(), get_qualifiers()));} in clone()
H A Dtype.cpp356 return Type(new Tenum()); in enum_tag()
566 Tenum::print(ostream &o) const in print()
797 Tenum::merge(Tbasic *b) in merge()
823 return Type(new Tenum(c, q)); in merge()
/dports/lang/nim/nim-1.6.2/tests/casestmt/
H A Dtcasestmt.nim128 Tenum = enum eA, eB, eC
132 y: Tenum = eA
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/
H A Dimports.cc133 if (type->ty == TY::Tenum) in visit()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/
H A Dimports.cc133 if (type->ty == Tenum) in visit()
H A Dtypeinfo.cc130 case Tenum: in get_typeinfo_kind()
604 gcc_assert (d->tinfo->ty == Tenum); in visit()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/
H A Dimports.cc133 if (type->ty == Tenum) in visit()
H A Dtypeinfo.cc130 case Tenum: in get_typeinfo_kind()
621 gcc_assert (d->tinfo->ty == Tenum); in visit()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/
H A Dimports.cc133 if (type->ty == Tenum) in visit()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/
H A Dimports.cc133 if (type->ty == Tenum) in visit()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/
H A Dimports.cc133 if (type->ty == Tenum) in visit()
H A Dtypeinfo.cc130 case Tenum: in get_typeinfo_kind()
586 gcc_assert (d->tinfo->ty == Tenum); in visit()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/
H A Dimports.cc133 if (type->ty == Tenum) in visit()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/
H A Dimports.cc133 if (type->ty == Tenum) in visit()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/
H A Dimports.cc133 if (type->ty == Tenum) in visit()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/
H A Dimports.cc133 if (type->ty == Tenum) in visit()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dtypesem.c389 (tbx->ty == Tenum && !((TypeEnum *)tbx)->sym->members)) in typeSemantic()
844 (t->ty == Tstruct || t->ty == Tsarray || t->ty == Tenum)) in typeSemantic()
848 (tb2->ty == Tenum && !((TypeEnum *)tb2)->sym->memtype)) in typeSemantic()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dtypesem.c389 (tbx->ty == Tenum && !((TypeEnum *)tbx)->sym->members)) in typeSemantic()
844 (t->ty == Tstruct || t->ty == Tsarray || t->ty == Tenum)) in typeSemantic()
848 (tb2->ty == Tenum && !((TypeEnum *)tb2)->sym->memtype)) in typeSemantic()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dtypesem.c389 (tbx->ty == Tenum && !((TypeEnum *)tbx)->sym->members)) in typeSemantic()
844 (t->ty == Tstruct || t->ty == Tsarray || t->ty == Tenum)) in typeSemantic()
848 (tb2->ty == Tenum && !((TypeEnum *)tb2)->sym->memtype)) in typeSemantic()

12345678910