Home
last modified time | relevance | path

Searched refs:TYPE_VALUE_PMC (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/pmcstudy/
H A Deval_expr.c150 case TYPE_VALUE_PMC: in validate_expr()
197 case TYPE_VALUE_PMC: in print_exp()
230 (at->type == TYPE_VALUE_PMC)) { in walk_back_and_insert_paren()
283 (at->type == TYPE_VALUE_PMC)) { in walk_fwd_and_insert_paren()
500 at->type = TYPE_VALUE_PMC; in parse_expression()
587 } else if (exp->type == TYPE_VALUE_PMC) { in run_expr()
604 } else if (other_half->type == TYPE_VALUE_PMC) { in run_expr()
677 if (at->type == TYPE_VALUE_PMC) { in calc_expr()
683 if (at->type == TYPE_VALUE_PMC) { in calc_expr()
H A Deval_expr.h37 TYPE_VALUE_PMC enumerator
H A Dpmcstudy.c2686 if (at->type == TYPE_VALUE_PMC) { in build_command_for_exp()
2704 if (at->type == TYPE_VALUE_PMC) { in build_command_for_exp()
2744 if (at->type == TYPE_VALUE_PMC) { in user_expr()