Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dast-inspect.c160 [EXPR_PREOP] = "EXPR_PREOP", in expression_type_name()
210 case EXPR_PREOP: in inspect_expression()
Devaluate.c102 expr->type = EXPR_PREOP; in evaluate_symbol_expression()
146 expr->type = EXPR_PREOP; in evaluate_string()
401 case EXPR_PREOP: in bad_expr_type()
562 return expr->type == EXPR_PREOP && expr->op == '*'; in lvalue_expression()
944 const unsigned left_not = expr->left->type == EXPR_PREOP in evaluate_binop()
946 const unsigned right_not = expr->right->type == EXPR_PREOP in evaluate_binop()
1726 e1 = alloc_expression(expr->pos, EXPR_PREOP); in degenerate()
1754 expr->type = EXPR_PREOP; in degenerate()
1758 if (expr->op != '*' || expr->type != EXPR_PREOP) { in degenerate()
1779 if (op->op != '*' || op->type != EXPR_PREOP) { in evaluate_addressof()
[all …]
Dexpression.c513 expr = alloc_expression(token->pos, EXPR_PREOP); in primary_expression()
561 struct expression *deref = alloc_expression(token->pos, EXPR_PREOP); in postfix_expression()
585 struct expression *inner = alloc_expression(token->pos, EXPR_PREOP); in postfix_expression()
704 unary = alloc_expression(token->pos, EXPR_PREOP); in unary_expression()
722 unary = alloc_expression(token->pos, EXPR_PREOP); in unary_expression()
Dsymbol.c367 case EXPR_PREOP: in is_wstring_expr()
408 case EXPR_PREOP: { in count_array_initializer()
411 while (e && e->type == EXPR_PREOP && e->op == '(') in count_array_initializer()
431 case EXPR_PREOP: in count_array_initializer()
434 while (e && e->type == EXPR_PREOP && e->op == '(') in count_array_initializer()
Dexpression.h45 EXPR_PREOP, enumerator
Ddissect.c320 if (expr->type != EXPR_PREOP) in peek_preop()
412 break; case EXPR_PREOP: case EXPR_POSTOP: { in do_expression()
Dshow-parse.c768 if (fn->type == EXPR_PREOP) { in show_call_expression()
1150 case EXPR_PREOP: in show_expression()
Dexpand.c892 if (fn->type != EXPR_PREOP) in expand_symbol_call()
1114 case EXPR_PREOP: in expand_expression()
Dlinearize.c959 if (expr->type == EXPR_PREOP && expr->op == '*') in linearize_address_gen()
1524 if (fn->type == EXPR_PREOP && fn->op == '*' && is_func_type(fn->ctype)) in linearize_call_expression()
1800 case EXPR_PREOP: in linearize_cond_branch()
1927 case EXPR_PREOP: in linearize_expression()
Dinline.c105 case EXPR_PREOP: in copy_expression()
Dbuiltin.c545 case EXPR_PREOP: in expand_object_size()
Dcompile-i386.c2102 if (fn->type == EXPR_PREOP) { in x86_call_expression()
2344 case EXPR_PREOP: in x86_expression()