Home | History | Annotate | Download | only in preprocessor

Lines Matching refs:unop

387 } unop[] = {
436 for (i = ALEN(unop) - 1; i >= 0; i--) {
437 if (unop[i].token == token)
443 *res = unop[i].op(*res);