HomeSort by: relevance | last modified time | path
    Searched defs:ostp (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint1/
tree.c 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 const type_t *other_tp = nst == UNION ? ostp : nstp
3898 const type_t *ostp = otp->t_subt; local in function:convert_pointer_from_pointer
    [all...]
tree.c 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 const type_t *other_tp = nst == UNION ? ostp : nstp
3898 const type_t *ostp = otp->t_subt; local in function:convert_pointer_from_pointer
    [all...]
tree.c 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 const type_t *other_tp = nst == UNION ? ostp : nstp
3898 const type_t *ostp = otp->t_subt; local in function:convert_pointer_from_pointer
    [all...]

Completed in 38 milliseconds