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

/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
377 | DT_TOK_LPAR expression DT_TOK_RPAR { $$ = $2; }
386 | postfix_expression DT_TOK_LPAR DT_TOK_RPAR {
390 DT_TOK_LPAR argument_expression_list DT_TOK_RPAR {
411 | DT_TOK_OFFSETOF DT_TOK_LPAR type_name DT_TOK_COMMA
415 | DT_TOK_OFFSETOF DT_TOK_LPAR type_name DT_TOK_COMMA
420 DT_TOK_LPAR expression DT_TOK_RPAR {
431 | DT_TOK_SIZEOF DT_TOK_LPAR type_name DT_TOK_RPAR {
449 | DT_TOK_LPAR type_nam
[all...]
H A Ddt_lex.l542 return (DT_TOK_LPAR);
H A Ddt_parser.c181 case DT_TOK_LPAR: return ("(");
2020 if (op == DT_TOK_LPAR && rp->dn_kind == DT_NODE_INT &&
3831 case DT_TOK_LPAR: {
H A Ddt_cg.c1657 case DT_TOK_LPAR:
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h93 DT_TOK_LPAR = 308, enumerator in enum:yytokentype
204 #define DT_TOK_LPAR 308 macro
H A Ddt_grammar.c120 DT_TOK_LPAR = 308, enumerator in enum:yytokentype
231 #define DT_TOK_LPAR 308 macro
811 "DT_TOK_LPAR", "DT_TOK_RPAR", "DT_TOK_LBRAC", "DT_TOK_RBRAC",
2494 (yyval.l_node) = OP2(DT_TOK_LPAR, dt_node_type((yyvsp[(2) - (4)].l_decl)), (yyvsp[(4) - (4)].l_node));
H A Ddt_lex.c2157 return (DT_TOK_LPAR);

Completed in 61 milliseconds