Home
last modified time | relevance | path

Searched refs:isSpecial (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/bmake/
HDparse.c600 LinkSource(GNode *pgn, GNode *cgn, bool isSpecial) in LinkSource() argument
609 if (!isSpecial) in LinkSource()
622 LinkToTargets(GNode *gn, bool isSpecial) in LinkToTargets() argument
627 LinkSource(ln->datum, gn, isSpecial); in LinkToTargets()
713 ApplyDependencySourceWait(bool isSpecial) in ApplyDependencySourceWait() argument
724 LinkToTargets(gn, isSpecial); in ApplyDependencySourceWait()
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
HDPatterns.h73 bool isSpecial() const { return isTypeOf(); } in isSpecial() function
HDPatterns.cpp207 if (Op.getType().isSpecial()) { in diagnoseAllSpecialTypes()
/freebsd-13-stable/contrib/sqlite3/
HDsqlite3.c20729 char isSpecial; /* 1: Infinity 2: NaN */ member
31645 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 ){