Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_implicit_dependencies_tester.c13 [EXPR_TYPE] = "EXPR_TYPE", in expression_type_name()
H A Dexpression.h40 EXPR_TYPE, enumerator
H A Dast-inspect.c157 [EXPR_TYPE] = "EXPR_TYPE", in expression_type_name()
H A Dexpand.c538 if (left->type == EXPR_TYPE && right->type == EXPR_TYPE) { in expand_compare()
1023 case EXPR_TYPE: in expand_expression()
H A Dexpression.c139 *tree = alloc_expression(token->pos, EXPR_TYPE); in parse_type()
466 expr = alloc_expression(token->pos, EXPR_TYPE); in primary_expression()
H A Dinline.c101 case EXPR_TYPE: in copy_expression()
H A Ddissect.c316 case EXPR_TYPE: // [struct T]; Why ??? in do_expression()
H A Dsmatch_math.c759 if (expr->op == SPECIAL_EQUAL && expr->left->type == EXPR_TYPE) { in handle_comparison_rl()
762 if (expr->right->type != EXPR_TYPE) in handle_comparison_rl()
H A Dshow-parse.c1185 case EXPR_TYPE: in show_expression()
H A Dcompile-i386.c2387 case EXPR_TYPE: in x86_expression()
H A Devaluate.c3336 case EXPR_TYPE: in evaluate_expression()