Home | History | Annotate | Download | only in dist

Lines Matching refs:TK_BITAND

6994 #define TK_BITAND                         82
7863 #define OP_BitAnd 82 /* same as TK_BITAND */
61889 case OP_BitAnd: /* same as TK_BITAND, in1, in2, out3 */
71242 case TK_BITAND:
71253 assert( TK_BITAND==OP_BitAnd );
71264 testcase( op==TK_BITAND );
104135 *tokenType = TK_BITAND;