Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.h161 #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.c439 case DT_NODE_FUNC: in dt_node_name()
575 case DT_NODE_FUNC: in dt_node_free()
795 case DT_NODE_FUNC: in dt_node_resolve()
1205 return (dnp->dn_kind == DT_NODE_FUNC && in dt_node_is_actfunc()
1782 dnp->dn_kind = DT_NODE_FUNC; in dt_node_func()
2135 if (expr->dn_kind == DT_NODE_FUNC && in dt_node_statement()
3516 if (rp->dn_kind != DT_NODE_FUNC || in dt_cook_op2()
4691 case DT_NODE_FUNC: in dt_printd()
4893 case DT_NODE_FUNC: in dt_node_printr()
H A Ddt_ident.c1003 case DT_NODE_FUNC: in dt_ident_resolve()
H A Ddt_cg.c1970 case DT_NODE_FUNC: { in dt_cg_node()
H A Ddt_cc.c1230 if (anp->dn_kind == DT_NODE_FUNC) { in dt_compile_agg()