Searched refs:gen_relation (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/libpcap/ |
| H A D | gencode.h | 336 struct block *gen_relation(compiler_state_t *, int, struct arth *,
|
| H A D | grammar.y.in | 593 | arth relop arth { CHECK_PTR_VAL(($$.b = gen_relation(cstate, $2, $1, $3, 0))); 595 | arth irelop arth { CHECK_PTR_VAL(($$.b = gen_relation(cstate, $2, $1, $3, 1)));
|
| H A D | gencode.c | 8040 gen_relation(compiler_state_t *cstate, int code, struct arth *a0, in gen_relation() function
|