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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h140 DT_KEY_UNION = 355, enumerator in enum:yytokentype
251 #define DT_KEY_UNION 355 macro
H A Ddt_grammar.c167 DT_KEY_UNION = 355, enumerator in enum:yytokentype
278 #define DT_KEY_UNION 355 macro
822 "DT_KEY_SWITCH", "DT_KEY_THIS", "DT_KEY_TYPEDEF", "DT_KEY_UNION",
H A Ddt_lex.c1597 return (DT_KEY_UNION);
1747 { yybegin(YYS_EXPR); return (DT_KEY_UNION); }
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y111 %token DT_KEY_UNION
673 | DT_KEY_UNION { $$ = CTF_K_UNION; }

Completed in 50 milliseconds