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()
73 bool isSpecial() const { return isTypeOf(); } in isSpecial() function
207 if (Op.getType().isSpecial()) { in diagnoseAllSpecialTypes()
21195 char isSpecial; /* 1: Infinity 2: NaN */ member32159 if( s.isSpecial ){ in sqlite3_str_vappendf()32160 if( s.isSpecial==2 ){ in sqlite3_str_vappendf()36534 p->isSpecial = 0; in sqlite3FpDecode()36555 p->isSpecial = 1 + (v!=0x7ff0000000000000LL); in sqlite3FpDecode()133047 if( s.isSpecial==2 ){