OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Tenum
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
astcodegen.d
55
alias
Tenum
= dmd.mtype.
Tenum
;
typinf.d
124
case
Tenum
:
230
case
Tenum
: return false;
astenums.d
175
Tenum
,
230
alias
Tenum
= TY.
Tenum
;
dstruct.d
178
case
Tenum
: break;
typesem.d
530
else if (t.ty ==
Tenum
)
801
tbx.ty ==
Tenum
&& !tbx.isTypeEnum().sym.members)
1414
(t.ty == Tstruct || t.ty == Tsarray || t.ty ==
Tenum
))
1418
tb2.ty ==
Tenum
&& !tb2.isTypeEnum().sym.memtype)
2241
case
Tenum
: return visitEnum(type.isTypeEnum());
2318
case
Tenum
:
2438
if (mt.ty == Tstruct || mt.ty == Tclass || mt.ty ==
Tenum
)
2777
case
Tenum
: return visitEnum (t.isTypeEnum());
4633
case
Tenum
: return visitEnum (mt.isTypeEnum());
4804
case
Tenum
: return visitEnum (mt.isTypeEnum())
[
all
...]
dscope.d
412
case
Tenum
:
objc.d
624
if (typeExp.type.ty !=
Tenum
)
impcnvtab.d
78
Tenum
,
mtype.h
58
Tenum
,
dcast.d
370
if (m == MATCH.nomatch && t.ty ==
Tenum
)
673
case
Tenum
:
2933
t1.ty ==
Tenum
&& t2.ty ==
Tenum
&&
2979
if (t.ty ==
Tenum
)
dmangle.d
185
Tenum
: 'E',
dtoh.d
358
case AST.
Tenum
:
2655
case AST.
Tenum
:
mtype.d
442
sizeTy[
Tenum
] = __traits(classInstanceSize, TypeEnum);
1678
if (tn && ty != Tfunction && tn.ty != Tfunction && ty !=
Tenum
)
2346
Type tn = ty ==
Tenum
? null : nextOf();
2615
if (t.ty ==
Tenum
&& !(cast(TypeEnum)t).sym.memtype)
2715
inout(TypeEnum) isTypeEnum() { return ty ==
Tenum
? cast(typeof(return))this : null; }
5981
super(
Tenum
);
hdrgen.d
1830
case
Tenum
:
3985
case
Tenum
: return visitEnum(cast(TypeEnum)t);
dtemplate.d
2336
while (t.ty !=
Tenum
)
4350
if (tparam && tparam.ty ==
Tenum
)
5018
case
Tenum
: return false;
expressionsem.d
4583
if (exp.e1.type.ty ==
Tenum
)
5619
if (e.targ.ty !=
Tenum
)
11673
if (t1.ty ==
Tenum
&& t2.ty ==
Tenum
&& !t1.equivalent(t2))
12613
else if (t1b.ty == Tpointer && exp.e1.type.ty !=
Tenum
&&
doc.d
1370
if (type.ty == Tclass || type.ty == Tstruct || type.ty ==
Tenum
)
statementsem.d
2181
if (ss.condition.type.ty ==
Tenum
)
/src/external/gpl3/gcc.old/dist/gcc/d/
imports.cc
156
if (type->ty == TY::
Tenum
)
typeinfo.cc
132
case TY::
Tenum
:
expr.cc
1908
if (e->e1->type->ty == TY::
Tenum
Completed in 63 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026