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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h131 DT_KEY_SELF = 346, enumerator in enum:yytokentype
242 #define DT_KEY_SELF 346 macro
H A Ddt_grammar.c158 DT_KEY_SELF = 346, enumerator in enum:yytokentype
269 #define DT_KEY_SELF 346 macro
820 "DT_KEY_RESTRICT", "DT_KEY_RETURN", "DT_KEY_SELF", "DT_KEY_SHORT",
H A Ddt_lex.c1537 return (DT_KEY_SELF);
1702 { yybegin(YYS_EXPR); return (DT_KEY_SELF); }
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y102 %token DT_KEY_SELF
375 | DT_KEY_SELF { $$ = dt_node_ident(DUP("self")); }
631 | DT_KEY_SELF { dt_decl_class(DT_DC_SELF); }

Completed in 64 milliseconds