Searched refs:OP1 (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_grammar.y | 33 #define OP1(op, c) dt_node_op1(op, c) 406 $$ = OP1(DT_TOK_POSTINC, $1); 409 $$ = OP1(DT_TOK_POSTDEC, $1); 427 | DT_TOK_ADDADD unary_expression { $$ = OP1(DT_TOK_PREINC, $2); } 428 | DT_TOK_SUBSUB unary_expression { $$ = OP1(DT_TOK_PREDEC, $2); } 429 | unary_operator cast_expression { $$ = OP1($1, $2); } 430 | DT_TOK_SIZEOF unary_expression { $$ = OP1(DT_TOK_SIZEOF, $2); } 432 $$ = OP1(DT_TOK_SIZEOF, dt_node_type($3)); 435 $$ = OP1(DT_TOK_STRINGOF, $2);
|
/vbox/src/recompiler/tests/ |
H A D | test-i386.h | 30 #ifdef OP1
|
H A D | test-i386.c | 127 #define OP1 macro 132 #define OP1 macro 137 #define OP1 macro 142 #define OP1 macro
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/ |
H A D | dt_grammar.c | 326 #define OP1(op, c) dt_node_op1(op, c) macro 2395 (yyval.l_node) = OP1(DT_TOK_POSTINC, (yyvsp[(1) - (2)].l_node)); 2402 (yyval.l_node) = OP1(DT_TOK_POSTDEC, (yyvsp[(1) - (2)].l_node)); 2429 { (yyval.l_node) = OP1(DT_TOK_PREINC, (yyvsp[(2) - (2)].l_node)); } 2434 { (yyval.l_node) = OP1(DT_TOK_PREDEC, (yyvsp[(2) - (2)].l_node)); } 2439 { (yyval.l_node) = OP1((yyvsp[(1) - (2)].l_tok), (yyvsp[(2) - (2)].l_node)); } 2444 { (yyval.l_node) = OP1(DT_TOK_SIZEOF, (yyvsp[(2) - (2)].l_node)); } 2450 (yyval.l_node) = OP1(DT_TOK_SIZEOF, dt_node_type((yyvsp[(3) - (4)].l_decl))); 2457 (yyval.l_node) = OP1(DT_TOK_STRINGOF, (yyvsp[(2) - (2)].l_node));
|
Completed in 111 milliseconds