Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dc-index-getCursor-test.m24 - pMethod; method
50 [d pMethod];
84 // CHECK: [24:1 - 24:11] ObjCInstanceMethodDecl=pMethod:24:3
145 // CHECK: [50:2 - 50:3] ObjCMessageExpr=pMethod:24:3
147 // CHECK: [50:4 - 50:13] ObjCMessageExpr=pMethod:24:3
H A Dc-index-api-loadTU-test.m26 - pMethod; method
52 [d pMethod];
97 // CHECK: c-index-api-loadTU-test.m:26:3: ObjCInstanceMethodDecl=pMethod:26:3 Extent=[26:1 - 26:11]
138 // CHECK: c-index-api-loadTU-test.m:52:2: ObjCMessageExpr=pMethod:26:3 Extent=[52:2 - 52:13]
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c23593 sqlite3_io_methods const *pMethod; /* Always the first entry */ member
28942 pNew->pMethod = pLockingStyle;
30246 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
30297 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK);
30300 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
30423 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, EXCLUSIVE_LOCK);
30471 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK);
30516 if( pCtx->lockProxy->pMethod == &afpIoMethods ){
30522 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
30546 rc = conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
[all …]