Searched refs:DT_TOK_SUB (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h73 DT_TOK_SUB = 288, enumerator in enum:yytokentype
184 #define DT_TOK_SUB 288 macro
H A Ddt_grammar.c100 DT_TOK_SUB = 288, enumerator in enum:yytokentype
211 #define DT_TOK_SUB 288 macro
806 "DT_TOK_ADD", "DT_TOK_SUB", "DT_TOK_MUL", "DT_TOK_DIV", "DT_TOK_MOD",
2529 (yyval.l_node) = OP2(DT_TOK_SUB, (yyvsp[(1) - (3)].l_node), (yyvsp[(3) - (3)].l_node));
H A Ddt_lex.c2283 return (DT_TOK_SUB);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y62 %token DT_TOK_ADD DT_TOK_SUB DT_TOK_MUL DT_TOK_DIV DT_TOK_MOD
138 %left DT_TOK_ADD DT_TOK_SUB
442 | DT_TOK_SUB { $$ = DT_TOK_INEG; }
472 | additive_expression DT_TOK_SUB multiplicative_expression {
473 $$ = OP2(DT_TOK_SUB, $1, $3);
H A Ddt_lex.l589 <S0>"-" return (DT_TOK_SUB);
H A Ddt_cg.c577 int is_ptr_op = (dnp->dn_op == DT_TOK_ADD || dnp->dn_op == DT_TOK_SUB ||
586 assert(dnp->dn_op == DT_TOK_SUB);
1504 case DT_TOK_SUB:
H A Ddt_parser.c161 case DT_TOK_SUB: return ("-");
1978 case DT_TOK_SUB:
3289 case DT_TOK_SUB: {
3320 } else if (lp_is_ptr && rp_is_ptr && op == DT_TOK_SUB &&

Completed in 89 milliseconds