OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeEnum
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
denum.d
50
Type type; // the
TypeEnum
65
type = new
TypeEnum
(this);
argtypes.c
470
void visit(
TypeEnum
*t)
mtype.h
342
TypeEnum
*isTypeEnum();
804
class
TypeEnum
: public Type
810
TypeEnum
*syntaxCopy();
dscope.d
413
sds = (cast(
TypeEnum
)t).sym;
objc.d
627
auto
typeEnum
= cast(
TypeEnum
) typeExp.type;
629
if (isCoreUda(
typeEnum
.sym, Id.udaOptional))
visitor.h
79
class
TypeEnum
;
439
virtual void visit(
TypeEnum
*t) { visit((Type *)t); }
mtype.d
442
sizeTy[Tenum] = __traits(classInstanceSize,
TypeEnum
);
2184
TypeEnum
te;
2615
if (t.ty == Tenum && !(cast(
TypeEnum
)t).sym.memtype)
2715
inout(
TypeEnum
) isTypeEnum() { return ty == Tenum ? cast(typeof(return))this : null; }
5975
extern (C++) final class
TypeEnum
: Type
5990
override
TypeEnum
syntaxCopy()
6085
//printf("
TypeEnum
::implicitConvTo() %s to %s\n", toChars(), to.toChars());
6086
if (ty == to.ty && sym == (cast(
TypeEnum
)to).sym)
6099
if (ty == to.ty && sym == (cast(
TypeEnum
)to).sym && MODimplicitConv(mod, to.mod))
typesem.d
532
//
TypeEnum
::nextOf() may be != NULL, but it's not necessary here.
1933
Type visitEnum(
TypeEnum
mtype)
1935
//printf("
TypeEnum
::semantic() %s\n", toChars());
2080
mtype.resolved = visitEnum(new
TypeEnum
(ed));
2714
Expression visitEnum(
TypeEnum
mt)
4121
Expression visitEnum(
TypeEnum
mt)
4125
printf("
TypeEnum
::dotExp(e = '%s', ident = '%s') '%s'\n", e.toChars(), ident.toChars(), mt.toChars());
4749
Expression visitEnum(
TypeEnum
mt)
4753
printf("
TypeEnum
::defaultInit() '%s'\n", mt.toChars());
dmangle.d
412
override void visit(
TypeEnum
t)
hdrgen.d
1832
TypeEnum
te = cast(
TypeEnum
)t;
3890
void visitEnum(
TypeEnum
t)
3985
case Tenum: return visitEnum(cast(
TypeEnum
)t);
parsetimevisitor.d
146
void visit(AST.
TypeEnum
t) { visit(cast(AST.Type)t); }
dtoh.d
2019
override void visit(AST.
TypeEnum
t)
2656
auto te = cast(AST.
TypeEnum
)t;
3232
/// if `t` is either `TypeClass`, `TypeStruct` or `
TypeEnum
`
cppmangle.d
1425
* t = TypeStruct or
TypeEnum
1898
override void visit(
TypeEnum
t)
traits.d
321
override void visit(
TypeEnum
t)
statementsem.d
2177
TypeEnum
te = null;
2182
te = cast(
TypeEnum
)ss.condition.type;
dtemplate.d
4347
override void visit(
TypeEnum
t)
4352
TypeEnum
tp = cast(
TypeEnum
)tparam;
expressionsem.d
5622
tded = (cast(
TypeEnum
)e.targ).sym.getMemtype(e.loc);
/src/external/gpl3/gcc.old/dist/gcc/d/
types.cc
955
void visit (
TypeEnum
*t)
typeinfo.cc
643
TypeEnum
*ti = d->tinfo->isTypeEnum ();
decl.cc
714
TypeEnum
*tc = d->type->isTypeEnum ();
Completed in 252 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026