Searched refs:PREDECR (Results 1 – 5 of 5) sorted by relevance
120 PREDECR = 330, enumerator217 #define PREDECR 330 macro
69 { PREDECR, "incrdecr", "--" },
61 %token <i> POSTINCR PREINCR POSTDECR PREDECR368 | DECR var { $$ = op1(PREDECR, $2); }
188 PREDECR = 330, enumerator285 #define PREDECR 330 macro3202 { (yyval.p) = op1(PREDECR, (yyvsp[0].p)); } in yyparse()
1114 if (n == PREINCR || n == PREDECR) { in incrdecr()