Searched refs:isSpecial (Results 1 – 4 of 4) sorted by relevance
631 LinkSource(GNode *pgn, GNode *cgn, bool isSpecial) in LinkSource() argument643 if (!isSpecial) in LinkSource()656 LinkToTargets(GNode *gn, bool isSpecial) in LinkToTargets() argument661 LinkSource(ln->datum, gn, isSpecial); in LinkToTargets()742 ApplyDependencySourceWait(bool isSpecial) in ApplyDependencySourceWait() argument753 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 ){