Lines Matching refs:ds_ident

1363  * the topmost scope's ds_ident pointer will be set to NULL (indicating no
1389 if (dsp->ds_ident == NULL) {
1400 if (strchr(dsp->ds_ident, '`') != NULL) {
1402 "a declaration name (%s)\n", dsp->ds_ident);
1436 dmp->dm_name, dsp->ds_ident, &sym, &dts) == 0;
1443 dmp->dm_name, dsp->ds_ident,
1449 dsp->ds_ident, &dtt) == NULL) {
1451 "failed to extern %s: %s\n", dsp->ds_ident,
1455 dmp->dm_name, dsp->ds_ident,
1463 if (dt_idstack_lookup(&yypcb->pcb_globals, dsp->ds_ident)) {
1465 "redeclared: %s\n", dsp->ds_ident);
1469 dsp->ds_ident) != CTF_ERR) {
1471 "typedef redeclared: %s\n", dsp->ds_ident);
1489 "source type: %s\n", dsp->ds_ident,
1495 CTF_ADD_ROOT, dsp->ds_ident, dtt.dtt_type);
1499 dsp->ds_ident, ctf_errmsg(ctf_errno(dmp->dm_ctfp)));
1502 dt_dprintf("typedef %s added as id %ld\n", dsp->ds_ident, type);
1518 idp = dt_idhash_lookup(dhp, dsp->ds_ident);
1523 idp = dt_idhash_lookup(dhp, dsp->ds_ident);
1529 &yypcb->pcb_globals, dsp->ds_ident);
1536 "tuple signature: %s\n", dsp->ds_ident);
1545 dsp->ds_ident, NULL) == 0 ||
1547 dsp->ds_ident, NULL) == 0) {
1549 "redeclared: %s\n", dsp->ds_ident);
1583 " %s\n", dsp->ds_ident);
1595 dsp->ds_ident, dt_idkind_name(idkind),
1620 dsp->ds_ident,
1632 dsp->ds_ident, dt_idkind_name(idkind),
1649 "void object: %s\n", dsp->ds_ident);
1661 n1, sizeof (n1)), dsp->ds_ident);
1668 dsp->ds_ident, dt_idhash_name(dhp));
1673 dsp->ds_ident, id);
1675 idp = dt_idhash_insert(dhp, dsp->ds_ident, idkind,
1702 free(dsp->ds_ident);
1703 dsp->ds_ident = NULL;
2183 if (dsp->ds_ident == NULL)
2187 &yypcb->pcb_globals, dsp->ds_ident)) != NULL) {
2201 "array tuple signature: %s\n", dsp->ds_ident);
2206 "of scalar array type: %s\n", dsp->ds_ident);
2224 "cannot declare void inline: %s\n", dsp->ds_ident);
2231 dt_node_type_name(dnp, n, sizeof (n)), dsp->ds_ident);
2239 idp = dnp->dn_ident = dt_ident_create(dsp->ds_ident,