/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | mtype.h | 32 class TypeBasic; variable 325 virtual TypeBasic *isTypeBasic(); 389 class TypeBasic : public Type 396 TypeBasic *syntaxCopy(); 410 TypeBasic *isTypeBasic(); 431 TypeBasic *elementType();
|
H A D | iasmgcc.d | 387 import dmd.mtype : TypeBasic; 403 scope tint32 = new TypeBasic(ASTCodegen.Tint32);
|
H A D | lambdacomp.d | 387 override void visit(TypeBasic t) in visit()
|
H A D | mtype.d | 431 ubyte[TMAX] sizeTy = __traits(classInstanceSize, TypeBasic); 823 Type t = new TypeBasic(basetab[i]); in _init() 2662 TypeBasic isTypeBasic() in isTypeBasic() 3090 extern (C++) final class TypeBasic : Type 3234 override TypeBasic syntaxCopy() in syntaxCopy() 3381 TypeBasic tob; in implicitConvTo() 3473 override TypeBasic isTypeBasic() in isTypeBasic() 3585 TypeBasic elementType() in elementType() 3589 TypeBasic tb = t.nextOf().isTypeBasic(); in elementType()
|
H A D | visitor.h | 63 class TypeBasic; variable 434 virtual void visit(TypeBasic *t) { visit((Type *)t); } in visit()
|
H A D | typesem.d | 2476 Expression visitBasic(TypeBasic mt) in getProperty() 2772 visitBasic(cast(TypeBasic)t) : in getProperty() 3435 Expression visitBasic(TypeBasic mt) in dotExp() 4642 ? visitBasic(cast(TypeBasic)mt) in dotExp() 4660 Expression visitBasic(TypeBasic mt) in visitBasic() 4820 visitBasic(cast(TypeBasic)mt) :
|
H A D | parsetimevisitor.d | 141 void visit(AST.TypeBasic t) { visit(cast(AST.Type)t); } in ParseTimeVisitor()
|
H A D | traits.d | 228 override void visit(TypeBasic t) in visit()
|
H A D | cppmangle.d | 1665 override void visit(TypeBasic t) in visit()
|
H A D | dcast.d | 375 TypeBasic tb = tv.elementType(); in implicitConvTo() 678 if (TypeBasic tob = tn.toBasetype().isTypeBasic()) in implicitConvTo()
|
H A D | hdrgen.d | 3750 void visitBasic(TypeBasic t) in typeToBufferx() 3968 visitBasic(cast(TypeBasic)t) : in typeToBufferx()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | mtype.h | 33 class TypeBasic; variable 346 virtual TypeBasic *isTypeBasic(); 388 class TypeBasic : public Type 394 TypeBasic(TY ty); 413 TypeBasic *isTypeBasic(); 439 TypeBasic *elementType();
|
H A D | mtype.c | 185 sizeTy[i] = sizeof(TypeBasic); in _init() 221 Type *t = new TypeBasic(basetab[i]); in _init() 2342 TypeBasic *Type::isTypeBasic() in isTypeBasic() 2904 TypeBasic::TypeBasic(TY ty) in TypeBasic() function 3014 const char *TypeBasic::kind() in kind() 3019 Type *TypeBasic::syntaxCopy() in syntaxCopy() 3025 d_uns64 TypeBasic::size(Loc) in size() 3075 unsigned TypeBasic::alignsize() in alignsize() 3081 Expression *TypeBasic::getProperty(Loc loc, Identifier *ident, int flag) in getProperty() 3426 Expression *TypeBasic::dotExp(Scope *sc, Expression *e, Identifier *ident, int flag) in dotExp() [all …]
|
H A D | argtypes.c | 62 void visit(TypeBasic *t) in toArgTypes()
|
H A D | visitor.h | 63 class TypeBasic; variable 357 virtual void visit(TypeBasic *t) { visit((Type *)t); } in visit()
|
H A D | cppmangle.c | 800 void visit(TypeBasic *t) in visit()
|
H A D | dstruct.c | 78 void visit(TypeBasic *) { } in semanticTypeInfo()
|
H A D | traits.c | 388 virtual void visit(TypeBasic *t) in pointerBitmap()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | types.cc | 565 void visit (TypeBasic *t) in visit()
|
H A D | expr.cc | 2602 tnext = (TypeBasic *) Type::tfloat32; in visit() 2606 tnext = (TypeBasic *) Type::tfloat64; in visit() 2610 tnext = (TypeBasic *) Type::tfloat80; in visit()
|
H A D | typeinfo.cc | 1710 void visit (TypeBasic *) in visit() argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | expr.cc | 2539 tnext = (TypeBasic *) Type::tfloat32; in visit() 2543 tnext = (TypeBasic *) Type::tfloat64; in visit() 2547 tnext = (TypeBasic *) Type::tfloat80; in visit()
|
H A D | types.cc | 698 void visit (TypeBasic *t) in visit()
|
H A D | typeinfo.cc | 1747 void visit (TypeBasic *) in visit() argument
|
H A D | ChangeLog-2021 | 370 (TypeVisitor::visit(TypeBasic *)): Likewise.
|