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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h147 DT_CTX_DEXPR = 362, enumerator in enum:yytokentype
258 #define DT_CTX_DEXPR 362 macro
H A Ddt_grammar.c174 DT_CTX_DEXPR = 362, enumerator in enum:yytokentype
285 #define DT_CTX_DEXPR 362 macro
824 "DT_KEY_XLATOR", "DT_TOK_EPRED", "DT_CTX_DEXPR", "DT_CTX_DPROG",
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y119 %token DT_CTX_DEXPR
222 d_expression: DT_CTX_DEXPR { $$ = NULL; }
223 | DT_CTX_DEXPR expression { $$ = $2; }
H A Ddt_cc.c2236 case DT_CTX_DEXPR:

Completed in 46 milliseconds