Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3645 SourceLocation sLoc; in ParseObjCSelectorExpression() local
3659 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(sLoc); in ParseObjCSelectorExpression()
/src/contrib/sqlite3/
H A Dsqlite3.c67112 WalHashLoc sLoc; /* Hash table location */ local
67130 i = walHashGet(pWal, walFramePage(pWal->hdr.mxFrame), &sLoc);
67136 iLimit = pWal->hdr.mxFrame - sLoc.iZero;
67139 if( sLoc.aHash[i]>iLimit ){
67140 sLoc.aHash[i] = 0;
67147 nByte = (int)((char *)sLoc.aHash - (char *)&sLoc.aPgno[iLimit]);
67149 memset((void *)&sLoc.aPgno[iLimit], 0, nByte);
67159 for(iKey=walHash(sLoc.aPgno[j]);sLoc.aHash[iKey];iKey=walNextHash(iKey)){
67160 if( sLoc.aHash[iKey]==j+1 ) break;
67162 assert( sLoc.aHash[iKey]==j+1 );
[all …]