Searched refs:isSpecial (Results 1 – 4 of 4) sorted by relevance
686 LinkSource(GNode *pgn, GNode *cgn, bool isSpecial) in LinkSource() argument698 if (!isSpecial) in LinkSource()711 LinkToTargets(GNode *gn, bool isSpecial) in LinkToTargets() argument716 LinkSource(ln->datum, gn, isSpecial); in LinkToTargets()797 ApplyDependencySourceWait(bool isSpecial) in ApplyDependencySourceWait() argument808 LinkToTargets(gn, isSpecial); in ApplyDependencySourceWait()
88 bool isSpecial() const { return isTypeOf() || isVariadicPack(); } in isSpecial() function
245 if (Op.getType().isSpecial()) { in diagnoseAllSpecialTypes()
21841 char isSpecial; /* 1: Infinity 2: NaN */ member32904 if( s.isSpecial ){ in sqlite3_str_vappendf()32905 if( s.isSpecial==2 ){ in sqlite3_str_vappendf()37751 p->isSpecial = 0; in sqlite3FpDecode()37771 p->isSpecial = 1 + (v!=0x7ff0000000000000LL); in sqlite3FpDecode()136884 if( s.isSpecial==2 ){