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

/freebsd-11-stable/usr.sbin/pmcstudy/
H A Deval_expr.h39 TYPE_VALUE_CON, enumerator in enum:exptype
H A Deval_expr.c152 case TYPE_VALUE_CON:
197 case TYPE_VALUE_CON:
232 } else if ((at->type == TYPE_VALUE_CON) ||
285 if ((at->type == TYPE_VALUE_CON) ||
501 at->type = TYPE_VALUE_CON;
528 if (at->type == TYPE_VALUE_CON) {
587 } else if(exp->type == TYPE_VALUE_CON) {
604 } else if(other_half->type == TYPE_VALUE_CON) {

Completed in 83 milliseconds