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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h133 DT_KEY_SIGNED = 348, enumerator in enum:yytokentype
244 #define DT_KEY_SIGNED 348 macro
H A Ddt_grammar.c160 DT_KEY_SIGNED = 348, enumerator in enum:yytokentype
271 #define DT_KEY_SIGNED 348 macro
821 "DT_KEY_SIGNED", "DT_KEY_STATIC", "DT_KEY_STRING", "DT_KEY_STRUCT",
H A Ddt_lex.c1547 return (DT_KEY_SIGNED);
1712 { yybegin(YYS_EXPR); return (DT_KEY_SIGNED); }
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y104 %token DT_KEY_SIGNED
642 | DT_KEY_SIGNED { $$ = dt_decl_attr(DT_DA_SIGNED); }

Completed in 49 milliseconds