Searched refs:t_stt (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h234 stt_t t_stt; /* type qualifier, TQ_* */ member in struct:_type
H A Dparseproto.y1194 tp->t_stt = (SCS_NONE | TS_NO_TS | TQ_NONE);
1244 tp->t_stt = s & TQ_MASK;
1328 tmp.ds_stt = tp->t_stt;
1451 return (tp->t_stt);
1885 } else if (tp->t_stt == TQ_CONST) {
1887 } else if (tp->t_stt == TQ_VOLATILE) {
1894 } else if (tp->t_stt == TQ_RESTRICT) {
1896 } else if (tp->t_stt == TQ_RESTRICT_KYWD) {

Completed in 96 milliseconds