Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint1/
Ddecl.c204 dcs->d_sign_mod != NO_TSPEC || dcs->d_rank_mod != NO_TSPEC) in dcs_add_storage_class()
319 lint_assert(dcs->d_sign_mod == NO_TSPEC); in dcs_add_type()
331 dcs->d_rank_mod != NO_TSPEC || dcs->d_sign_mod != NO_TSPEC) { in dcs_add_type()
334 dcs->d_sign_mod = NO_TSPEC; in dcs_add_type()
379 if (dcs->d_sign_mod != NO_TSPEC) in dcs_add_type()
381 dcs->d_sign_mod = t; in dcs_add_type()
616 dcs->d_sign_mod = NO_TSPEC; in dcs_begin_type()
674 tspec_t s = dcs->d_sign_mod; in dcs_merge_declaration_specifiers()
989 } else if (t == INT && dcs->d_sign_mod == NO_TSPEC) { in check_bit_field_type()
Ddebug.c487 if (dl->d_sign_mod != NO_TSPEC) in debug_decl_level()
488 debug_printf(" %s", tspec_name(dl->d_sign_mod)); in debug_decl_level()
Dlint1.h349 tspec_t d_sign_mod; /* SIGNED or UNSIGN */ member
Dcgram.y1045 dcs->d_abstract_type = dcs->d_sign_mod == UNSIGN
1047 dcs->d_sign_mod = NO_TSPEC;