Home
last modified time | relevance | path

Searched refs:tnull (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/sys/
H A Dgcq.h392 #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 Dvgrindefs.src98 stjoin sub1 t times tnull tokno ttype:
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h192 static Type *tnull; // for null type variable
H A Dmtype.d399 extern (C++) __gshared Type tnull; // for null type
864 tnull = new TypeNull(); in _init()
865 tnull.deco = tnull.merge().deco; in _init()
H A Dtypesem.d4807 case Tnull: return new NullExp(Loc.initial, Type.tnull);
H A Dexpressionsem.d2960 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 Dmtype.h198 static Type *tnull; // for null type variable
H A Dmtype.c102 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 Dexpressionsem.c597 e->type = Type::tnull; in visit()
3769 …Expression *e = new DelegateExp(exp->loc, new NullExp(exp->loc, Type::tnull), f, ve->hasOverloads); in visit()