Home
last modified time | relevance | path

Searched refs:dn_expr (Results 1 – 5 of 5) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1083 switch (dnp->dn_expr->dn_ident->di_id) { in dt_compile_fun()
1088 dt_action_chill(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1091 dt_action_clear(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1103 dt_action_exit(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1118 dt_action_panic(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1121 dt_action_trace(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1133 dt_action_raise(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1142 dt_action_stack(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1145 dt_action_stop(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1154 dt_action_trace(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
[all …]
H A Ddt_sugar.c230 dt_sugar_visit_all(dp, dnp->dn_expr); in dt_sugar_visit_all()
237 dt_sugar_visit_all(dp, dnp->dn_expr); in dt_sugar_visit_all()
H A Ddt_parser.c472 if (dnp->dn_expr) in dt_node_name()
593 if (dnp->dn_expr != NULL) { in dt_node_free()
594 dt_node_free(dnp->dn_expr); in dt_node_free()
595 dnp->dn_expr = NULL; in dt_node_free()
611 if (dnp->dn_expr != NULL) { in dt_node_free()
612 dt_node_free(dnp->dn_expr); in dt_node_free()
613 dnp->dn_expr = NULL; in dt_node_free()
2120 dnp->dn_expr = expr; in dt_node_op3()
2141 dnp->dn_expr = expr; in dt_node_statement()
4030 dnp->dn_expr = dt_node_cook(dnp->dn_expr, DT_IDFLG_REF); in dt_cook_op3()
[all …]
H A Ddt_parser.h127 #define dn_expr dn_u._nodes._links[2] /* DT_NODE_OP3, DEXPR */ macro
H A Ddt_cg.c830 dt_cg_node(dnp->dn_expr, dlp, drp); in dt_cg_ternary_op()
831 instr = DIF_INSTR_TST(dnp->dn_expr->dn_reg); in dt_cg_ternary_op()
833 dt_regset_free(drp, dnp->dn_expr->dn_reg); in dt_cg_ternary_op()