Home
last modified time | relevance | path

Searched refs:TypeNull (Results 1 – 23 of 23) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h346 TypeNull *isTypeNull();
893 class TypeNull : public Type
898 TypeNull *syntaxCopy();
H A Dvisitor.h83 class TypeNull; variable
436 virtual void visit(TypeNull *t) { visit((Type *)t); } in visit()
H A Ddmangle.c316 void visit(TypeNull *t) in visit()
H A Dmtype.c203 sizeTy[Tnull] = sizeof(TypeNull); in _init()
258 tnull = new TypeNull(); in _init()
9270 TypeNull::TypeNull() in TypeNull() function
9275 const char *TypeNull::kind() in kind()
9280 Type *TypeNull::syntaxCopy() in syntaxCopy()
9286 MATCH TypeNull::implicitConvTo(Type *to) in implicitConvTo()
9309 bool TypeNull::isBoolean() in isBoolean()
9314 d_uns64 TypeNull::size(Loc loc) in size()
9319 Expression *TypeNull::defaultInit(Loc) in defaultInit()
H A Dcppmangle.c792 void visit(TypeNull *t) in visit()
H A Dparsetimevisitor.d143 void visit(AST.TypeNull t) { visit(cast(AST.Type)t); } in ParseTimeVisitor()
H A Ddmangle.d443 override void visit(TypeNull t) in visit()
H A Dmtype.d449 sizeTy[Tnull] = __traits(classInstanceSize, TypeNull);
864 tnull = new TypeNull(); in _init()
2719 …inout(TypeNull) isTypeNull() { return ty == Tnull ? cast(typeof(return))this : nu… in isTypeNull()
6515 extern (C++) final class TypeNull : Type
6528 override TypeNull syntaxCopy() in syntaxCopy()
H A Dtraits.c428 virtual void visit(TypeNull *) { } // always a null pointer in pointerBitmap()
H A Dcppmangle.d1649 override void visit(TypeNull t) in visit()
H A Dtraits.d336 override void visit(TypeNull t) in visit()
H A Dhdrgen.d3947 void visitNull(TypeNull t) in typeToBufferx()
3990 case Tnull: return visitNull(cast(TypeNull)t); in typeToBufferx()
H A Ddtoh.d1809 override void visit(AST.TypeNull t)
H A Dhdrgen.c1102 void visit(TypeNull *) in visit() argument
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h909 class TypeNull : public Type
912 TypeNull();
H A Dvisitor.h83 class TypeNull; variable
377 virtual void visit(TypeNull *t) { visit((Type *)t); } in visit()
H A Ddmangle.c316 void visit(TypeNull *t) in visit()
H A Dmtype.c203 sizeTy[Tnull] = sizeof(TypeNull); in _init()
258 tnull = new TypeNull(); in _init()
9270 TypeNull::TypeNull() in TypeNull() function
9275 const char *TypeNull::kind() in kind()
9280 Type *TypeNull::syntaxCopy() in syntaxCopy()
9286 MATCH TypeNull::implicitConvTo(Type *to) in implicitConvTo()
9309 bool TypeNull::isBoolean() in isBoolean()
9314 d_uns64 TypeNull::size(Loc loc) in size()
9319 Expression *TypeNull::defaultInit(Loc) in defaultInit()
H A Dcppmangle.c792 void visit(TypeNull *t) in visit()
H A Dtraits.c428 virtual void visit(TypeNull *) { } // always a null pointer in pointerBitmap()
H A Dhdrgen.c1102 void visit(TypeNull *) in visit() argument
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypes.cc557 void visit (TypeNull *t) in visit()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dtypes.cc683 void visit (TypeNull *t) in visit()