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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h75 DT_TOK_DIV = 290, enumerator in enum:yytokentype
186 #define DT_TOK_DIV 290 macro
H A Ddt_grammar.c102 DT_TOK_DIV = 290, enumerator in enum:yytokentype
213 #define DT_TOK_DIV 290 macro
806 "DT_TOK_ADD", "DT_TOK_SUB", "DT_TOK_MUL", "DT_TOK_DIV", "DT_TOK_MOD",
2508 (yyval.l_node) = OP2(DT_TOK_DIV, (yyvsp[(1) - (3)].l_node), (yyvsp[(3) - (3)].l_node));
H A Ddt_lex.c2128 * If we encounter anything else, it's DT_TOK_DIV.
2146 tok = DT_TOK_DIV;
2503 return (DT_TOK_DIV);
/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
139 %left DT_TOK_MUL DT_TOK_DIV DT_TOK_MOD
329 | probe_specifiers DT_TOK_DIV expression DT_TOK_EPRED {
333 | probe_specifiers DT_TOK_DIV expression DT_TOK_EPRED
459 | multiplicative_expression DT_TOK_DIV cast_expression {
460 $$ = OP2(DT_TOK_DIV, $1, $3);
H A Ddt_lex.l516 * If we encounter anything else, it's DT_TOK_DIV.
534 tok = DT_TOK_DIV;
678 <S2>"/" return (DT_TOK_DIV);
H A Ddt_parser.c163 case DT_TOK_DIV: return ("/");
1874 (op == DT_TOK_MOD || op == DT_TOK_DIV ||
1986 case DT_TOK_DIV:
3185 case DT_TOK_DIV:
H A Ddt_cg.c1512 case DT_TOK_DIV:

Completed in 82 milliseconds