HomeSort by: relevance | last modified time | path
    Searched refs:tnull (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
gcq.h 392 #define _GCQ_FOREACH(var, h, tnull, item, ptr) \
395 (tnull, false); (var)=(var)->ptr)
396 #define _GCQ_FOREACH_NVAR(var, nvar, h, tnull, item, ptr, ol, rem, ro) \
398 (ol, (nvar)=(nvar)->ptr, rem, item, true)) || (tnull, false); ro)
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.h 93 Tnull,
192 static Type *tnull; // for null type member in class:Type
mtype.d 399 extern (C++) __gshared Type tnull; // for null type
449 sizeTy[Tnull] = __traits(classInstanceSize, TypeNull);
660 else if (t1n.ty == Tnull)
667 if (t2bn.ty == Tnull || t2bn.ty == Tpointer || t2bn.ty == Tclass)
864 tnull = new TypeNull();
865 tnull.deco = tnull.merge().deco;
2719 inout(TypeNull) isTypeNull() { return ty == Tnull ? cast(typeof(return))this : null; }
6520 super(Tnull);
6547 if (tb.ty == Tnull || tb.ty == Tpointer || tb.ty == Tarray || tb.ty == Taarray || tb.ty == Tclass || tb.ty == Tdelega (…)
    [all...]
typesem.d 4807 case Tnull: return new NullExp(Loc.initial, Type.tnull);
expressionsem.d 496 if (t.ty == Tarray || t.ty == Tsarray || t.ty == Tnull || (t.isTypeBasic() && t.ty != Tvoid))
2960 e.type = Type.tnull;
7038 Expression e = new DelegateExp(exp.loc, new NullExp(exp.loc, Type.tnull), f, ve.hasOverloads);
7161 case Tnull:
12706 if (t1b.ty == Tarray || t1b.ty == Tsarray || t1b.ty == Taarray || t1b.ty == Tnull || (t1b.isTypeBasic() && t1b.ty != Tvoid))

Completed in 25 milliseconds