Home
last modified time | relevance | path

Searched refs:pcb_dstack (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_decl.c109 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_reset()
123 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_push()
142 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_pop()
159 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_pop_param()
177 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; in dt_decl_top()
193 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_ident()
213 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_class()
232 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; in dt_decl_spec()
245 if (yypcb->pcb_dstack.ds_class != DT_DC_TYPEDEF) in dt_decl_spec()
262 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; in dt_decl_attr()
[all …]
H A Ddt_pcb.c79 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()
H A Ddt_pcb.h58 dt_scope_t pcb_dstack; /* declaration processing stack */ member
H A Ddt_parser.c1411 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_node_decl()
2226 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_node_inline()