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

  /src/usr.bin/xlint/common/
inittyp.c 82 typeinfo(NULL, NO_TSPEC, NO_TSPEC, 0, 0, ' '),
106 typeinfo("_Complex", NO_TSPEC, NO_TSPEC, 0, 0, ' '),
108 typeinfo(NULL, NO_TSPEC, NO_TSPEC, 0, 0, ' '),
lint.h 63 NO_TSPEC = 0,
  /src/usr.bin/xlint/lint1/
decl.c 203 if (dcs->d_type != NULL || dcs->d_abstract_type != NO_TSPEC ||
204 dcs->d_sign_mod != NO_TSPEC || dcs->d_rank_mod != NO_TSPEC)
321 lint_assert(dcs->d_abstract_type == NO_TSPEC);
322 lint_assert(dcs->d_sign_mod == NO_TSPEC);
323 lint_assert(dcs->d_rank_mod == NO_TSPEC);
333 if (dcs->d_type != NULL || dcs->d_abstract_type != NO_TSPEC ||
334 dcs->d_rank_mod != NO_TSPEC || dcs->d_sign_mod != NO_TSPEC) {
336 dcs->d_abstract_type = NO_TSPEC;
    [all...]
ckbool.c 126 tspec_t rt = NO_TSPEC;
debug.c 488 if (dl->d_abstract_type != NO_TSPEC)
490 if (dl->d_complex_mod != NO_TSPEC)
492 if (dl->d_sign_mod != NO_TSPEC)
494 if (dl->d_rank_mod != NO_TSPEC)
tree.c 2545 lint_assert(rt == NO_TSPEC);
3178 tspec_t lt, rt, lst = NO_TSPEC, rst = NO_TSPEC;
3496 tspec_t rt = mp->m_binary ? rtp->t_tspec : NO_TSPEC;
  /src/usr.bin/xlint/lint2/
chk.c 606 tspec_t sz, t1, t2 = NO_TSPEC;
624 sz = NO_TSPEC;
702 if (sz != NO_TSPEC)
706 if (sz != NO_TSPEC || left || sign || space ||
766 if ((alt && fc != 'O') || sz != NO_TSPEC || !tflag)
776 if (sz == NO_TSPEC)
783 if (sz != NO_TSPEC || alt || zero)
788 if (sz != NO_TSPEC || alt || zero)
795 if (fwidth || prec || sz != NO_TSPEC || alt || zero)
834 tspec_t sz, t1 = NO_TSPEC, t2 = NO_TSPEC
    [all...]
read.c 779 t = NO_TSPEC;
871 if (t == NO_TSPEC)

Completed in 20 milliseconds