Home
last modified time | relevance | path

Searched refs:DT_NODE_FUNC (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.h163 #define DT_NODE_FUNC 7 /* function call */ macro
H A Ddt_sugar.c208 case DT_NODE_FUNC: in dt_sugar_visit_all()
H A Ddt_parser.c435 case DT_NODE_FUNC: in dt_node_name()
572 case DT_NODE_FUNC: in dt_node_free()
800 case DT_NODE_FUNC: in dt_node_resolve()
1210 return (dnp->dn_kind == DT_NODE_FUNC && in dt_node_is_actfunc()
1789 dnp->dn_kind = DT_NODE_FUNC; in dt_node_func()
2141 if (expr->dn_kind == DT_NODE_FUNC && in dt_node_statement()
3521 if (rp->dn_kind != DT_NODE_FUNC || in dt_cook_op2()
4697 case DT_NODE_FUNC: in dt_printd()
4902 case DT_NODE_FUNC: in dt_node_printr()
H A Ddt_ident.c993 case DT_NODE_FUNC: in dt_ident_resolve()
H A Ddt_cc.c1192 if (anp->dn_kind == DT_NODE_FUNC) { in dt_compile_agg()
H A Ddt_cg.c1991 case DT_NODE_FUNC: in dt_cg_node()