Searched refs:TYPE_OP_MULT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/pmcstudy/
H A Deval_expr.h35 TYPE_OP_MULT, enumerator in enum:exptype
H A Deval_expr.c94 case TYPE_OP_MULT:
118 (exp->next->type == TYPE_OP_MULT)) {
185 case TYPE_OP_MULT:
339 if ((at->type == TYPE_OP_MULT) ||
384 (at->type == TYPE_OP_MULT)) {
496 at->type = TYPE_OP_MULT;
621 case TYPE_OP_MULT:
659 (op->type != TYPE_OP_MULT) &&

Completed in 43 milliseconds