Searched refs:TK_CASE (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/sqlite3/ |
| D | sqlite3.c | 14463 #define TK_CASE 157 macro 32913 case TK_CASE: { in sqlite3TreeViewExpr() 108015 case TK_CASE: { 112093 caseExpr.op = TK_CASE; 112986 case TK_CASE: { 114098 case TK_CASE: 114106 testcase( pExpr->op==TK_CASE ); 156566 || pExpr->op==TK_NOTNULL || pExpr->op==TK_CASE 170694 #define TK_CASE 157 174924 yymsp[-4].minor.yy528 = sqlite3PExpr(pParse, TK_CASE, yymsp[-3].minor.yy528, 0); [all …]
|
| /freebsd-12-stable/crypto/heimdal/lib/sqlite/ |
| D | sqlite3.c | 7550 #define TK_CASE 134 macro 75779 default: assert( op==TK_CASE ); { 108406 …yygotominor.yy118.pExpr = sqlite3PExpr(pParse, TK_CASE, yymsp[-3].minor.yy314, yymsp[-1].minor.yy3… 109155 TK_LIKE_KW, TK_CASCADE, TK_ASC, TK_DELETE, TK_CASE,
|