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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c395 * to the comments in dt_decl_type() and ISO C 6.5.2.1 for more info.
550 if (dt_decl_type(ddp, &dtt) != 0)
828 dt_decl_type(dt_decl_t *ddp, dtrace_typeinfo_t *tip) function
881 * dt_decl_type() recursively and then compute a pointer to the result.
892 if ((rv = dt_decl_type(ddp->dd_next, tip)) == 0 &&
904 * dt_decl_type() recursively and then build an array of the result.
918 * overcomplicate the implementation of dt_decl_type(), we push array
920 * by the time dt_decl_type() is called, the decl stack looks like:
940 if ((rv = dt_decl_type(ddp->dd_next, tip)) != 0)

Completed in 75 milliseconds