Lines Matching defs:dsp

1364 	dt_scope_t *dsp = &yypcb->pcb_dstack;
1365 dt_dclass_t class = dsp->ds_class;
1383 if (dsp->ds_ident == NULL) {
1394 if (strchr(dsp->ds_ident, '`') != NULL) {
1396 "a declaration name (%s)\n", dsp->ds_ident);
1430 dmp->dm_name, dsp->ds_ident, &sym, &dts) == 0;
1437 dmp->dm_name, dsp->ds_ident,
1443 dsp->ds_ident, &dtt) == NULL) {
1445 "failed to extern %s: %s\n", dsp->ds_ident,
1449 dmp->dm_name, dsp->ds_ident,
1457 if (dt_idstack_lookup(&yypcb->pcb_globals, dsp->ds_ident)) {
1459 "redeclared: %s\n", dsp->ds_ident);
1463 dsp->ds_ident) != CTF_ERR) {
1465 "typedef redeclared: %s\n", dsp->ds_ident);
1483 "source type: %s\n", dsp->ds_ident,
1489 CTF_ADD_ROOT, dsp->ds_ident, dtt.dtt_type);
1493 dsp->ds_ident, ctf_errmsg(ctf_errno(dmp->dm_ctfp)));
1496 dt_dprintf("typedef %s added as id %ld\n", dsp->ds_ident, type);
1512 idp = dt_idhash_lookup(dhp, dsp->ds_ident);
1517 idp = dt_idhash_lookup(dhp, dsp->ds_ident);
1523 &yypcb->pcb_globals, dsp->ds_ident);
1530 "tuple signature: %s\n", dsp->ds_ident);
1539 dsp->ds_ident, NULL) == 0 ||
1541 dsp->ds_ident, NULL) == 0) {
1543 "redeclared: %s\n", dsp->ds_ident);
1577 " %s\n", dsp->ds_ident);
1589 dsp->ds_ident, dt_idkind_name(idkind),
1614 dsp->ds_ident,
1626 dsp->ds_ident, dt_idkind_name(idkind),
1643 "void object: %s\n", dsp->ds_ident);
1655 n1, sizeof (n1)), dsp->ds_ident);
1662 dsp->ds_ident, dt_idhash_name(dhp));
1667 dsp->ds_ident, id);
1669 idp = dt_idhash_insert(dhp, dsp->ds_ident, idkind,
1696 free(dsp->ds_ident);
1697 dsp->ds_ident = NULL;
2158 dt_scope_t *dsp = &yypcb->pcb_dstack;
2171 if (dsp->ds_class != DT_DC_DEFAULT) {
2176 if (dsp->ds_ident == NULL)
2180 &yypcb->pcb_globals, dsp->ds_ident)) != NULL) {
2194 "array tuple signature: %s\n", dsp->ds_ident);
2199 "of scalar array type: %s\n", dsp->ds_ident);
2217 "cannot declare void inline: %s\n", dsp->ds_ident);
2224 dt_node_type_name(dnp, n, sizeof (n)), dsp->ds_ident);
2232 idp = dnp->dn_ident = dt_ident_create(dsp->ds_ident,