Searched refs:dn_pred (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_parser.h123 #define dn_pred dn_u._clause._pred /* DT_NODE_CLAUSE */ macro
H A Ddt_parser.c612 if (dnp->dn_pred != NULL)
613 dt_node_free(dnp->dn_pred);
2158 dnp->dn_pred = pred;
4087 if (dnp->dn_pred != NULL && (err = setjmp(yypcb->pcb_jmpbuf)) != 0) {
4105 if (dnp->dn_pred != NULL) {
4108 dnp->dn_pred = dt_node_cook(dnp->dn_pred, idflags);
4110 dt_attr_min(dnp->dn_attr, dnp->dn_pred->dn_attr));
4112 if (!dt_node_is_scalar(dnp->dn_pred)) {
4703 if (dnp->dn_pred !
[all...]
H A Ddt_cc.c1713 if (cnp->dn_pred != NULL) {
1714 dt_cg(yypcb, cnp->dn_pred);

Completed in 192 milliseconds