Home
last modified time | relevance | path

Searched refs:EXPR_LABEL (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_implicit_dependencies_tester.c32 [EXPR_LABEL] = "EXPR_LABEL", in expression_type_name()
H A Dexpression.h59 EXPR_LABEL, enumerator
H A Dast-inspect.c176 [EXPR_LABEL] = "EXPR_LABEL", in expression_type_name()
H A Ddissect.c320 break; case EXPR_LABEL: in do_expression()
H A Dinline.c232 case EXPR_LABEL: { in copy_expression()
H A Dlinearize.c368 case EXPR_LABEL: in show_instruction()
1880 case EXPR_LABEL: in linearize_expression()
2382 if (expr->type == EXPR_LABEL) { in linearize_statement()
H A Dexpression.c679 struct expression *label = alloc_expression(token->pos, EXPR_LABEL); in unary_expression()
H A Dshow-parse.c1169 case EXPR_LABEL: in show_expression()
H A Dexpand.c1072 case EXPR_LABEL: in expand_expression()
H A Dsparse-llvm.c967 case EXPR_LABEL: in output_op_setval()
H A Dcompile-i386.c2373 case EXPR_LABEL: in x86_expression()
H A Devaluate.c3332 case EXPR_LABEL: in evaluate_expression()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DIR.rst345 The value is given as an expression EXPR_STRING or EXPR_LABEL.