Lines Matching refs:ds_decl
110 dt_decl_t *ddp = dsp->ds_decl; in dt_decl_reset()
113 dsp->ds_decl = ddp->dd_next; in dt_decl_reset()
116 ddp = dsp->ds_decl; in dt_decl_reset()
124 dt_decl_t *top = dsp->ds_decl; in dt_decl_push()
134 dsp->ds_decl = ddp; in dt_decl_push()
145 dsp->ds_decl = NULL; in dt_decl_pop()
177 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; in dt_decl_top()
194 dt_decl_t *ddp = dsp->ds_decl; in dt_decl_ident()
232 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; in dt_decl_spec()
262 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; in dt_decl_attr()
405 dsp->ds_decl = ddp->dd_next; in dt_decl_array()
524 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; in dt_decl_member()
581 pdp = dsp->ds_decl; in dt_decl_member()
749 assert(dsp->ds_decl->dd_kind == CTF_K_ENUM); in dt_decl_enumerator()
1097 dsp->ds_decl = NULL; in dt_scope_create()
1112 dt_decl_free(dsp->ds_decl); in dt_scope_destroy()
1129 dsp->ds_decl = rsp->ds_decl; in dt_scope_push()
1155 dt_decl_free(rsp->ds_decl); in dt_scope_pop()
1158 rsp->ds_decl = dsp->ds_decl; in dt_scope_pop()
1167 return (rsp->ds_decl); in dt_scope_pop()