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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h90 DT_TOK_SIZEOF = 305, enumerator in enum:yytokentype
201 #define DT_TOK_SIZEOF 305 macro
H A Ddt_grammar.c117 DT_TOK_SIZEOF = 305, enumerator in enum:yytokentype
228 #define DT_TOK_SIZEOF 305 macro
810 "DT_TOK_OFFSETOF", "DT_TOK_SIZEOF", "DT_TOK_STRINGOF", "DT_TOK_XLATE",
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)));
H A Ddt_lex.c1552 return (DT_TOK_SIZEOF);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y66 %token DT_TOK_OFFSETOF DT_TOK_SIZEOF DT_TOK_STRINGOF DT_TOK_XLATE
142 %right DT_TOK_DEREF DT_TOK_ADDROF DT_TOK_SIZEOF DT_TOK_STRINGOF DT_TOK_XLATE
430 | DT_TOK_SIZEOF unary_expression { $$ = OP1(DT_TOK_SIZEOF, $2); }
431 | DT_TOK_SIZEOF DT_TOK_LPAR type_name DT_TOK_RPAR {
432 $$ = OP1(DT_TOK_SIZEOF, dt_node_type($3));
H A Ddt_parser.c178 case DT_TOK_SIZEOF: return ("sizeof");
1835 if (op == DT_TOK_SIZEOF &&
3018 case DT_TOK_SIZEOF:
H A Ddt_cg.c1602 case DT_TOK_SIZEOF: {

Completed in 79 milliseconds