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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h114 DT_KEY_DOUBLE = 329, enumerator in enum:yytokentype
225 #define DT_KEY_DOUBLE 329 macro
H A Ddt_grammar.c141 DT_KEY_DOUBLE = 329, enumerator in enum:yytokentype
252 #define DT_KEY_DOUBLE 329 macro
816 "DT_KEY_DO", "DT_KEY_DOUBLE", "DT_KEY_ELSE", "DT_KEY_ENUM",
H A Ddt_lex.c1447 return (DT_KEY_DOUBLE);
1647 { yybegin(YYS_EXPR); return (DT_KEY_DOUBLE); }
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y85 %token DT_KEY_DOUBLE
641 | DT_KEY_DOUBLE { $$ = dt_decl_spec(CTF_K_FLOAT, DUP("double")); }

Completed in 63 milliseconds