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);
417 if (!(tn->tn_type->t_is_enum || cs->c_switch_type->t_is_enum))
419 if (tn->tn_type->t_is_enum && cs->c_switch_type->t_is_enum &&
420 tn->tn_type->u.enumer == cs->c_switch_type->u.enumer)
425 warning(130, type_name(cs->c_switch_type), op_name(EQ),
489 lint_assert(cs->c_switch_type != NULL);
506 convert_constant(CASE, 0, cs->c_switch_type, &nv, v);
652 cstmt->c_switch_type = tp;
665 lint_assert(cstmt->c_switch_type != NULL);
667 if (cstmt->c_switch_type->t_is_enum)
    [all...]
lint1.h 451 type_t *c_switch_type; /* type of switch expression */ member in struct:control_statement

Completed in 39 milliseconds