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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h118 * declaration specifiers are encoded as bits in an enum (stt_t).
168 * stt_t type.
204 } stt_t; typedef in typeref:enum:__anon10
220 stt_t ds_stt; /* scs|ts|tq */
234 stt_t t_stt; /* type qualifier, TQ_* */
H A Dparseproto.y36 static decl_spec_t *declspec_Init(stt_t, char *);
37 static char *declspec_VerifySTT(stt_t, stt_t);
38 static decl_spec_t *declspec_AddSTT(decl_spec_t *, stt_t, const char **);
41 static stt_t declspec_GetSTT(decl_spec_t *);
45 static type_t *type_SetPtr(type_t *, stt_t);
89 stt_t stt_val;
614 stt_t stt;
618 stt_t s_stt;
625 static const char *lookup_sttpair(stt_t);
[all...]

Completed in 56 milliseconds