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

/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h222 } decl_spec_t; typedef in typeref:struct:__anon13
241 decl_spec_t *d_ds; /* ts|scs|tq */
249 extern char *declspec_ToString(char *, decl_spec_t *);
H A Dparseproto.y34 static decl_spec_t *declspec_Construct(void);
35 static void declspec_Destroy(decl_spec_t *);
36 static decl_spec_t *declspec_Init(stt_t, char *);
38 static decl_spec_t *declspec_AddSTT(decl_spec_t *, stt_t, const char **);
39 static decl_spec_t *declspec_AddDS(decl_spec_t *,
40 decl_spec_t *, const char **);
41 static stt_t declspec_GetSTT(decl_spec_t *);
42 static char *declspec_GetTag(decl_spec_t *);
[all...]

Completed in 43 milliseconds