Home
last modified time | relevance | path

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

/illumos-gate/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()
193 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_ident()
213 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_class()
388 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_array()
523 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next; in dt_decl_member()
735 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next; in dt_decl_enumerator()
1095 dt_scope_create(dt_scope_t *dsp) in dt_scope_create()
[all …]
H A Ddt_decl.h85 } dt_scope_t; typedef
120 extern void dt_scope_create(dt_scope_t *);
121 extern void dt_scope_destroy(dt_scope_t *);
H A Ddt_pcb.h56 dt_scope_t pcb_dstack; /* declaration processing stack */
H A Ddt_parser.c1423 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_node_decl()
2238 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_node_inline()