Lines Matching refs:EXPR_VALUE
919 assert(expr->type == EXPR_VALUE);
967 if (expr->type == EXPR_VALUE) {
1014 if ((entry->type == EXPR_POS) || (entry->type == EXPR_VALUE)) {
1042 if ((entry->type == EXPR_POS) || (entry->type == EXPR_VALUE))
1068 if (entry->type == EXPR_VALUE) {
1738 assert (expr->type == EXPR_VALUE);
1927 if (!post_condition || post_condition->type != EXPR_VALUE || post_condition->value) {
1932 if (pre_condition->type == EXPR_VALUE) {
1963 } else if (post_condition->type == EXPR_VALUE) {
2359 case EXPR_VALUE: