Searched refs:arth (Results 1 - 5 of 5) sorted by relevance

/external/libpcap/
H A Dgencode.h254 struct arth { struct
267 struct arth *gen_loadi(int);
268 struct arth *gen_load(int, struct arth *, int);
269 struct arth *gen_loadlen(void);
270 struct arth *gen_neg(struct arth *);
271 struct arth *gen_arth(int, struct arth *, struct arth *);
[all...]
H A Dgrammar.y144 struct arth *a;
157 %type <a> arth narth
306 | arth relop arth { $$.b = gen_relation($2, $1, $3, 0);
308 | arth irelop arth { $$.b = gen_relation($2, $1, $3, 1);
416 arth: pnum { $$ = gen_loadi($1); } label
419 narth: pname '[' arth ']' { $$ = gen_load($1, $3, 1); }
420 | pname '[' arth ':' NUM ']' { $$ = gen_load($1, $3, $5); }
421 | arth '
[all...]
H A Dtokdefs.h249 struct arth *a;
H A Dgencode.c246 static struct slist *xfer_to_x(struct arth *);
247 static struct slist *xfer_to_a(struct arth *);
5549 struct arth *a;
5560 struct arth *a;
5576 struct arth *
5579 struct arth *inst;
5811 struct arth *a0, *a1;
5854 struct arth *
5858 struct arth *a = (struct arth *)newchun
[all...]
H A Dgrammar.c441 struct arth *a;
799 "relop", "irelop", "arth", "narth", "byteop", "pnum", "atmtype",

Completed in 96 milliseconds