Searched refs:NO_TSPEC (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/usr.bin/xlint/common/
H A Dinittyp.c82 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, ' '),
H A Dlint.h63 NO_TSPEC = 0, enumerator in enum:__anon42
/netbsd-current/usr.bin/xlint/lint1/
H A Ddecl.c201 if (dcs->d_type != NULL || dcs->d_abstract_type != NO_TSPEC ||
202 dcs->d_sign_mod != NO_TSPEC || dcs->d_rank_mod != NO_TSPEC)
316 lint_assert(dcs->d_abstract_type == NO_TSPEC);
317 lint_assert(dcs->d_sign_mod == NO_TSPEC);
318 lint_assert(dcs->d_rank_mod == NO_TSPEC);
328 if (dcs->d_type != NULL || dcs->d_abstract_type != NO_TSPEC ||
329 dcs->d_rank_mod != NO_TSPEC || dcs->d_sign_mod != NO_TSPEC) {
331 dcs->d_abstract_type = NO_TSPEC;
[all...]
H A Ddebug.c466 if (dl->d_abstract_type != NO_TSPEC)
468 if (dl->d_complex_mod != NO_TSPEC)
470 if (dl->d_sign_mod != NO_TSPEC)
472 if (dl->d_rank_mod != NO_TSPEC)
H A Dckbool.c126 tspec_t rt = NO_TSPEC;
H A Dtree.c2271 lint_assert(rt == NO_TSPEC);
2884 tspec_t lt, rt, lst = NO_TSPEC, rst = NO_TSPEC;
3202 tspec_t rt = mp->m_binary ? rtp->t_tspec : NO_TSPEC;
/netbsd-current/usr.bin/xlint/lint2/
H A Dchk.c596 tspec_t sz, t1, t2 = NO_TSPEC;
614 sz = NO_TSPEC;
692 if (sz != NO_TSPEC)
696 if (sz != NO_TSPEC || left || sign || space ||
756 if ((alt && fc != 'O') || sz != NO_TSPEC || !tflag)
766 if (sz == NO_TSPEC)
773 if (sz != NO_TSPEC || alt || zero)
778 if (sz != NO_TSPEC || alt || zero)
785 if (fwidth || prec || sz != NO_TSPEC || alt || zero)
823 tspec_t sz, t1 = NO_TSPEC, t
[all...]
H A Dread.c779 t = NO_TSPEC;
871 if (t == NO_TSPEC)

Completed in 330 milliseconds