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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h72 DT_TOK_ADD = 287, enumerator in enum:yytokentype
183 #define DT_TOK_ADD 287 macro
H A Ddt_grammar.c99 DT_TOK_ADD = 287, enumerator in enum:yytokentype
210 #define DT_TOK_ADD 287 macro
806 "DT_TOK_ADD", "DT_TOK_SUB", "DT_TOK_MUL", "DT_TOK_DIV", "DT_TOK_MOD",
2522 (yyval.l_node) = OP2(DT_TOK_ADD, (yyvsp[(1) - (3)].l_node), (yyvsp[(3) - (3)].l_node));
H A Ddt_lex.c2278 return (DT_TOK_ADD);
/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
441 | DT_TOK_ADD { $$ = DT_TOK_IPOS; }
469 | additive_expression DT_TOK_ADD multiplicative_expression {
470 $$ = OP2(DT_TOK_ADD, $1, $3);
H A Ddt_lex.l588 <S0>"+" return (DT_TOK_ADD);
H A Ddt_parser.c160 case DT_TOK_ADD: return ("+");
1974 case DT_TOK_ADD:
2948 (cp->dn_kind == DT_NODE_OP2 && cp->dn_op == DT_TOK_ADD &&
3136 op = DT_TOK_ADD;
3138 op = DT_TOK_ADD;
3140 op = DT_TOK_ADD;
3288 case DT_TOK_ADD:
3316 } else if (lp_is_int && rp_is_ptr && op == DT_TOK_ADD) {
3905 if (dnp->dn_op == DT_TOK_LBRAC && op == DT_TOK_ADD) {
3914 dnp->dn_op = DT_TOK_ADD;
[all...]
H A Ddt_cg.c577 int is_ptr_op = (dnp->dn_op == DT_TOK_ADD || dnp->dn_op == DT_TOK_SUB ||
1500 case DT_TOK_ADD:

Completed in 78 milliseconds