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()196 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_ident()216 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_class()371 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_array()473 if (yypcb->pcb_dstack.ds_next != NULL) in dt_decl_sou()645 yypcb->pcb_dstack.ds_ident = NULL; in dt_decl_member()1076 if (dsp != &yypcb->pcb_dstack) in dt_scope_destroy()[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
1416 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_node_decl()2232 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_node_inline()