HomeSort by relevance Sort by last modified time
    Searched refs:gen_relation (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
gencode.h 313 struct block *gen_relation(compiler_state_t *, int, struct arth *,
grammar.y 464 | arth relop arth { $$.b = gen_relation(cstate, $2, $1, $3, 0);
466 | arth irelop arth { $$.b = gen_relation(cstate, $2, $1, $3, 1);
gencode.c 7180 gen_relation(compiler_state_t *cstate, int code, struct arth *a0, function
    [all...]

Completed in 63 milliseconds