Home
last modified time | relevance | path

Searched refs:EXPR_COMPARE (Results 1 – 25 of 48) sorted by relevance

12

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_precedence.c52 if (expr->type == EXPR_COMPARE) in is_bool_op()
63 if (expr->type == EXPR_COMPARE) { in match_condition()
64 if (expr->left->type == EXPR_COMPARE || expr->right->type == EXPR_COMPARE) in match_condition()
82 if (expr->left->type == EXPR_COMPARE || expr->right->type == EXPR_COMPARE) in match_condition()
127 if (expr->right->type != EXPR_COMPARE) in match_mask_compare()
H A Dcheck_or_vs_and.c71 if (left->type != EXPR_COMPARE || left->op != SPECIAL_NOTEQUAL) in check_or()
73 if (right->type != EXPR_COMPARE || right->op != SPECIAL_NOTEQUAL) in check_or()
108 if (left->type != EXPR_COMPARE || left->op != SPECIAL_EQUAL) in check_and()
110 if (right->type != EXPR_COMPARE || right->op != SPECIAL_EQUAL) in check_and()
H A Dcheck_implicit_dependencies_tester.c31 [EXPR_COMPARE] = "EXPR_COMPARE", in expression_type_name()
137 if (expr->type == EXPR_COMPARE || expr->type == EXPR_BINOP in match_condition()
H A Dsmatch_conditions.c380 if (expr->type != EXPR_COMPARE) in hackup_unsigned_compares()
436 case EXPR_COMPARE: in split_conditions()
474 if (expr->type == EXPR_COMPARE) { in split_conditions()
483 if (expr->type == EXPR_COMPARE) { in split_conditions()
544 case EXPR_COMPARE: in is_condition()
H A Dcheck_select.c28 if (expr->type != EXPR_COMPARE) in match_select()
H A Dast-inspect.c175 [EXPR_COMPARE] = "EXPR_COMPARE", in expression_type_name()
198 case EXPR_COMPARE: in inspect_expression()
H A Dcheck_bogus_loop.c54 if (expr->type != EXPR_COMPARE) in get_iterator_tested()
H A Dsmatch_integer_overflow.c63 if (expr->type != EXPR_COMPARE) in match_divide()
104 if (expr->type != EXPR_COMPARE) in match_overflow_to_less_than()
H A Dcheck_signed_integer_overflow_check.c36 if (expr->type != EXPR_COMPARE) in match_condition()
H A Dcheck_wrong_size_arg.c32 if (arg->type != EXPR_COMPARE) in match_parameter()
H A Dsmatch_impossible.c64 if (expr->type == EXPR_COMPARE) in match_condition()
H A Dcheck_impossible_mask.c90 if (expr->type != EXPR_COMPARE) in match_condition()
H A Dcheck_testing_index_after_use.c76 if (!expr || expr->type != EXPR_COMPARE) in match_condition()
H A Dcheck_zero_to_err_ptr.c27 if (!expr || expr->type != EXPR_COMPARE) in is_comparison_call()
H A Dcheck_arm64_tagged.c200 if (expr->type != EXPR_COMPARE && in match_condition()
H A Dcheck_get_user_overflow.c45 if (expr->type != EXPR_COMPARE) in match_condition()
H A Dexpression.h58 EXPR_COMPARE, enumerator
H A Dsmatch_recurse.c50 case EXPR_COMPARE: in recurse()
H A Dcheck_double_checking.c47 if (expr->type == EXPR_COMPARE && in strip_condition()
H A Dsmatch_var_sym.c53 expr->type == EXPR_COMPARE) { in expr_to_vsl()
H A Dexpression.c153 token->pos, EXPR_COMPARE); in builtin_types_compatible_p_expr()
806 token, tree, EXPR_COMPARE, shift_expression, in relational_expression()
815 token, tree, EXPR_COMPARE, relational_expression, in equality_expression()
H A Dcheck_implicit_dependencies.c222 if (expr->type == EXPR_COMPARE || in match_condition()
H A Dsmatch_stored_conditions.c168 case EXPR_COMPARE: in store_all_links()
H A Dcheck_index_overflow.c342 if (expr->type != EXPR_COMPARE) in match_condition()
H A Dcheck_signed.c238 if (expr->type != EXPR_COMPARE) in match_condition()

12