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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h98 DT_TOK_DOT = 313, enumerator in enum:yytokentype
209 #define DT_TOK_DOT 313 macro
H A Ddt_grammar.c125 DT_TOK_DOT = 313, enumerator in enum:yytokentype
236 #define DT_TOK_DOT 313 macro
812 "DT_TOK_PTR", "DT_TOK_DOT", "DT_TOK_STRING", "DT_TOK_IDENT",
2367 (yyval.l_node) = OP2(DT_TOK_DOT, (yyvsp[(1) - (3)].l_node), dt_node_ident((yyvsp[(3) - (3)].l_str)));
2374 (yyval.l_node) = OP2(DT_TOK_DOT, (yyvsp[(1) - (3)].l_node), dt_node_ident((yyvsp[(3) - (3)].l_str)));
H A Ddt_lex.c2318 return (DT_TOK_DOT);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y67 %token DT_TOK_LPAR DT_TOK_RPAR DT_TOK_LBRAC DT_TOK_RBRAC DT_TOK_PTR DT_TOK_DOT
143 %left DT_TOK_LPAR DT_TOK_RPAR DT_TOK_LBRAC DT_TOK_RBRAC DT_TOK_PTR DT_TOK_DOT
393 | postfix_expression DT_TOK_DOT DT_TOK_IDENT {
394 $$ = OP2(DT_TOK_DOT, $1, dt_node_ident($3));
396 | postfix_expression DT_TOK_DOT DT_TOK_TNAME {
397 $$ = OP2(DT_TOK_DOT, $1, dt_node_ident($3));
H A Ddt_lex.l596 <S0>"." return (DT_TOK_DOT);
H A Ddt_cg.c255 assert(dnp->dn_op == DT_TOK_PTR || dnp->dn_op == DT_TOK_DOT);
340 assert(dst->dn_op == DT_TOK_PTR || dst->dn_op == DT_TOK_DOT);
1006 dn.dn_op = DT_TOK_DOT;
1664 case DT_TOK_DOT:
H A Ddt_parser.c186 case DT_TOK_DOT: return (".");
3612 case DT_TOK_DOT:
3706 if (op == DT_TOK_DOT && (lp->dn_flags & DT_NF_LVALUE) &&

Completed in 64 milliseconds