Home | History | Annotate | Download | only in lint1

Lines Matching refs:NO_TSPEC

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;
337 dcs->d_sign_mod = NO_TSPEC;
338 dcs->d_rank_mod = NO_TSPEC;
362 dcs->d_complex_mod = NO_TSPEC;
368 dcs->d_rank_mod = NO_TSPEC;
382 if (dcs->d_sign_mod != NO_TSPEC)
390 if (dcs->d_rank_mod != NO_TSPEC)
394 if (dcs->d_rank_mod == NO_TSPEC || dcs->d_rank_mod == LONG) {
395 if (dcs->d_complex_mod != NO_TSPEC
400 if (dcs->d_abstract_type != NO_TSPEC)
407 if (dcs->d_abstract_type != NO_TSPEC)
640 dcs->d_abstract_type = NO_TSPEC;
641 dcs->d_complex_mod = NO_TSPEC;
642 dcs->d_sign_mod = NO_TSPEC;
643 dcs->d_rank_mod = NO_TSPEC;
705 lint_assert(t == NO_TSPEC);
706 lint_assert(s == NO_TSPEC);
707 lint_assert(l == NO_TSPEC);
711 if (t == NO_TSPEC && s == NO_TSPEC && l == NO_TSPEC && c == NO_TSPEC)
713 if (t == NO_TSPEC && s == NO_TSPEC && (l == NO_TSPEC || l == LONG))
716 if (t == NO_TSPEC)
718 if (s == NO_TSPEC && t == INT)
720 if (l != NO_TSPEC && t == CHAR) {
722 l = NO_TSPEC;
725 l = NO_TSPEC;
732 l = NO_TSPEC;
739 l = NO_TSPEC;
743 if (t != INT && t != CHAR && (s != NO_TSPEC || l != NO_TSPEC)) {
745 l = s = NO_TSPEC;
747 if (l != NO_TSPEC)
904 tspec_t to = NO_TSPEC;
913 !(to == NO_TSPEC && sym->s_osdef)) {
954 } else if (to == NO_TSPEC && t == VOID) {
1015 } else if (t == INT && dcs->d_sign_mod == NO_TSPEC) {
1709 if (tp->t_tspec == NO_TSPEC) {