Home
last modified time | relevance | path

Searched refs:EXPR_BINOP (Results 1 – 11 of 11) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dexpression.c562 struct expression *add = alloc_expression(token->pos, EXPR_BINOP); in postfix_expression()
835 token, tree, EXPR_BINOP, cast_expression, in multiplicative_expression()
843 token, tree, EXPR_BINOP, multiplicative_expression, in additive_expression()
851 token, tree, EXPR_BINOP, additive_expression, in shift_expression()
876 token, tree, EXPR_BINOP, equality_expression, in bitwise_and_expression()
884 token, tree, EXPR_BINOP, bitwise_and_expression, in bitwise_xor_expression()
892 token, tree, EXPR_BINOP, bitwise_xor_expression, in bitwise_or_expression()
Dast-inspect.c156 [EXPR_BINOP] = "EXPR_BINOP", in expression_type_name()
194 case EXPR_BINOP: in inspect_expression()
Devaluate.c393 case EXPR_BINOP: in bad_expr_type()
622 struct expression *mul = alloc_expression(expr->pos, EXPR_BINOP); in evaluate_ptr_add()
840 struct expression *sub = alloc_expression(expr->pos, EXPR_BINOP); in evaluate_ptr_sub()
1535 while (expr->type == EXPR_BINOP && expr->op == '+') in mark_addressable()
1559 case EXPR_BINOP: in mark_assigned()
1738 e3 = alloc_expression(expr->pos, EXPR_BINOP); in degenerate()
2043 add = alloc_expression(expr->pos, EXPR_BINOP); in evaluate_offset()
2152 case EXPR_BINOP: in is_promoted()
2262 expr->type = EXPR_BINOP; in evaluate_sizeof()
3284 expr->type = EXPR_BINOP; in evaluate_offsetof()
[all …]
Dexpression.h41 EXPR_BINOP, enumerator
Dexpand.c469 expr->type = EXPR_BINOP; in expand_logical()
722 while (unop->type == EXPR_BINOP && unop->op == '+') { in expand_dereference()
1099 case EXPR_BINOP: in expand_expression()
Dinline.c123 case EXPR_BINOP: in copy_expression()
Ddissect.c399 break; case EXPR_BINOP: { in do_expression()
Dbuiltin.c538 case EXPR_BINOP: in expand_object_size()
Dshow-parse.c1146 case EXPR_BINOP: in show_expression()
Dlinearize.c916 if (addr->type == EXPR_BINOP) { in linearize_simple_address()
1899 case EXPR_BINOP: in linearize_expression()
Dcompile-i386.c2340 case EXPR_BINOP: in x86_expression()