Searched refs:t_stt (Results 1 – 2 of 2) sorted by relevance
1194 tp->t_stt = (SCS_NONE | TS_NO_TS | TQ_NONE); in type_Construct()1244 tp->t_stt = s & TQ_MASK; in type_SetPtr()1328 tmp.ds_stt = tp->t_stt; in type_PrintType()1451 return (tp->t_stt); in type_GetPtrToTypeQual()1885 } else if (tp->t_stt == TQ_CONST) { in decl_ToString()1887 } else if (tp->t_stt == TQ_VOLATILE) { in decl_ToString()1894 } else if (tp->t_stt == TQ_RESTRICT) { in decl_ToString()1896 } else if (tp->t_stt == TQ_RESTRICT_KYWD) { in decl_ToString()
232 stt_t t_stt; /* type qualifier, TQ_* */ member