Searched refs:ds_ident (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_decl.c | 146 free(dsp->ds_ident); in dt_decl_pop() 147 dsp->ds_ident = NULL; in dt_decl_pop() 167 *idp = dsp->ds_ident; in dt_decl_pop_param() 168 dsp->ds_ident = NULL; in dt_decl_pop_param() 196 if (dsp->ds_ident != NULL) { in dt_decl_ident() 202 dsp->ds_ident = name; in dt_decl_ident() 525 char *ident = yypcb->pcb_dstack.ds_ident; in dt_decl_member() 662 yypcb->pcb_dstack.ds_ident = NULL; in dt_decl_member() 1076 dsp->ds_ident = NULL; in dt_scope_create() 1090 free(dsp->ds_ident); in dt_scope_destroy() [all …]
|
H A D | dt_parser.c | 1430 if (dsp->ds_ident == NULL) { in dt_node_decl() 1441 if (strchr(dsp->ds_ident, '`') != NULL) { in dt_node_decl() 1443 "a declaration name (%s)\n", dsp->ds_ident); in dt_node_decl() 1477 dmp->dm_name, dsp->ds_ident, &sym, &dts) == 0; in dt_node_decl() 1484 dmp->dm_name, dsp->ds_ident, in dt_node_decl() 1490 dsp->ds_ident, &dtt) == NULL) { in dt_node_decl() 1492 "failed to extern %s: %s\n", dsp->ds_ident, in dt_node_decl() 1496 dmp->dm_name, dsp->ds_ident, in dt_node_decl() 1504 if (dt_idstack_lookup(&yypcb->pcb_globals, dsp->ds_ident)) { in dt_node_decl() 1506 "redeclared: %s\n", dsp->ds_ident); in dt_node_decl() [all …]
|
H A D | dt_decl.h | 80 char *ds_ident; /* identifier for this scope (if any) */ member
|