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 ||
319 lint_assert(dcs->d_abstract_type == NO_TSPEC);
331 if (dcs->d_type != NULL || dcs->d_abstract_type != NO_TSPEC ||
334 dcs->d_abstract_type = NO_TSPEC;
355 else if (dcs->d_abstract_type == NO_TSPEC)
391 if (dcs->d_abstract_type != NO_TSPEC)
393 dcs->d_abstract_type = t;
397 else if (t == COMPLEX && dcs->d_abstract_type == NO_TSPEC)
398 dcs->d_abstract_type = t;
400 if (dcs->d_abstract_type != NO_TSPEC
    [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 38 milliseconds