Lines Matching refs:d_ds
1525 dp->d_ds = declspec_Construct(); in decl_Construct()
1541 declspec_Destroy(dp->d_ds); in decl_Destroy()
1580 return (declspec_GetSTT(dp->d_ds)); in decl_GetDeclSpec()
1585 return (declspec_GetTag(dp->d_ds)); in decl_GetDSName()
1631 return ((declspec_GetSTT(dp->d_ds) & TS_VOID) && (dp->d_type == NULL)); in decl_IsVoid()
1650 (declspec_GetSTT(dp->d_ds) & TS_VOID); in decl_IsVoidArray()
1713 declspec_AddDS(dp->d_ds, dsp, err); in decl_AddDS()
1819 declspec_ToString(buf, dp->d_ds)); in decl_PrintDecl()
1952 declspec_ToString(tmp2, dp->d_ds), tmp); in decl_ToString()
1955 declspec_ToString(tmp2, dp->d_ds), tmp); in decl_ToString()
2100 declspec_ToString(buf, funargs->d_ds)); in decl_PrintTraceInfo()
2102 de_const(declspec_ToString(buf, funargs->d_ds))); in decl_PrintTraceInfo()
2149 declspec_ToString(buf, dp->d_ds)); in decl_GetTraceInfo()
2151 de_const(declspec_ToString(buf, dp->d_ds))); in decl_GetTraceInfo()