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 58 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 713 tp->t_is_enum = true;
  /src/usr.bin/xlint/lint1/
func.c 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 &&
565 error(333, tn->tn_type->t_is_enum ? expr_type_name(tn)
637 if ((tp->t_is_enum = tn->tn_type->t_is_enum) != false)
666 if (cstmt->c_switch_type->t_is_enum) {
693 (hflag && cstmt->c_switch_type->t_is_enum &&
emit1.c 104 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 1438 if (rn->tn_op != CVT || !rn->tn_type->t_is_enum)
3385 ((ln->tn_type->t_is_enum && rn->tn_type->t_tspec == PTR) ||
3386 (rn->tn_type->t_is_enum && ln->tn_type->t_tspec == PTR))) {
3442 if (!rn->tn_type->t_is_enum && rn->tn_op == CON &&
3473 (ltp->t_is_enum || (mp->m_binary && rtp->t_is_enum))) {
3476 (ltp->t_is_enum && rtp != NULL && rtp->t_is_enum)) {
3479 (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 20 milliseconds