Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dparse.c631 LinkSource(GNode *pgn, GNode *cgn, bool isSpecial) in LinkSource() argument
643 if (!isSpecial) in LinkSource()
656 LinkToTargets(GNode *gn, bool isSpecial) in LinkToTargets() argument
661 LinkSource(ln->datum, gn, isSpecial); in LinkToTargets()
742 ApplyDependencySourceWait(bool isSpecial) in ApplyDependencySourceWait() argument
753 LinkToTargets(gn, isSpecial); in ApplyDependencySourceWait()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h73 bool isSpecial() const { return isTypeOf(); } in isSpecial() function
H A DPatterns.cpp207 if (Op.getType().isSpecial()) { in diagnoseAllSpecialTypes()
/freebsd/contrib/sqlite3/
H A Dsqlite3.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 ){