Home
last modified time | relevance | path

Searched refs:gen_neg (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libpcap/
H A Dgencode.h317 struct arth *gen_neg(compiler_state_t *, struct arth *);
H A Dgrammar.y.in865 | '-' arth %prec UMINUS { CHECK_PTR_VAL(($$ = gen_neg(cstate, $2))); }
H A Dgencode.c7994 gen_neg(compiler_state_t *cstate, struct arth *a_arg) in gen_neg() function