Home
last modified time | relevance | path

Searched refs:dn_pred (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_sugar.c252 if (dnp->dn_pred != NULL) in dt_sugar_visit_all()
253 dt_sugar_visit_all(dp, dnp->dn_pred); in dt_sugar_visit_all()
485 clause->dn_pred, clause->dn_acts)); in dt_compile_sugar()
487 if (clause->dn_pred != NULL) { in dt_compile_sugar()
489 clause->dn_pred, condid); in dt_compile_sugar()
H A Ddt_parser.c630 if (dnp->dn_pred != NULL) in dt_node_free()
631 dt_node_free(dnp->dn_pred); in dt_node_free()
2228 dnp->dn_pred = pred; in dt_node_clause()
4193 if (dnp->dn_pred != NULL) { in dt_cook_clause()
4196 dnp->dn_pred = dt_node_cook(dnp->dn_pred, idflags); in dt_cook_clause()
4198 dt_attr_min(dnp->dn_attr, dnp->dn_pred->dn_attr)); in dt_cook_clause()
4200 if (!dt_node_is_scalar(dnp->dn_pred)) { in dt_cook_clause()
4771 if (dnp->dn_pred != NULL) { in dt_printd()
4773 dt_printd(dnp->dn_pred, fp, 0); in dt_printd()
4982 if (dnp->dn_pred != NULL) { in dt_node_printr()
[all …]
H A Ddt_parser.h133 #define dn_pred dn_u._clause._pred /* DT_NODE_CLAUSE */ macro
H A Ddt_cc.c1582 if (cnp->dn_pred != NULL) { in dt_compile_one_clause()
1583 dt_cg(yypcb, cnp->dn_pred); in dt_compile_one_clause()