Searched refs:DT_TOK_ADDADD (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.h79 DT_TOK_ADDADD = 294, enumerator in enum:yytokentype
190 #define DT_TOK_ADDADD 294 macro
H A Ddt_grammar.c106 DT_TOK_ADDADD = 294, enumerator in enum:yytokentype
217 #define DT_TOK_ADDADD 294 macro
807 "DT_TOK_LNEG", "DT_TOK_BNEG", "DT_TOK_ADDADD", "DT_TOK_SUBSUB",
H A Ddt_lex.c2383 return (DT_TOK_ADDADD);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_grammar.y63 %token DT_TOK_LNEG DT_TOK_BNEG DT_TOK_ADDADD DT_TOK_SUBSUB
140 %right DT_TOK_LNEG DT_TOK_BNEG DT_TOK_ADDADD DT_TOK_SUBSUB
405 | postfix_expression DT_TOK_ADDADD {
427 | DT_TOK_ADDADD unary_expression { $$ = OP1(DT_TOK_PREINC, $2); }
H A Ddt_lex.l609 <S0>"++" return (DT_TOK_ADDADD);
H A Ddt_parser.c167 case DT_TOK_ADDADD: return ("++");

Completed in 78 milliseconds