Searched refs:tnull (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sys/sys/ |
| H A D | gcq.h | 392 #define _GCQ_FOREACH(var, h, tnull, item, ptr) \ argument 395 (tnull, false); (var)=(var)->ptr) 396 #define _GCQ_FOREACH_NVAR(var, nvar, h, tnull, item, ptr, ol, rem, ro) \ argument 398 (ol, (nvar)=(nvar)->ptr, rem, item, true)) || (tnull, false); ro)
|
| /netbsd-src/usr.bin/vgrind/ |
| H A D | vgrindefs.src | 98 stjoin sub1 t times tnull tokno ttype:
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | mtype.h | 192 static Type *tnull; // for null type variable
|
| H A D | mtype.d | 399 extern (C++) __gshared Type tnull; // for null type 864 tnull = new TypeNull(); in _init() 865 tnull.deco = tnull.merge().deco; in _init()
|
| H A D | typesem.d | 4807 case Tnull: return new NullExp(Loc.initial, Type.tnull);
|
| H A D | expressionsem.d | 2960 e.type = Type.tnull; in visit() 7038 … Expression e = new DelegateExp(exp.loc, new NullExp(exp.loc, Type.tnull), f, ve.hasOverloads); in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | mtype.h | 198 static Type *tnull; // for null type variable
|
| H A D | mtype.c | 102 Type *Type::tnull; 257 tnull = basic[Tnull]; in _init() 258 tnull = new TypeNull(); in _init() 259 tnull->deco = tnull->merge()->deco; in _init() 9321 return new NullExp(Loc(), Type::tnull); in defaultInit()
|
| H A D | expressionsem.c | 597 e->type = Type::tnull; in visit() 3769 …Expression *e = new DelegateExp(exp->loc, new NullExp(exp->loc, Type::tnull), f, ve->hasOverloads); in visit()
|