Home | History | Annotate | Download | only in lint1

Lines Matching defs:ostp

3838 			       const type_t *ostp, tspec_t ost)
3844 ostp = ostp->t_subt, ost = ostp->t_tspec;
3847 (struct_starts_with(nstp, ostp) ||
3848 struct_starts_with(ostp, nstp)))
3851 if (is_incomplete(nstp) || is_incomplete(ostp))
3862 const sym_t *omem = ostp->u.sou->sou_first_member;
3876 const type_t *union_tp = nst == UNION ? nstp : ostp;
3877 ostp : nstp;
3883 return nstp->u.sou != ostp->u.sou;
3898 const type_t *ostp = otp->t_subt;
3900 tspec_t ost = ostp->t_tspec;
3922 if (hflag && alignment(nstp) > alignment(ostp) &&
3923 !is_incomplete(ostp) && alignment(ostp) > 1 &&
3924 !(nst == UNION && union_contains(nstp, ostp))) {
3927 alignment(ostp), alignment(nstp));
3930 if (cflag && should_warn_about_pointer_cast(nstp, nst, ostp, ost)) {
3932 warning(247, type_name(ostp), type_name(nstp));