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

/netbsd-current/external/apache2/llvm/dist/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.");
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c44285 int isCreate = (flags & SQLITE_OPEN_CREATE); local
51356 int isCreate = (flags & SQLITE_OPEN_CREATE); local
185707 fts3InitVtab( int isCreate, sqlite3 *db, void *pAux, int argc, const char * const *argv, sqlite3_vtab **ppVTab, char **pzErr ) argument
212045 getNodeSize( sqlite3 *db, Rtree *pRtree, int isCreate, char **pzErr ) argument
[all...]

Completed in 773 milliseconds