Searched refs:isWild (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypinf.d66 else if (t.isWild())
H A Dmtype.d1080 final bool isWild() const nothrow pure @nogc @safe
1182 if (isWild())
1189 if (isWild())
1196 else if (isWild())
1271 if (isWild())
1720 if (t.isWild())
1739 if (t.isWild())
1746 if (t.isWild())
1752 if ((stc & STC.wild) && !t.isWild())
1844 if (isWild())
[all...]
H A Dmtype.h259 bool isWild() const { return (mod & MODwild) != 0; } function in class:Type
H A Ddeclaration.h139 bool isWild() const { return (storage_class & STCwild) != 0; } function in class:Declaration
H A Ddsymbolsem.d689 else if (dsym.type.isWild())
799 bool isWild = false;
804 isWild = true;
808 if (!isWild)
3208 if (funcdecl.type.isWild())
H A Ddeclaration.d469 final bool isWild() const pure nothrow @nogc @safe
H A Descape.d2293 if (p.type.isWild())
H A Ddoc.d1268 if (d.isWild())
1281 !d.isImmutable() && !(d.storage_class & STC.shared_) && !d.isWild() && !d.isConst() &&
H A Ddtemplate.d2684 tf.isWild() && tf.isShared() == tthis_fd.isShared() ||
2988 tf.isWild() && tf.isShared() == tthis_fd.isShared() ||
3772 if (wm && t.ty == Taarray && tparam.isWild())
H A Dexpressionsem.d1936 else if (tf.isWild())
2427 // wildmatch, tf.isWild(), fd.isReturnIsolated());
2433 if (tf.isWild() && !fd.isReturnIsolated())
5593 if (!e.targ.isWild())
H A Dtypesem.d1613 if (tf.isWild())
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c411 if (isWild())
418 if (isWild())
425 else if (isWild())
500 if (isWild())
921 if (t->isWild())
940 if (t->isWild())
947 if (t->isWild())
953 if ((stc & STCwild) && !t->isWild())
1061 if (isWild())
1068 if (isWild())
[all...]
H A Ddeclaration.c1189 else if (type->isWild())
1297 bool isWild = false; local
1302 isWild = true;
1306 if (!isWild)
H A Ddeclaration.h146 bool isWild() { return (storage_class & STCwild) != 0; } function in class:Declaration
H A Dmtype.h272 bool isWild() const { return (mod & MODwild) != 0; } function in class:Type
H A Dexpression.c1417 if (tthis && tf->isWild() && !isCtorCall)
1424 else if (t->isWild())
1602 else if (tf->isWild())
1965 // wildmatch, tf->isWild(), fd->isolateReturn());
1971 if (tf->isWild() && !fd->isolateReturn())
H A Ddtemplate.c2207 (tf->isWild() && tf->isShared() == tthis_fd->isShared()) ||
2470 (tf->isWild() && tf->isShared() == tthis_fd->isShared()) ||
3421 if (wm && t->ty == Taarray && tparam->isWild())
H A Dfunc.c635 if (type->isWild())
H A Dexpressionsem.c1986 if (!e->targ->isWild())
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc108 else if (type->isWild ())
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc109 else if (type->isWild ())

Completed in 337 milliseconds