Home | History | Annotate | Download | only in orig

Lines Matching refs:TK_BITNOT

12628 #define TK_BITNOT                          95
13937 #define OP_BitNot 95 /* same as TK_BITNOT, synopsis: r[P1]= ~r[P1] */
27324 case TK_BITNOT: zUniOp = "BITNOT"; break;
74249 case TK_BITNOT: zOp = "BITNOT"; break;
82204 case OP_BitNot: { /* same as TK_BITNOT, in1, out2 */
96379 case TK_BITNOT:
96381 assert( TK_BITNOT==OP_BitNot ); testcase( op==TK_BITNOT );
142670 *tokenType = TK_BITNOT;