Home
last modified time | relevance | path

Searched refs:EXPR_SYMBOL (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dexpression.h39 EXPR_SYMBOL, enumerator
Dbuiltin.c150 if (arg->type == EXPR_SYMBOL) { in expand_warning()
552 case EXPR_SYMBOL: in expand_object_size()
560 case EXPR_SYMBOL: in expand_object_size()
Dast-inspect.c154 [EXPR_SYMBOL] = "EXPR_SYMBOL", in expression_type_name()
Ddissect.c379 if (expr->fn->type == EXPR_SYMBOL) in do_expression()
485 break; case EXPR_SYMBOL: in do_expression()
Dexpression.c442 expr = alloc_expression(token->pos, EXPR_SYMBOL); in primary_expression()
479 expr = alloc_expression(token->pos, EXPR_SYMBOL); in primary_expression()
Devaluate.c97 addr = alloc_expression(expr->pos, EXPR_SYMBOL); in evaluate_symbol_expression()
116 struct expression *addr = alloc_expression(expr->pos, EXPR_SYMBOL); in evaluate_string()
1537 if (expr->type == EXPR_SYMBOL) { in mark_addressable()
1550 case EXPR_SYMBOL: in mark_assigned()
1722 e0 = alloc_expression(expr->pos, EXPR_SYMBOL); in degenerate()
2953 struct expression *addr = alloc_expression(expr->pos, EXPR_SYMBOL); in evaluate_compound_literal()
3400 case EXPR_SYMBOL: in evaluate_expression()
Dshow-parse.c769 if (fn->unop->type == EXPR_SYMBOL) { in show_call_expression()
1154 case EXPR_SYMBOL: in show_expression()
Dexpand.c730 if (unop->type == EXPR_SYMBOL) { in expand_dereference()
1097 case EXPR_SYMBOL: in expand_expression()
Dcompile-i386.c2103 if (fn->unop->type == EXPR_SYMBOL) { in x86_call_expression()
2144 if (expr->unop->type == EXPR_SYMBOL) in x86_address_gen()
2348 case EXPR_SYMBOL: in x86_expression()
Dinline.c88 case EXPR_SYMBOL: { in copy_expression()
Dlinearize.c369 case EXPR_SYMBOL: in show_instruction()
911 if (addr->type == EXPR_SYMBOL) { in linearize_simple_address()
1527 if (fn->type == EXPR_SYMBOL) { in linearize_call_expression()
1879 case EXPR_SYMBOL: in linearize_expression()
Dsparse-llvm.c1205 case EXPR_SYMBOL: { in output_data()
Dparse.c3024 else if (decl->initializer->type == EXPR_SYMBOL && in external_declaration()
/third_party/ltp/tools/sparse/
Dsparse-ltp.c227 if (entry->init_expr->type != EXPR_SYMBOL) in check_test_struct()