Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dnormalize.c279 #define TK_BITNOT TK_PUNCT macro
411 *tokenType = TK_BITNOT; in sqlite3GetToken()
/sqlite-3.40.0/src/
H A Dtokenize.c392 *tokenType = TK_BITNOT; in sqlite3GetToken()
H A Dexpr.c4399 case TK_BITNOT: in sqlite3ExprCodeTarget()
4401 assert( TK_BITNOT==OP_BitNot ); testcase( op==TK_BITNOT ); in sqlite3ExprCodeTarget()
5784 case TK_BITNOT: in exprImpliesNotNull()
H A Dtreeview.c624 case TK_BITNOT: zUniOp = "BITNOT"; break; in sqlite3TreeViewExpr()
H A Dvdbeaux.c1721 case TK_BITNOT: zOp = "BITNOT"; break; in displayP4Expr()