Home
last modified time | relevance | path

Searched refs:show_special (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_bit_shift.c67 name, show_special(expr->op)); in match_assign()
83 name, show_special(expr->op)); in match_binop()
H A Dcheck_signed.c290 show_rl(rl_left), show_special(expr->op), in match_condition()
299 show_rl(rl_left_orig), show_special(expr->op), in match_condition()
H A Dcheck_signed_integer_overflow_check.c61 …sm_warning("signed overflow undefined. '%s %s %s'", left_name, show_special(expr->op), right_name); in match_condition()
H A Dtoken.h225 extern const char *show_special(int);
H A Dtokenize.c83 const char *show_special(int val) in show_special() function
205 return show_special(token->special); in show_token()
263 return show_special(token->special); in quote_token()
H A Dsmatch_helper.c240 tmp = show_special(expr->op); in __get_variable_from_expr()
260 tmp = show_special(expr->op); in __get_variable_from_expr()
281 snprintf(tmp, sizeof(tmp), " %s ", show_special(expr->op)); in __get_variable_from_expr()
H A Dsmatch_sval.c510 show_special(op)); in sval_binop_unsigned()
568 show_special(op)); in sval_binop_signed()
H A Dsmatch_param_compare_limit.c228 snprintf(info_buf, sizeof(info_buf), "%s %s", show_special(data->comparison), right_buf); in print_return_comparison()
H A Dgdbhelpers284 printf "special = \"%s\"\n", show_special($token.special)
H A Dshow-parse.c798 opname = show_special(op); in show_binop()
826 opname = show_special(op); in show_regular_preop()
H A Dsmatch_constraints.c125 show_special(con->op), con->id); in alloc_constraint_state()
H A Dsmatch_parse_call_math.c377 ret = snprintf(cur, remaining, " %s ", show_special(expr->op)); in format_expr_helper()
H A Devaluate.c416 sparse_error(expr->pos, "incompatible types for operation (%s)", show_special(expr->op)); in bad_expr_type()
424 sparse_error(expr->pos, "incompatible types for operation (%s)", show_special(expr->op)); in bad_expr_type()
1332 show_special(op), show_typename(t)); in evaluate_assign_op()
1351 warning(expr->pos, "invalid assignment: %s", show_special(op)); in evaluate_assign_op()
H A Dcheck_debug.c470 snprintf(buf, sizeof(buf), "%s", show_special(comparison)); in match_compare()
H A Dexpression.c766 sparse_error(next->pos, "No right hand side of '%s'-expression", show_special(op)); \
H A Dlib.c88 sparse_error(token->pos, "Expected %s %s", show_special(op), where); in expect()
H A Dsmatch_db.c365 sql_insert_or_ignore(constraints_required, "'%s', '%s', '%s'", data, show_special(op), limit); in sql_save_constraint_required()
1397 snprintf(buf, sizeof(buf), "[%s$%d]", show_special(comparison), param); in get_return_compare_is_param()
H A Dsmatch_implied.c100 return show_special(op); in show_comparison()
H A Dsmatch_kernel_user_data.c133 if (comparison && show_special(comparison)[0] == '>') in binop_capped()
H A Dcompile-i386.c1399 error_die(expr->pos, "unhandled binop '%s'\n", show_special(expr->op)); in emit_binop()
H A Dsmatch_ranges.c396 sm_perror("unhandled comparison %s", show_special(comparison)); in filter_by_comparison()
H A Dsmatch_comparison.c66 return show_special(comparison); in show_comparison()