Home
last modified time | relevance | path

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

/netbsd/usr.bin/xlint/lint1/
H A Ddecl.c200 if (dcs->d_type != NULL || dcs->d_abstract_type != NO_TSPEC || in dcs_add_storage_class()
317 lint_assert(dcs->d_abstract_type == NO_TSPEC); in dcs_add_type()
331 if (dcs->d_type != NULL || dcs->d_abstract_type != NO_TSPEC || in dcs_add_type()
334 dcs->d_abstract_type = NO_TSPEC; in dcs_add_type()
395 if (dcs->d_abstract_type != NO_TSPEC) in dcs_add_type()
397 dcs->d_abstract_type = t; in dcs_add_type()
402 if (dcs->d_abstract_type != NO_TSPEC) in dcs_add_type()
404 dcs->d_abstract_type = t; in dcs_add_type()
595 dcs->d_abstract_type = NO_TSPEC; in dcs_begin_type()
636 tspec_t t = dcs->d_abstract_type; in dcs_merge_declaration_specifiers()
H A Ddebug.c419 if (dl->d_abstract_type != NO_TSPEC) in debug_decl_level()
420 debug_printf(" %s", tspec_name(dl->d_abstract_type)); in debug_decl_level()
H A Dlint1.h368 tspec_t d_abstract_type;/* VOID, BOOL, CHAR, INT or COMPLEX */ member