Home
last modified time | relevance | path

Searched refs:EXPR_POS (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A 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()
H A 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()
H A Dexpression.h63 EXPR_POS, // position in initializer enumerator
245 // EXPR_POS
H A Dast-inspect.c178 [EXPR_POS] = "EXPR_POS", in expression_type_name()
H A Dshow-parse.c1090 // have been evaluated to EXPR_POS in show_initializer_expr()
1102 if (entry->type == EXPR_POS) { in show_initializer_expr()
1187 case EXPR_POS: in show_expression()
H A Dinline.c254 case EXPR_POS: { in copy_expression()
H A 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()
2500 err = "internal front-end error: EXPR_POS in"; in check_designators()
2512 * Get designators for next element, switch old ones to EXPR_POS.
3478 case EXPR_POS: in evaluate_expression()
H A Dlinearize.c1848 case EXPR_POS: in linearize_initializer()
1942 case EXPR_POS: in linearize_expression()
/third_party/ltp/tools/sparse/
H A Dsparse-ltp.c178 if (item_init->type == EXPR_POS) in is_terminated_with_null_struct()

Completed in 17 milliseconds