Searched refs:isSpecial (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Denum.h52 bool isSpecial() const;
H A Ddenum.d151 bool isSpecial() const nothrow @nogc
175 if (isSpecial())
H A Ddtoh.d1489 if (ed.isSpecial())
1963 if (ed.isSpecial())
H A Dcppmangle.d408 if (te.sym.isSpecial())
H A Ddcast.d674 if (tn.isTypeEnum().sym.isSpecial())
H A Dtypesem.d4873 if (ed.isSpecial())
H A Ddsymbolsem.d2081 if (!sym.isSpecial() && (!sym.memtype || !sym.members || !sym.symtab || sym._scope))
H A Dmtype.d3390 if (ed.isSpecial())
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Denum.h58 bool isSpecial() const;
H A Ddenum.c299 if (isSpecial())
373 bool EnumDeclaration::isSpecial() const function in class:EnumDeclaration
394 if (isSpecial())
H A Dcppmangle.c140 if (te->sym->isSpecial())
H A Dmtype.c3627 if (ed->isSpecial())
7610 if (sym->isSpecial())
/netbsd-current/usr.bin/make/
H A Dparse.c623 LinkSource(GNode *pgn, GNode *cgn, bool isSpecial) argument
635 if (!isSpecial)
648 LinkToTargets(GNode *gn, bool isSpecial) argument
653 LinkSource(ln->datum, gn, isSpecial);
734 ApplyDependencySourceWait(bool isSpecial) argument
745 LinkToTargets(gn, isSpecial);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dtypes.cc960 if (t->sym->isSpecial ())
H A Dexpr.cc1913 && e->e1->type->isTypeEnum ()->sym->isSpecial ())
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c20648 char isSpecial; /* 1: Infinity 2: NaN */ member in struct:FpDecode
[all...]

Completed in 714 milliseconds