Home
last modified time | relevance | path

Searched refs:isIgnore (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h299 bool isIgnore() const { return TheKind == Ignore; } in isIgnore() function
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c85983 int isIgnore /* If true, pretend pTab contains all NULL values */
86005 if( isIgnore==0 ){
86385 int isIgnore = 0;
86437 isIgnore = (rcauth==SQLITE_IGNORE);
86452 fkLookupParent(pParse, iDb, pTo, pIdx, pFKey, aiCol, regOld, -1,isIgnore);
86457 fkLookupParent(pParse, iDb, pTo, pIdx, pFKey, aiCol, regNew, +1,isIgnore);
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c130435 int isIgnore /* If true, pretend pTab contains all NULL values */
130464 if( isIgnore==0 ){