HomeSort by: relevance | last modified time | path
    Searched refs:gen_relation (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libpcap/dist/
gencode.h 342 struct block *gen_relation(compiler_state_t *, int, struct arth *,
grammar.y.in 606 | arth relop arth { CHECK_PTR_VAL(($$.b = gen_relation(cstate, $2, $1, $3, 0)));
608 | arth irelop arth { CHECK_PTR_VAL(($$.b = gen_relation(cstate, $2, $1, $3, 1)));
gencode.c 7921 gen_relation(compiler_state_t *cstate, int code, struct arth *a0, function

Completed in 30 milliseconds