Home
last modified time | relevance | path

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

/netbsd/usr.bin/xlint/lint1/
H A Ddebug.c421 if (dl->d_complex_mod != NO_TSPEC) in debug_decl_level()
422 debug_printf(" %s", tspec_name(dl->d_complex_mod)); in debug_decl_level()
H A Ddecl.c352 if (dcs->d_complex_mod == FLOAT) in dcs_add_type()
354 else if (dcs->d_complex_mod == DOUBLE) in dcs_add_type()
361 dcs->d_complex_mod = NO_TSPEC; in dcs_add_type()
390 if (dcs->d_complex_mod != NO_TSPEC in dcs_add_type()
393 dcs->d_complex_mod = t; in dcs_add_type()
596 dcs->d_complex_mod = NO_TSPEC; in dcs_begin_type()
637 tspec_t c = dcs->d_complex_mod; in dcs_merge_declaration_specifiers()
H A Dlint1.h369 tspec_t d_complex_mod; /* FLOAT or DOUBLE */ member