HomeSort by: relevance | last modified time | path
    Searched refs:DT_NODE_FUNC (Results 1 - 6 of 6) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_parser.h 161 #define DT_NODE_FUNC 7 /* function call */
213 extern dt_node_t *dt_node_func(dt_node_t *, dt_node_t *);
dt_sugar.c 208 case DT_NODE_FUNC:
dt_parser.c 439 case DT_NODE_FUNC:
575 case DT_NODE_FUNC:
795 case DT_NODE_FUNC:
1205 return (dnp->dn_kind == DT_NODE_FUNC &&
1756 dt_node_func(dt_node_t *dnp, dt_node_t *args) function
1782 dnp->dn_kind = DT_NODE_FUNC;
2135 if (expr->dn_kind == DT_NODE_FUNC &&
3515 if (rp->dn_kind != DT_NODE_FUNC ||
4493 dt_cook_func, /* DT_NODE_FUNC */
4690 case DT_NODE_FUNC
    [all...]
dt_ident.c 1001 case DT_NODE_FUNC:
dt_cc.c 1230 if (anp->dn_kind == DT_NODE_FUNC) {
dt_cg.c 1970 case DT_NODE_FUNC: {

Completed in 25 milliseconds