Home
last modified time | relevance | path

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

/freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_decl.c111 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_reset()
125 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_push()
144 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_pop()
161 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_pop_param()
195 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_ident()
215 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_class()
370 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_decl_array()
505 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next; in dt_decl_member()
694 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next; in dt_decl_enumerator()
1050 dt_scope_create(dt_scope_t *dsp) in dt_scope_create()
[all …]
Ddt_decl.h82 } dt_scope_t; typedef
117 extern void dt_scope_create(dt_scope_t *);
118 extern void dt_scope_destroy(dt_scope_t *);
Ddt_pcb.h58 dt_scope_t pcb_dstack; /* declaration processing stack */
Ddt_parser.c1379 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_node_decl()
2183 dt_scope_t *dsp = &yypcb->pcb_dstack; in dt_node_inline()