Lines Matching refs:ds_ident

1409  * the topmost scope's ds_ident pointer will be set to NULL (indicating no
1435 if (dsp->ds_ident == NULL) {
1446 if (strchr(dsp->ds_ident, '`') != NULL) {
1448 "a declaration name (%s)\n", dsp->ds_ident);
1482 dmp->dm_name, dsp->ds_ident, &sym, &dts) == 0;
1489 dmp->dm_name, dsp->ds_ident,
1495 dsp->ds_ident, &dtt) == NULL) {
1497 "failed to extern %s: %s\n", dsp->ds_ident,
1501 dmp->dm_name, dsp->ds_ident,
1509 if (dt_idstack_lookup(&yypcb->pcb_globals, dsp->ds_ident)) {
1511 "redeclared: %s\n", dsp->ds_ident);
1515 dsp->ds_ident) != CTF_ERR) {
1517 "typedef redeclared: %s\n", dsp->ds_ident);
1535 "source type: %s\n", dsp->ds_ident,
1541 CTF_ADD_ROOT, dsp->ds_ident, dtt.dtt_type);
1545 dsp->ds_ident, ctf_errmsg(ctf_errno(dmp->dm_ctfp)));
1548 dt_dprintf("typedef %s added as id %ld\n", dsp->ds_ident, type);
1564 idp = dt_idhash_lookup(dhp, dsp->ds_ident);
1569 idp = dt_idhash_lookup(dhp, dsp->ds_ident);
1575 &yypcb->pcb_globals, dsp->ds_ident);
1582 "tuple signature: %s\n", dsp->ds_ident);
1591 dsp->ds_ident, NULL) == 0 ||
1593 dsp->ds_ident, NULL) == 0) {
1595 "redeclared: %s\n", dsp->ds_ident);
1630 " %s\n", dsp->ds_ident);
1642 dsp->ds_ident, dt_idkind_name(idkind),
1667 dsp->ds_ident,
1679 dsp->ds_ident, dt_idkind_name(idkind),
1696 "void object: %s\n", dsp->ds_ident);
1708 n1, sizeof (n1)), dsp->ds_ident);
1715 dsp->ds_ident, dt_idhash_name(dhp));
1720 dsp->ds_ident, id);
1722 idp = dt_idhash_insert(dhp, dsp->ds_ident, idkind,
1749 free(dsp->ds_ident);
1750 dsp->ds_ident = NULL;
2240 if (dsp->ds_ident == NULL)
2244 &yypcb->pcb_globals, dsp->ds_ident)) != NULL) {
2258 "array tuple signature: %s\n", dsp->ds_ident);
2263 "of scalar array type: %s\n", dsp->ds_ident);
2281 "cannot declare void inline: %s\n", dsp->ds_ident);
2288 dt_node_type_name(dnp, n, sizeof (n)), dsp->ds_ident);
2296 idp = dnp->dn_ident = dt_ident_create(dsp->ds_ident,