Searched refs:dt_decl_type (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_decl.h115 extern int dt_decl_type(dt_decl_t *, dtrace_typeinfo_t *);
H A Ddt_decl.c378 * to the comments in dt_decl_type() and ISO C 6.5.2.1 for more info.
533 if (dt_decl_type(ddp, &dtt) != 0)
811 dt_decl_type(dt_decl_t *ddp, dtrace_typeinfo_t *tip) function
859 * dt_decl_type() recursively and then compute a pointer to the result.
870 if ((rv = dt_decl_type(ddp->dd_next, tip)) == 0 &&
882 * dt_decl_type() recursively and then build an array of the result.
896 * overcomplicate the implementation of dt_decl_type(), we push array
898 * by the time dt_decl_type() is called, the decl stack looks like:
918 if ((rv = dt_decl_type(ddp->dd_next, tip)) != 0)
H A Ddt_parser.c1314 err = dt_decl_type(ddp, &dtt);
1375 if (dt_decl_type(ddp, &dtt) != 0)
1580 if (dt_decl_type(ddp->dd_next, &dtt) != 0)
1758 err = dt_decl_type(ddp, &dtt);
2168 if (dt_decl_type(ddp, &dtt) != 0)
2202 if (dt_decl_type(ddp->dd_next, &dtt) != 0)
2357 err = dt_decl_type(ddp, &dtt);
2388 edst = dt_decl_type(ddp, &dst);
2391 esrc = dt_decl_type(sdp, &src);
H A Ddt_cc.c2188 err = dt_decl_type(ddp, arg);

Completed in 37 milliseconds