Searched refs:DD_FUN (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y1190 tp->t_nargs = 0; /* DD_FUN */
1211 case DD_FUN:
1283 tp->t_dt = DD_FUN;
1334 case DD_FUN:
1456 return (tp && (tp->t_dt == DD_FUN));
1461 assert(tp->t_dt == DD_FUN);
1471 assert(tp->t_dt == DD_FUN);
1478 assert(tp->t_dt == DD_FUN);
1490 * by a DD_FUN.
1504 return (tp && (tp->t_dt == DD_FUN));
[all...]
H A Dparseproto.h138 * | | | | |(DD_FUN)| | |
209 DD_FUN = 2, /* function [taking and] returning ... */ enumerator in enum:__anon11
229 /* DD_FUN */

Completed in 49 milliseconds