Searched refs:isSpecial (Results 1 – 16 of 16) sorted by relevance
151 bool isSpecial() const nothrow @nogc in isSpecial() function175 if (isSpecial()) in getDefaultValue()
52 bool isSpecial() const;
1493 if (ed.isSpecial())1974 if (ed.isSpecial())
408 if (te.sym.isSpecial()) in isFundamentalType()
674 if (tn.isTypeEnum().sym.isSpecial()) in implicitConvTo()
4873 if (ed.isSpecial()) in getMaxMinValue()
3390 if (ed.isSpecial()) in implicitConvTo()
2073 … if (!sym.isSpecial() && (!sym.memtype || !sym.members || !sym.symtab || sym._scope)) in visit()
58 bool isSpecial() const;
299 if (isSpecial()) in getMaxMinValue()373 bool EnumDeclaration::isSpecial() const in isSpecial() function394 if (isSpecial()) in getDefaultValue()
140 if (te->sym->isSpecial()) in isFundamentalType()
3627 if (ed->isSpecial()) in implicitConvTo()7610 if (sym->isSpecial()) in dotExp()
626 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
960 if (t->sym->isSpecial ()) in visit()
1909 && e->e1->type->isTypeEnum ()->sym->isSpecial ()) in visit()
20648 char isSpecial; /* 1: Infinity 2: NaN */ member31345 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 ){