Home
last modified time | relevance | path

Searched refs:BITAND (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/usr.bin/xlint/lint1/
H A Dckbool.c79 op == BITAND || op == BITXOR || op == BITOR || in is_typeok_strict_bool_binary()
194 || tn->tn_op == BITAND in is_typeok_bool_compares_with_zero()
H A Dop.h93 BITAND, enumerator
H A Dtree.c526 case BITAND: in build_name()
1112 case BITAND: in subt_size_in_bytes()
1207 case BITAND: in build_plus_minus()
1769 lint_assert(op == BITAND || op == BITXOR || op == BITOR); in build_binary()
1771 && (oop == PLUS || oop == MINUS || oop == BITAND || oop == BITXOR)) in build_binary()
4173 } else if (op == ANDASS || op == BITAND) { in null_pointer_offset()
H A Dfunc.c402 if (switch_expr->tn_op != BITAND || in check_case_label_bitand()
H A Dcgram.y864 $$ = build_binary($1, BITAND, $3, $4);
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DQLParser.yy95 BITAND BITOR
137 | exp BITAND exp { $$ = new Expression (Expression::OP_BITAND, $1, $3); }
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DQLParser.yy95 BITAND BITOR
137 | exp BITAND exp { $$ = new Expression (Expression::OP_BITAND, $1, $3); }