Home
last modified time | relevance | path

Searched refs:d_rank_mod (Results 1 – 3 of 3) sorted by relevance

/netbsd/usr.bin/xlint/lint1/
H A Ddecl.c201 dcs->d_sign_mod != NO_TSPEC || dcs->d_rank_mod != NO_TSPEC) { in dcs_add_storage_class()
319 lint_assert(dcs->d_rank_mod == NO_TSPEC); in dcs_add_type()
336 dcs->d_rank_mod = NO_TSPEC; in dcs_add_type()
364 if (t == LONG && dcs->d_rank_mod == LONG) { in dcs_add_type()
367 dcs->d_rank_mod = NO_TSPEC; in dcs_add_type()
385 if (dcs->d_rank_mod != NO_TSPEC) in dcs_add_type()
387 dcs->d_rank_mod = t; in dcs_add_type()
389 if (dcs->d_rank_mod == NO_TSPEC || dcs->d_rank_mod == LONG) { in dcs_add_type()
391 || (t == FLOAT && dcs->d_rank_mod == LONG)) in dcs_add_type()
598 dcs->d_rank_mod = NO_TSPEC; in dcs_begin_type()
[all …]
H A Ddebug.c425 if (dl->d_rank_mod != NO_TSPEC) in debug_decl_level()
426 debug_printf(" %s", tspec_name(dl->d_rank_mod)); in debug_decl_level()
H A Dlint1.h371 tspec_t d_rank_mod; /* SHORT, LONG or LLONG */ member