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.y437 $$ = type_SetPtr(type_Construct(), ($2)->ds_stt);
448 type_SetPtr(tp, ($2)->ds_stt);
925 dsp->ds_stt = SCS_NONE | TS_NO_TS | TQ_NONE; in declspec_Construct()
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()
1051 declspec_AddSTT(dsp, tsp->ds_stt, err); in declspec_AddDS()
1069 return (dsp->ds_stt); in declspec_GetSTT()
1101 switch (dsp->ds_stt & SCS_MASK) { in declspec_ToString()
[all …]
H A Dparseproto.h218 stt_t ds_stt; /* scs|ts|tq */ member