Searched refs:isSpecial (Results 1 – 4 of 4) sorted by relevance
600 LinkSource(GNode *pgn, GNode *cgn, bool isSpecial) in LinkSource() argument609 if (!isSpecial) in LinkSource()622 LinkToTargets(GNode *gn, bool isSpecial) in LinkToTargets() argument627 LinkSource(ln->datum, gn, isSpecial); in LinkToTargets()713 ApplyDependencySourceWait(bool isSpecial) in ApplyDependencySourceWait() argument724 LinkToTargets(gn, isSpecial); in ApplyDependencySourceWait()
73 bool isSpecial() const { return isTypeOf(); } in isSpecial() function
207 if (Op.getType().isSpecial()) { in diagnoseAllSpecialTypes()
20729 char isSpecial; /* 1: Infinity 2: NaN */ member31645 if( s.isSpecial ){ in sqlite3_str_vappendf()31646 if( s.isSpecial==2 ){ in sqlite3_str_vappendf()35941 p->isSpecial = 0; in sqlite3FpDecode()35961 p->isSpecial = 1 + (v!=0x7ff0000000000000LL); in sqlite3FpDecode()131199 if( s.isSpecial==2 ){