OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeMixin
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.h
347
TypeMixin
*isTypeMixin();
683
class
TypeMixin
: public Type
690
TypeMixin
*syntaxCopy();
visitor.h
86
class
TypeMixin
;
446
virtual void visit(
TypeMixin
*t) { visit((Type *)t); }
parsetimevisitor.d
153
void visit(AST.
TypeMixin
t) { visit(cast(AST.Type)t); }
transitivevisitor.d
480
override void visit(AST.
TypeMixin
t)
typesem.d
585
static Expression visitMixin(
TypeMixin
t)
2013
Type visitMixin(
TypeMixin
mtype)
2015
//printf("
TypeMixin
::semantic() %s\n", toChars());
2261
RootObject compileTypeMixin(
TypeMixin
tm, Loc loc, Scope* sc)
3294
void visitMixin(
TypeMixin
mt)
mtype.d
452
sizeTy[Tmixin] = __traits(classInstanceSize,
TypeMixin
);
2720
inout(
TypeMixin
) isTypeMixin() { return ty == Tmixin ? cast(typeof(return))this : null; }
5293
extern (C++) final class
TypeMixin
: Type
5311
override
TypeMixin
syntaxCopy()
5313
return new
TypeMixin
(loc, Expression.arraySyntaxCopy(exps));
hdrgen.d
3952
void visitMixin(
TypeMixin
t)
3991
case Tmixin: return visitMixin(cast(
TypeMixin
)t);
parse.d
3651
t = new AST.
TypeMixin
(loc, exps);
Completed in 29 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026