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.c14129 #define TK_DOT 141 macro
31946 case TK_DOT: zBinOp = "DOT"; break;
104409 case TK_DOT: {
104430 assert( pRight->op==TK_DOT );
107826 case TK_DOT:
107829 testcase( pExpr->op==TK_DOT );
128172 sqlite3PExpr(pParse, TK_DOT,
128186 sqlite3PExpr(pParse, TK_DOT,
128189 sqlite3PExpr(pParse, TK_DOT,
128199 pNew = sqlite3PExpr(pParse, TK_DOT,
[all …]
/third_party/chromium/patch/
D0003-ohos-1115.patch97061 -#define TK_DOT 130
97131 +#define TK_DOT 131
109593 while( ALWAYS(pColExpr!=0) && pColExpr->op==TK_DOT ){
110394 pExpr = sqlite3PExpr(pParse, TK_DOT, pLeft, pRight);
110397 pExpr = sqlite3PExpr(pParse, TK_DOT, pLeft, pExpr);
115076 -#define TK_DOT 130
115146 +#define TK_DOT 131
118748 Expr *pDot = sqlite3PExpr(pParse, TK_DOT, pLeft, pRight);
119181 - yylhsminor.yy454 = sqlite3PExpr(pParse, TK_DOT, temp1, temp2);
119184 + 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);