HomeSort by: relevance | last modified time | path
    Searched refs:d_abstract_type (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint1/
decl.c 203 if (dcs->d_type != NULL || dcs->d_abstract_type != NO_TSPEC ||
321 lint_assert(dcs->d_abstract_type == NO_TSPEC);
333 if (dcs->d_type != NULL || dcs->d_abstract_type != NO_TSPEC ||
336 dcs->d_abstract_type = NO_TSPEC;
400 if (dcs->d_abstract_type != NO_TSPEC)
402 dcs->d_abstract_type = t;
407 if (dcs->d_abstract_type != NO_TSPEC)
409 dcs->d_abstract_type = t;
640 dcs->d_abstract_type = NO_TSPEC;
698 tspec_t t = dcs->d_abstract_type;
    [all...]
debug.c 488 if (dl->d_abstract_type != NO_TSPEC)
489 debug_printf(" %s", tspec_name(dl->d_abstract_type));
lint1.h 352 tspec_t d_abstract_type;/* VOID, BOOL, CHAR, INT or COMPLEX */ member in struct:decl_level

Completed in 13 milliseconds