Searched refs:isCreate (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp495 bool isCreate = (FD->getIdentifier() == ICreate); local
497 if (isCreate) {
514 << (isCreate ? "be garbage." : "overwrite adjacent storage.");
518 << (isCreate ? "lost." : "garbage.");
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c23923 int isCreate = (flags & SQLITE_OPEN_CREATE); local
23929 int isOpenJournal = (isCreate && (
23947 assert(isCreate==0 || isReadWrite);
23948 assert(isExclusive==0 || isCreate);
23949 assert(isDelete==0 || isCreate);
24002 }else if( isCreate ){
29525 int isCreate = (flags & SQLITE_OPEN_CREATE); local
34039 int isCreate = (flags & SQLITE_OPEN_CREATE); local
115137 fts3InitVtab( int isCreate, sqlite3 *db, void *pAux, int argc, const char * const *argv, sqlite3_vtab **ppVTab, char **pzErr ) argument
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c39887 int isCreate = (flags & SQLITE_OPEN_CREATE); local
47128 int isCreate = (flags & SQLITE_OPEN_CREATE); local
171175 fts3InitVtab( int isCreate, sqlite3 *db, void *pAux, int argc, const char * const *argv, sqlite3_vtab **ppVTab, char **pzErr ) argument
194840 getNodeSize( sqlite3 *db, Rtree *pRtree, int isCreate, char **pzErr ) argument
[all...]

Completed in 786 milliseconds