/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | aliasthis.c | 67 e = new TypeExp(loc, new TypeTypeof(loc, e)); in resolveAliasThis()
|
H A D | cond.c | 201 Type *ty = new TypeTypeof(loc, new TupleExp(loc, e)); in createTupleType() 314 Type *ety = new TypeTypeof(aloc, wrapAndCall(aloc, new CompoundStatement(aloc, s1))); in lowerNonArrayAggregate()
|
H A D | template.h | 29 class TypeTypeof; variable
|
H A D | mtype.h | 734 class TypeTypeof : public TypeQualified 740 TypeTypeof(Loc loc, Expression *exp);
|
H A D | visitor.h | 76 class TypeTypeof; variable 370 virtual void visit(TypeTypeof *t) { visit((TypeQualified *)t); } in visit()
|
H A D | mtype.c | 195 sizeTy[Ttypeof] = sizeof(TypeTypeof); in _init() 7285 TypeTypeof::TypeTypeof(Loc loc, Expression *exp) in TypeTypeof() function 7292 const char *TypeTypeof::kind() in kind() 7297 Type *TypeTypeof::syntaxCopy() in syntaxCopy() 7300 TypeTypeof *t = new TypeTypeof(loc, exp->syntaxCopy()); in syntaxCopy() 7306 Dsymbol *TypeTypeof::toDsymbol(Scope *sc) in toDsymbol() 7317 void TypeTypeof::resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps, bool intypei… in resolve() 7425 Type *TypeTypeof::semantic(Loc loc, Scope *sc) in semantic() 7443 d_uns64 TypeTypeof::size(Loc loc) in size()
|
H A D | traits.c | 423 virtual void visit(TypeTypeof *) { assert(0); } in pointerBitmap()
|
H A D | hdrgen.c | 1045 void visit(TypeTypeof *t) in visit()
|
H A D | parse.c | 1254 t = new TypeTypeof(loc, exp); in parseTypeof()
|
H A D | dtemplate.c | 4647 void visit(TypeTypeof *t) in reliesOnTident()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | mtype.h | 339 TypeTypeof *isTypeTypeof(); 738 class TypeTypeof : public TypeQualified 745 TypeTypeof *syntaxCopy();
|
H A D | aliasthis.d | 131 e = new TypeExp(loc, new TypeTypeof(loc, e));
|
H A D | cond.d | 257 auto ty = new TypeTypeof(loc, new TupleExp(loc, e)); in private() 370 Type ety = new TypeTypeof(aloc, wrapAndCall(aloc, new CompoundStatement(aloc, s1))); in lowerNonArrayAggregate()
|
H A D | visitor.h | 76 class TypeTypeof; variable 465 virtual void visit(TypeTypeof *t) { visit((TypeQualified *)t); } in visit()
|
H A D | parsetimevisitor.d | 172 void visit(AST.TypeTypeof t) { visit(cast(AST.TypeQualified)t); } in ParseTimeVisitor()
|
H A D | transitivevisitor.d | 448 override void visit(AST.TypeTypeof t) in ParseVisitMethods()
|
H A D | mtype.d | 441 sizeTy[Ttypeof] = __traits(classInstanceSize, TypeTypeof); 2712 …inout(TypeTypeof) isTypeTypeof() { return ty == Ttypeof ? cast(typeof(return))this : nu… in isTypeTypeof() 5529 extern (C++) final class TypeTypeof : TypeQualified 5545 override TypeTypeof syntaxCopy() in syntaxCopy() 5548 auto t = new TypeTypeof(loc, exp.syntaxCopy()); in syntaxCopy()
|
H A D | traits.d | 311 override void visit(TypeTypeof t) in visit()
|
H A D | hdrgen.d | 3876 void visitTypeof(TypeTypeof t) in typeToBufferx() 3983 case Ttypeof: return visitTypeof(cast(TypeTypeof)t); in typeToBufferx()
|
H A D | typesem.d | 1772 Type visitTypeof(TypeTypeof mtype) in typeSemantic() 3081 void visitTypeof(TypeTypeof mt) in visitTypeof()
|
H A D | dtoh.d | 1831 override void visit(AST.TypeTypeof t)
|
H A D | dtemplate.d | 4987 bool visitTypeof(TypeTypeof t) in reliesOnTemplateParameters()
|
H A D | parse.d | 2016 t = new AST.TypeTypeof(loc, exp); in parseTypeof()
|