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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h97 DT_TOK_PTR = 312, enumerator in enum:yytokentype
208 #define DT_TOK_PTR 312 macro
H A Ddt_grammar.c124 DT_TOK_PTR = 312, enumerator in enum:yytokentype
235 #define DT_TOK_PTR 312 macro
812 "DT_TOK_PTR", "DT_TOK_DOT", "DT_TOK_STRING", "DT_TOK_IDENT",
2381 (yyval.l_node) = OP2(DT_TOK_PTR, (yyvsp[(1) - (3)].l_node), dt_node_ident((yyvsp[(3) - (3)].l_str)));
2388 (yyval.l_node) = OP2(DT_TOK_PTR, (yyvsp[(1) - (3)].l_node), dt_node_ident((yyvsp[(3) - (3)].l_str)));
H A Ddt_lex.c2323 return (DT_TOK_PTR);
/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
399 | postfix_expression DT_TOK_PTR DT_TOK_IDENT {
400 $$ = OP2(DT_TOK_PTR, $1, dt_node_ident($3));
402 | postfix_expression DT_TOK_PTR DT_TOK_TNAME {
403 $$ = OP2(DT_TOK_PTR, $1, dt_node_ident($3));
H A Ddt_lex.l597 <S0>"->" return (DT_TOK_PTR);
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);
346 if (dst->dn_op == DT_TOK_PTR) {
1663 case DT_TOK_PTR:
1705 if (dnp->dn_op == DT_TOK_PTR) {
H A Ddt_parser.c185 case DT_TOK_PTR: return ("->");
3571 case DT_TOK_PTR:
3645 if (op == DT_TOK_PTR) {
3677 if (op == DT_TOK_PTR) {
3702 if (op == DT_TOK_PTR && (kind != CTF_K_ARRAY ||

Completed in 80 milliseconds