Searched refs:pcb_dstack (Results 1 – 4 of 4) sorted by relevance
112 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_reset()126 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_push()145 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_pop()162 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_pop_param()180 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; in dt_decl_top()196 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_ident()216 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_class()235 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; in dt_decl_spec()248 if (yypcb->pcb_dstack.ds_class != DT_DC_TYPEDEF) in dt_decl_spec()265 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; in dt_decl_attr()[all …]
79 dt_scope_create(&pcb->pcb_dstack); in dt_pcb_push()117 while (pcb->pcb_dstack.ds_next != NULL) in dt_pcb_pop()120 dt_scope_destroy(&pcb->pcb_dstack); in dt_pcb_pop()
58 dt_scope_t pcb_dstack; /* declaration processing stack */ member
1439 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_node_decl()2255 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_node_inline()