Home
last modified time | relevance | path

Searched refs:ds_stt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y448 type_SetPtr(tp, ($2)->ds_stt);
959 tmp.ds_stt = s; in declspec_Init()
1029 stt_t s1 = dsp->ds_stt; in declspec_AddSTT()
1034 dsp->ds_stt = s1; in declspec_AddSTT()
1040 dsp->ds_stt |= s2; in declspec_AddSTT()
1069 return (dsp->ds_stt); in declspec_GetSTT()
1111 switch (dsp->ds_stt & TS_MASK) { in declspec_ToString()
1147 if (dsp->ds_stt & TQ_VOLATILE) { in declspec_ToString()
1148 if (dsp->ds_stt & TQ_CONST) in declspec_ToString()
1158 if (dsp->ds_stt & TQ_RESTRICT) in declspec_ToString()
[all …]
H A Dparseproto.h218 stt_t ds_stt; /* scs|ts|tq */ member