Home
last modified time | relevance | path

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

/freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c112 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 …]
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.c1416 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_node_decl()
2232 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_node_inline()