Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dexpand.c636 if (entry->type != EXPR_POS) { in constant_symbol_value()
891 case EXPR_POS: in expand_pos_expression()
902 if (entry->type == EXPR_POS) { in expand_pos_expression()
911 reuse = alloc_expression(entry->pos, EXPR_POS); in expand_pos_expression()
913 reuse->type = EXPR_POS; in expand_pos_expression()
936 while (expr->type == EXPR_POS) { in bit_offset()
949 while (expr->type == EXPR_POS) { in bit_range()
1089 case EXPR_POS: in expand_expression()
H A Dcheck_implicit_dependencies_tester.c36 [EXPR_POS] = "EXPR_POS", in expression_type_name()
H A Dexpression.h63 EXPR_POS, // position in initializer enumerator
H A Dsmatch_recurse.c100 case EXPR_POS: in recurse()
H A Dcompile-i386.c986 if (a->type == EXPR_POS) in sort_array_cmp()
988 if (b->type == EXPR_POS) in sort_array_cmp()
1015 if ((entry->type == EXPR_POS) || (entry->type == EXPR_VALUE)) { in sort_array()
1043 if ((entry->type == EXPR_POS) || (entry->type == EXPR_VALUE)) in sort_array()
1073 } else if (entry->type == EXPR_POS) { in emit_array()
2305 if (entry->type == EXPR_POS) { in x86_initializer_expr()
2378 case EXPR_POS: in x86_expression()
H A Dast-inspect.c180 [EXPR_POS] = "EXPR_POS", in expression_type_name()
H A Dshow-parse.c1091 if (entry->type == EXPR_POS) { in show_initializer_expr()
1176 case EXPR_POS: in show_expression()
H A Dinline.c254 case EXPR_POS: { in copy_expression()
H A Devaluate.c2373 e->type = EXPR_POS; in convert_index()
2384 e->type = EXPR_POS; in convert_ident()
2496 } else if (e->type == EXPR_POS) { in check_designators()
3350 case EXPR_POS: in evaluate_expression()
H A Dlinearize.c1841 case EXPR_POS: in linearize_initializer()
1935 case EXPR_POS: in linearize_expression()
H A Dsmatch_flow.c562 case EXPR_POS: in __split_expr()