Home
last modified time | relevance | path

Searched refs:sLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3208 SourceLocation sLoc; in ParseObjCSelectorExpression() local
3222 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(sLoc); in ParseObjCSelectorExpression()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c68758 WalHashLoc sLoc; /* Hash table location */ local
68776 i = walHashGet(pWal, walFramePage(pWal->hdr.mxFrame), &sLoc);
68782 iLimit = pWal->hdr.mxFrame - sLoc.iZero;
68785 if( sLoc.aHash[i]>iLimit ){
68786 sLoc.aHash[i] = 0;
68793 nByte = (int)((char *)sLoc.aHash - (char *)&sLoc.aPgno[iLimit]);
68795 memset((void *)&sLoc.aPgno[iLimit], 0, nByte);
68805 for(iKey=walHash(sLoc.aPgno[j]);sLoc.aHash[iKey];iKey=walNextHash(iKey)){
68806 if( sLoc.aHash[iKey]==j+1 ) break;
68808 assert( sLoc.aHash[iKey]==j+1 );
[all …]