Searched refs:DT_TOK_EPRED (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h146 DT_TOK_EPRED = 361, enumerator in enum:yytokentype
257 #define DT_TOK_EPRED 361 macro
H A Ddt_grammar.c173 DT_TOK_EPRED = 361, enumerator in enum:yytokentype
284 #define DT_TOK_EPRED 361 macro
824 "DT_KEY_XLATOR", "DT_TOK_EPRED", "DT_CTX_DEXPR", "DT_CTX_DPROG",
H A Ddt_lex.c2127 * closes the predicate and we return DT_TOK_EPRED.
2144 tok = DT_TOK_EPRED;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y118 %token DT_TOK_EPRED
329 | probe_specifiers DT_TOK_DIV expression DT_TOK_EPRED {
333 | probe_specifiers DT_TOK_DIV expression DT_TOK_EPRED
H A Ddt_lex.l515 * closes the predicate and we return DT_TOK_EPRED.
532 tok = DT_TOK_EPRED;

Completed in 65 milliseconds