Searched refs:DT_TOK_LBRAC (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h95 DT_TOK_LBRAC = 310, enumerator in enum:yytokentype
206 #define DT_TOK_LBRAC 310 macro
H A Ddt_grammar.c122 DT_TOK_LBRAC = 310, enumerator in enum:yytokentype
233 #define DT_TOK_LBRAC 310 macro
811 "DT_TOK_LPAR", "DT_TOK_RPAR", "DT_TOK_LBRAC", "DT_TOK_RBRAC",
2346 (yyval.l_node) = OP2(DT_TOK_LBRAC, (yyvsp[(1) - (4)].l_node), (yyvsp[(3) - (4)].l_node));
H A Ddt_lex.c2174 return (DT_TOK_LBRAC);
/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
383 DT_TOK_LBRAC argument_expression_list DT_TOK_RBRAC {
384 $$ = OP2(DT_TOK_LBRAC, $1, $3);
817 array: DT_TOK_LBRAC { dt_scope_push(NULL, CTF_ERR); }
H A Ddt_lex.l553 return (DT_TOK_LBRAC);
H A Ddt_parser.c183 case DT_TOK_LBRAC: return ("[");
2652 * This is handled explicitly by the code for DT_TOK_LBRAC.
2775 * This is handled explicitly by the code for DT_TOK_LBRAC.
3099 * or aggregation. In these cases, we proceed to case DT_TOK_LBRAC and
3102 if (op == DT_TOK_LBRAC) {
3718 case DT_TOK_LBRAC: {
3720 * If op is DT_TOK_LBRAC, we know from the special-case code at
3905 if (dnp->dn_op == DT_TOK_LBRAC && op == DT_TOK_ADD) {

Completed in 72 milliseconds