Home
last modified time | relevance | path

Searched refs:s_enum_constant (Results 1 – 4 of 4) sorted by relevance

/netbsd/usr.bin/xlint/lint1/
H A Dlint1.h264 int s_enum_constant; /* XXX: should be TARG_INT */ member
H A Ddebug.c374 debug_printf(" value=%d", sym->u.s_enum_constant); in debug_sym()
H A Dtree.c513 n->tn_val.u.integer = sym->u.s_enum_constant; in build_name()
1061 if (ec->u.s_enum_constant > max_ec->u.s_enum_constant) in check_enum_array_index()
1064 int64_t max_enum_value = max_ec->u.s_enum_constant; in check_enum_array_index()
H A Ddecl.c1764 sym->u.s_enum_constant = val; in enumeration_constant()