Lines Matching defs:ost
3838 const type_t *ostp, tspec_t ost)
3843 while (ost == ARRAY)
3844 ostp = ostp->t_subt, ost = ostp->t_tspec;
3846 if (nst == STRUCT && ost == STRUCT &&
3856 if (ost == CHAR || ost == UCHAR)
3860 if (nst == STRUCT && ost == STRUCT) {
3875 if (nst == UNION || ost == UNION) {
3882 if (is_struct_or_union(nst) && is_struct_or_union(ost))
3886 enum rank_kind rk2 = type_properties(ost)->tt_rank_kind;
3890 return portable_rank_cmp(nst, ost) != 0;
3900 tspec_t ost = ostp->t_tspec;
3902 if (nst == VOID || ost == VOID) {
3904 if (!allow_trad && !allow_c99 && (nst == FUNC || ost == FUNC)) {
3914 if (nst == FUNC && ost == FUNC)
3916 if (nst == FUNC || ost == FUNC) {
3930 if (cflag && should_warn_about_pointer_cast(nstp, nst, ostp, ost)) {