Home
last modified time | relevance | path

Searched refs:EXPR_POS (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dexpand.c683 if (entry->type != EXPR_POS) { in constant_symbol_value()
964 case EXPR_POS: in expand_pos_expression()
975 if (entry->type == EXPR_POS) { in expand_pos_expression()
984 reuse = alloc_expression(entry->pos, EXPR_POS); in expand_pos_expression()
986 reuse->type = EXPR_POS; in expand_pos_expression()
1009 while (expr->type == EXPR_POS) { in bit_offset()
1022 while (expr->type == EXPR_POS) { in bit_range()
1162 case EXPR_POS: in expand_expression()
Dcompile-i386.c985 if (a->type == EXPR_POS) in sort_array_cmp()
987 if (b->type == EXPR_POS) in sort_array_cmp()
1014 if ((entry->type == EXPR_POS) || (entry->type == EXPR_VALUE)) { in sort_array()
1042 if ((entry->type == EXPR_POS) || (entry->type == EXPR_VALUE)) in sort_array()
1072 } else if (entry->type == EXPR_POS) { in emit_array()
2304 if (entry->type == EXPR_POS) { in x86_initializer_expr()
2377 case EXPR_POS: in x86_expression()
Dexpression.h63 EXPR_POS, // position in initializer enumerator
Dast-inspect.c178 [EXPR_POS] = "EXPR_POS", in expression_type_name()
Dshow-parse.c1102 if (entry->type == EXPR_POS) { in show_initializer_expr()
1187 case EXPR_POS: in show_expression()
Dinline.c254 case EXPR_POS: { in copy_expression()
Devaluate.c2376 e->type = EXPR_POS; in convert_index()
2387 e->type = EXPR_POS; in convert_ident()
2499 } else if (e->type == EXPR_POS) { in check_designators()
3478 case EXPR_POS: in evaluate_expression()
Dlinearize.c1848 case EXPR_POS: in linearize_initializer()
1942 case EXPR_POS: in linearize_expression()
/third_party/ltp/tools/sparse/
Dsparse-ltp.c178 if (item_init->type == EXPR_POS) in is_terminated_with_null_struct()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst746 * no need to assign ad->type for EXPR_POS