Searched refs:gather_exp_to_paren_close (Results 1 - 1 of 1) sorted by last modified time

/freebsd-current/usr.sbin/pmcstudy/
H A Deval_expr.c545 gather_exp_to_paren_close(struct expression *exp, double *val_fill) function
559 lastproc = gather_exp_to_paren_close(exp->next, &val);
583 op = gather_exp_to_paren_close(exp->next, &val1);
600 rest = gather_exp_to_paren_close(other_half->next, &val2);

Completed in 79 milliseconds