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

  /src/usr.bin/xlint/lint2/
lint2.h 42 bool t_is_enum:1; member in struct:lint2_type
51 * t_is_enum, STRUCT or UNION */
53 * t_is_enum, STRUCT or UNION */
emit2.c 53 if (ts == INT && tp->t_is_enum)
chk.c 499 !arg1->t_is_enum && !arg2->t_is_enum) {
1245 if (tp1->t_is_enum && tp2->t_is_enum) {
read.c 711 tp->t_is_enum = true;
  /src/usr.bin/xlint/lint1/
func.c 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 &&
566 error(333, tn->tn_type->t_is_enum ? expr_type_name(tn)
638 if ((tp->t_is_enum = tn->tn_type->t_is_enum) != false)
667 if (cstmt->c_switch_type->t_is_enum) {
694 (hflag && cstmt->c_switch_type->t_is_enum &&
emit1.c 99 if ((ts = tp->t_tspec) == INT && tp->t_is_enum)
debug.c 177 if (tp->t_is_enum) {
435 if (sym->s_type != NULL && sym->s_type->t_is_enum)
tree.c 1502 if (rn->tn_op != CVT || !rn->tn_type->t_is_enum)
3449 ((ln->tn_type->t_is_enum && rn->tn_type->t_tspec == PTR) ||
3450 (rn->tn_type->t_is_enum && ln->tn_type->t_tspec == PTR))) {
3506 if (!rn->tn_type->t_is_enum && rn->tn_op == CON &&
3537 (ltp->t_is_enum || (mp->m_binary && rtp->t_is_enum))) {
3540 (ltp->t_is_enum && rtp != NULL && rtp->t_is_enum)) {
3543 (ltp->t_is_enum || (rtp != NULL && rtp->t_is_enum))) {
    [all...]
lint1.h 149 bool t_is_enum:1; member in struct:lint1_type
decl.c 1718 tp->t_is_enum = true;
  /src/usr.bin/xlint/common/
tyname.c 258 if ((t = tp->t_tspec) == INT && tp->t_is_enum)

Completed in 27 milliseconds