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

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_sugar.c 244 if (dnp->dn_aggfun)
245 dt_sugar_visit_all(dp, dnp->dn_aggfun);
dt_parser.h 128 #define dn_aggfun dn_u._nodes._links[0] /* DT_NODE_AGG */ macro
dt_cc.c 1205 if (dnp->dn_aggfun == NULL) {
1211 fid = dnp->dn_aggfun->dn_ident;
1213 if (dnp->dn_aggfun->dn_args != NULL &&
1214 dt_node_is_scalar(dnp->dn_aggfun->dn_args) == 0) {
1215 dnerror(dnp->dn_aggfun, D_AGG_SCALAR, "%s( ) argument #1 must "
1288 dt_node_t *arg1 = dnp->dn_aggfun->dn_args->dn_list;
1424 dt_node_t *llarg = dnp->dn_aggfun->dn_args->dn_list;
1554 incr = dnp->dn_aggfun->dn_args->dn_list;
1595 if (dnp->dn_aggfun->dn_args != NULL) {
1596 dt_cg(yypcb, dnp->dn_aggfun->dn_args)
    [all...]
dt_parser.c 618 if (dnp->dn_aggfun != NULL) {
619 dt_node_free(dnp->dn_aggfun);
620 dnp->dn_aggfun = NULL;
3538 if (lp->dn_aggfun != NULL) {
3543 lp->dn_aggfun = rp;
4085 * If dn_aggfun is set, this node is a collapsed aggregation assignment (see
4087 * case we cook both the tuple and the function call. If dn_aggfun is NULL,
4096 if (dnp->dn_aggfun != NULL) {
4097 dnp->dn_aggfun = dt_node_cook(dnp->dn_aggfun, DT_IDFLG_REF)
    [all...]

Completed in 19 milliseconds