Home
last modified time | relevance | path

Searched refs:ds_ident (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_decl.c148 free(dsp->ds_ident); in dt_decl_pop()
149 dsp->ds_ident = NULL; in dt_decl_pop()
169 *idp = dsp->ds_ident; in dt_decl_pop_param()
170 dsp->ds_ident = NULL; in dt_decl_pop_param()
198 if (dsp->ds_ident != NULL) { in dt_decl_ident()
204 dsp->ds_ident = name; in dt_decl_ident()
507 char *ident = yypcb->pcb_dstack.ds_ident; in dt_decl_member()
644 yypcb->pcb_dstack.ds_ident = NULL; in dt_decl_member()
1054 dsp->ds_ident = NULL; in dt_scope_create()
1068 free(dsp->ds_ident); in dt_scope_destroy()
[all …]
Ddt_parser.c1398 if (dsp->ds_ident == NULL) { in dt_node_decl()
1409 if (strchr(dsp->ds_ident, '`') != NULL) { in dt_node_decl()
1411 "a declaration name (%s)\n", dsp->ds_ident); in dt_node_decl()
1445 dmp->dm_name, dsp->ds_ident, &sym, &dts) == 0; in dt_node_decl()
1452 dmp->dm_name, dsp->ds_ident, in dt_node_decl()
1458 dsp->ds_ident, &dtt) == NULL) { in dt_node_decl()
1460 "failed to extern %s: %s\n", dsp->ds_ident, in dt_node_decl()
1464 dmp->dm_name, dsp->ds_ident, in dt_node_decl()
1472 if (dt_idstack_lookup(&yypcb->pcb_globals, dsp->ds_ident)) { in dt_node_decl()
1474 "redeclared: %s\n", dsp->ds_ident); in dt_node_decl()
[all …]
Ddt_decl.h77 char *ds_ident; /* identifier for this scope (if any) */ member