Searched refs:isIgnore (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/CodeGen/ |
| D | CGFunctionInfo.h | 299 bool isIgnore() const { return TheKind == Ignore; } in isIgnore() function
|
| /freebsd-12-stable/crypto/heimdal/lib/sqlite/ |
| D | sqlite3.c | 85983 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/ |
| D | sqlite3.c | 130435 int isIgnore /* If true, pretend pTab contains all NULL values */ 130464 if( isIgnore==0 ){
|