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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y73 %token <l_str> DT_TOK_TNAME
396 | postfix_expression DT_TOK_DOT DT_TOK_TNAME {
402 | postfix_expression DT_TOK_PTR DT_TOK_TNAME {
416 DT_TOK_TNAME DT_TOK_RPAR {
647 | DT_TOK_TNAME { $$ = dt_decl_spec(CTF_K_TYPEDEF, $1); }
662 | struct_or_union DT_TOK_TNAME { $$ = dt_decl_spec($1, $2); }
668 | struct_or_union DT_TOK_TNAME '{' { dt_decl_sou($1, $2); }
724 | DT_KEY_ENUM DT_TOK_TNAME { $$ = dt_decl_spec(CTF_K_ENUM, $2); }
730 | DT_KEY_ENUM DT_TOK_TNAME '{' { dt_decl_enum($2); }
H A Ddt_lex.l665 return (DT_TOK_TNAME);
790 int c0, c1, ttok = DT_TOK_TNAME;
822 * then always interpret it as a type and return DT_TOK_TNAME.
825 return (DT_TOK_TNAME);
H A Ddt_parser.c189 case DT_TOK_TNAME: return ("<type>");
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h103 DT_TOK_TNAME = 318, enumerator in enum:yytokentype
214 #define DT_TOK_TNAME 318 macro
H A Ddt_grammar.c130 DT_TOK_TNAME = 318, enumerator in enum:yytokentype
241 #define DT_TOK_TNAME 318 macro
813 "DT_TOK_PSPEC", "DT_TOK_AGG", "DT_TOK_TNAME", "DT_TOK_INT",
H A Ddt_lex.c2487 return (DT_TOK_TNAME);
3638 int c0, c1, ttok = DT_TOK_TNAME;
3670 * then always interpret it as a type and return DT_TOK_TNAME.
3673 return (DT_TOK_TNAME);

Completed in 60 milliseconds