Lines Matching refs:TK_BITAND
12617 #define TK_BITAND 84
13926 #define OP_BitAnd 84 /* same as TK_BITAND, synopsis: r[P3]=r[P1]&r[P2] */
27314 case TK_BITAND: zBinOp = "BITAND"; break;
74241 case TK_BITAND: zOp = "BITAND"; break;
81603 case OP_BitAnd: /* same as TK_BITAND, in1, in2, out3 */
96332 case TK_BITAND:
96343 assert( TK_BITAND==OP_BitAnd ); testcase( op==TK_BITAND );
142666 *tokenType = TK_BITAND;