Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddenum.d151 bool isSpecial() const nothrow @nogc in isSpecial() function
175 if (isSpecial()) in getDefaultValue()
H A Denum.h52 bool isSpecial() const;
H A Ddtoh.d1493 if (ed.isSpecial())
1974 if (ed.isSpecial())
H A Dcppmangle.d408 if (te.sym.isSpecial()) in isFundamentalType()
H A Ddcast.d674 if (tn.isTypeEnum().sym.isSpecial()) in implicitConvTo()
H A Dtypesem.d4873 if (ed.isSpecial()) in getMaxMinValue()
H A Dmtype.d3390 if (ed.isSpecial()) in implicitConvTo()
H A Ddsymbolsem.d2073 … if (!sym.isSpecial() && (!sym.memtype || !sym.members || !sym.symtab || sym._scope)) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Denum.h58 bool isSpecial() const;
H A Ddenum.c299 if (isSpecial()) in getMaxMinValue()
373 bool EnumDeclaration::isSpecial() const in isSpecial() function
394 if (isSpecial()) in getDefaultValue()
H A Dcppmangle.c140 if (te->sym->isSpecial()) in isFundamentalType()
H A Dmtype.c3627 if (ed->isSpecial()) in implicitConvTo()
7610 if (sym->isSpecial()) in dotExp()
/netbsd-src/usr.bin/make/
H A Dparse.c626 LinkSource(GNode *pgn, GNode *cgn, bool isSpecial) in LinkSource()
638 if (!isSpecial) in LinkSource()
651 LinkToTargets(GNode *gn, bool isSpecial) in LinkToTargets()
656 LinkSource(ln->datum, gn, isSpecial); in LinkToTargets()
737 ApplyDependencySourceWait(bool isSpecial) in ApplyDependencySourceWait()
748 LinkToTargets(gn, isSpecial); in ApplyDependencySourceWait()
625 LinkSource(GNode * pgn,GNode * cgn,bool isSpecial) LinkSource() argument
650 LinkToTargets(GNode * gn,bool isSpecial) LinkToTargets() argument
736 ApplyDependencySourceWait(bool isSpecial) ApplyDependencySourceWait() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypes.cc960 if (t->sym->isSpecial ()) in visit()
H A Dexpr.cc1909 && e->e1->type->isTypeEnum ()->sym->isSpecial ()) in visit()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c20648 char isSpecial; /* 1: Infinity 2: NaN */ member
31345 if( s.isSpecial ){ in sqlite3_str_vappendf()
31346 if( s.isSpecial==2 ){ in sqlite3_str_vappendf()
35593 p->isSpecial = 0;
35613 p->isSpecial = 1 + (v!=0x7ff0000000000000LL);
130446 if( s.isSpecial==2 ){