Searched refs:dt_decl_type (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_decl.h | 117 extern int dt_decl_type(dt_decl_t *, dtrace_typeinfo_t *);
|
H A D | dt_decl.c | 380 * to the comments in dt_decl_type() and ISO C 6.5.2.1 for more info. 535 if (dt_decl_type(ddp, &dtt) != 0) 817 dt_decl_type(dt_decl_t *ddp, dtrace_typeinfo_t *tip) function 865 * dt_decl_type() recursively and then compute a pointer to the result. 876 if ((rv = dt_decl_type(ddp->dd_next, tip)) == 0 && 888 * dt_decl_type() recursively and then build an array of the result. 902 * overcomplicate the implementation of dt_decl_type(), we push array 904 * by the time dt_decl_type() is called, the decl stack looks like: 924 if ((rv = dt_decl_type(ddp->dd_next, tip)) != 0)
|
H A D | dt_parser.c | 1322 err = dt_decl_type(ddp, &dtt); 1383 if (dt_decl_type(ddp, &dtt) != 0) 1588 if (dt_decl_type(ddp->dd_next, &dtt) != 0) 1770 err = dt_decl_type(ddp, &dtt); 2180 if (dt_decl_type(ddp, &dtt) != 0) 2214 if (dt_decl_type(ddp->dd_next, &dtt) != 0) 2367 err = dt_decl_type(ddp, &dtt); 2398 edst = dt_decl_type(ddp, &dst); 2401 esrc = dt_decl_type(sdp, &src);
|
H A D | dt_cc.c | 2244 err = dt_decl_type(ddp, arg);
|
Completed in 1500 milliseconds