HomeSort by: relevance | last modified time | path
    Searched refs:c_switch_type (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint1/
func.c 163 free(cs->c_switch_type);
416 if (!(tn->tn_type->t_is_enum || cs->c_switch_type->t_is_enum))
418 if (tn->tn_type->t_is_enum && cs->c_switch_type->t_is_enum &&
419 tn->tn_type->u.enumer == cs->c_switch_type->u.enumer)
424 warning(130, type_name(cs->c_switch_type), op_name(EQ),
488 lint_assert(cs->c_switch_type != NULL);
505 convert_constant(CASE, 0, cs->c_switch_type, &nv, v);
651 cstmt->c_switch_type = tp;
664 lint_assert(cstmt->c_switch_type != NULL);
666 if (cstmt->c_switch_type->t_is_enum)
    [all...]
lint1.h 449 type_t *c_switch_type; /* type of switch expression */ member in struct:control_statement

Completed in 174 milliseconds