Searched refs:EXPR_SYMBOL (Results 1 - 14 of 14) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | expression.h | 39 EXPR_SYMBOL, enumerator 188 // EXPR_SYMBOL, EXPR_TYPE
|
H A D | builtin.c | 150 if (arg->type == EXPR_SYMBOL) { in expand_warning() 552 case EXPR_SYMBOL: in expand_object_size() 560 case EXPR_SYMBOL: in expand_object_size()
|
H A D | ast-inspect.c | 154 [EXPR_SYMBOL] = "EXPR_SYMBOL", in expression_type_name()
|
H A D | dissect.c | 379 if (expr->fn->type == EXPR_SYMBOL) in do_expression() 485 break; case EXPR_SYMBOL: in do_expression()
|
H A D | expression.c | 442 expr = alloc_expression(token->pos, EXPR_SYMBOL); in primary_expression() 479 expr = alloc_expression(token->pos, EXPR_SYMBOL); in primary_expression()
|
H A D | evaluate.c | 97 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()
|
H A D | expand.c | 730 if (unop->type == EXPR_SYMBOL) { in expand_dereference() 1097 case EXPR_SYMBOL: in expand_expression()
|
H A D | show-parse.c | 769 if (fn->unop->type == EXPR_SYMBOL) { in show_call_expression() 1154 case EXPR_SYMBOL: in show_expression()
|
H A D | compile-i386.c | 2103 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()
|
H A D | inline.c | 85 * EXPR_SYMBOL is the interesting case, we may need to replace the in copy_expression() 88 case EXPR_SYMBOL: { in copy_expression()
|
H A D | linearize.c | 369 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()
|
H A D | sparse-llvm.c | 1205 case EXPR_SYMBOL: { in output_data()
|
H A D | parse.c | 3024 else if (decl->initializer->type == EXPR_SYMBOL && in external_declaration()
|
/third_party/ltp/tools/sparse/ |
H A D | sparse-ltp.c | 230 if (entry->init_expr->type != EXPR_SYMBOL) in check_test_struct()
|
Completed in 26 milliseconds