Home
last modified time | relevance | path

Searched refs:SPECIAL_OR_ASSIGN (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dtoken.h152 SPECIAL_OR_ASSIGN, enumerator
H A Dcheck_bit_shift.c58 if (expr->op != SPECIAL_OR_ASSIGN) in match_assign()
H A Dsmatch_bits.c141 expr->op == SPECIAL_OR_ASSIGN || in handled_by_assign_hook()
338 } else if (expr->op == SPECIAL_OR_ASSIGN) { in match_assign()
H A Dcheck_implicit_dependencies.c286 expr->op == SPECIAL_OR_ASSIGN || expr->op == SPECIAL_XOR_ASSIGN || in unop_expr()
H A Dcheck_signed.c44 if (expr->op == SPECIAL_AND_ASSIGN || expr->op == SPECIAL_OR_ASSIGN) in match_assign()
H A Dtokenize.c733 CODE('|', '=', SPECIAL_OR_ASSIGN), /* 1c */
H A Dexpression.c885 SPECIAL_OR_ASSIGN, SPECIAL_XOR_ASSIGN }; in assignment_expression()
H A Dsmatch_helper.c1196 case SPECIAL_OR_ASSIGN: in op_remove_assign()
H A Dsmatch_kernel_user_data.c587 case SPECIAL_OR_ASSIGN: in handle_op_assign()
H A Dsmatch_extra.c1204 case SPECIAL_OR_ASSIGN: in match_assign()
H A Dlinearize.c1469 [SPECIAL_OR_ASSIGN - SPECIAL_BASE] = OP_OR, in linearize_assignment()
H A Devaluate.c450 case SPECIAL_OR_ASSIGN: in restricted_binop()