Searched refs:DT_KEY_ENUM (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h116 DT_KEY_ENUM = 331, enumerator in enum:yytokentype
227 #define DT_KEY_ENUM 331 macro
H A Ddt_grammar.c143 DT_KEY_ENUM = 331, enumerator in enum:yytokentype
254 #define DT_KEY_ENUM 331 macro
816 "DT_KEY_DO", "DT_KEY_DOUBLE", "DT_KEY_ELSE", "DT_KEY_ENUM",
H A Ddt_lex.c1457 return (DT_KEY_ENUM);
1652 { yybegin(YYS_EXPR); return (DT_KEY_ENUM); }
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y87 %token DT_KEY_ENUM
723 | DT_KEY_ENUM DT_TOK_IDENT { $$ = dt_decl_spec(CTF_K_ENUM, $2); }
724 | DT_KEY_ENUM DT_TOK_TNAME { $$ = dt_decl_spec(CTF_K_ENUM, $2); }
728 DT_KEY_ENUM '{' { dt_decl_enum(NULL); }
729 | DT_KEY_ENUM DT_TOK_IDENT '{' { dt_decl_enum($2); }
730 | DT_KEY_ENUM DT_TOK_TNAME '{' { dt_decl_enum($2); }

Completed in 63 milliseconds