Home
last modified time | relevance | path

Searched refs:TK_DOT (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/sksl/
DSkSLLexer.h63 TK_DOT, enumerator
DSkSLDSLParser.cpp1546 case Token::Kind::TK_DOT: in postfixExpression()
1643 case Token::Kind::TK_DOT: { in suffix()
/third_party/sqlite/src/
Dsqlite3.c13718 #define TK_DOT 140 macro
30881 case TK_DOT: zBinOp = "DOT"; break;
100862 case TK_DOT: {
100883 assert( pRight->op==TK_DOT );
104258 case TK_DOT:
104261 testcase( pExpr->op==TK_DOT );
124266 sqlite3PExpr(pParse, TK_DOT,
124280 sqlite3PExpr(pParse, TK_DOT,
124283 sqlite3PExpr(pParse, TK_DOT,
124293 pNew = sqlite3PExpr(pParse, TK_DOT,
[all …]
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch91646 -#define TK_DOT 130
91716 +#define TK_DOT 131
103774 while( ALWAYS(pColExpr!=0) && pColExpr->op==TK_DOT ){
104563 pExpr = sqlite3PExpr(pParse, TK_DOT, pLeft, pRight);
104566 pExpr = sqlite3PExpr(pParse, TK_DOT, pLeft, pExpr);
109221 -#define TK_DOT 130
109291 +#define TK_DOT 131
112893 Expr *pDot = sqlite3PExpr(pParse, TK_DOT, pLeft, pRight);
113326 - yylhsminor.yy454 = sqlite3PExpr(pParse, TK_DOT, temp1, temp2);
113329 + yylhsminor.yy122 = sqlite3PExpr(pParse, TK_DOT, temp1, temp2);
[all …]
D0001-cve.patch149094 pExpr = sqlite3PExpr(pParse, TK_DOT, pLeft, pRight);
149100 pExpr = sqlite3PExpr(pParse, TK_DOT, pLeft, pExpr);
149121 pExpr = sqlite3PExpr(pParse, TK_DOT, pLeft, pRight);
149127 pExpr = sqlite3PExpr(pParse, TK_DOT, pLeft, pExpr);