Home
last modified time | relevance | path

Searched refs:TypeBasic (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h32 class TypeBasic; variable
325 virtual TypeBasic *isTypeBasic();
389 class TypeBasic : public Type
396 TypeBasic *syntaxCopy();
410 TypeBasic *isTypeBasic();
431 TypeBasic *elementType();
H A Diasmgcc.d387 import dmd.mtype : TypeBasic;
403 scope tint32 = new TypeBasic(ASTCodegen.Tint32);
H A Dlambdacomp.d387 override void visit(TypeBasic t) in visit()
H A Dmtype.d431 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 Dvisitor.h63 class TypeBasic; variable
434 virtual void visit(TypeBasic *t) { visit((Type *)t); } in visit()
H A Dtypesem.d2476 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 Dparsetimevisitor.d141 void visit(AST.TypeBasic t) { visit(cast(AST.Type)t); } in ParseTimeVisitor()
H A Dtraits.d228 override void visit(TypeBasic t) in visit()
H A Dcppmangle.d1665 override void visit(TypeBasic t) in visit()
H A Ddcast.d375 TypeBasic tb = tv.elementType(); in implicitConvTo()
678 if (TypeBasic tob = tn.toBasetype().isTypeBasic()) in implicitConvTo()
H A Dhdrgen.d3750 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 Dmtype.h33 class TypeBasic; variable
346 virtual TypeBasic *isTypeBasic();
388 class TypeBasic : public Type
394 TypeBasic(TY ty);
413 TypeBasic *isTypeBasic();
439 TypeBasic *elementType();
H A Dmtype.c185 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 Dargtypes.c62 void visit(TypeBasic *t) in toArgTypes()
H A Dvisitor.h63 class TypeBasic; variable
357 virtual void visit(TypeBasic *t) { visit((Type *)t); } in visit()
H A Dcppmangle.c800 void visit(TypeBasic *t) in visit()
H A Ddstruct.c78 void visit(TypeBasic *) { } in semanticTypeInfo()
H A Dtraits.c388 virtual void visit(TypeBasic *t) in pointerBitmap()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypes.cc565 void visit (TypeBasic *t) in visit()
H A Dexpr.cc2602 tnext = (TypeBasic *) Type::tfloat32; in visit()
2606 tnext = (TypeBasic *) Type::tfloat64; in visit()
2610 tnext = (TypeBasic *) Type::tfloat80; in visit()
H A Dtypeinfo.cc1710 void visit (TypeBasic *) in visit() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc2539 tnext = (TypeBasic *) Type::tfloat32; in visit()
2543 tnext = (TypeBasic *) Type::tfloat64; in visit()
2547 tnext = (TypeBasic *) Type::tfloat80; in visit()
H A Dtypes.cc698 void visit (TypeBasic *t) in visit()
H A Dtypeinfo.cc1747 void visit (TypeBasic *) in visit() argument
H A DChangeLog-2021370 (TypeVisitor::visit(TypeBasic *)): Likewise.

12