Lines Matching defs:dsp

1439 	dt_scope_t *dsp = &yypcb->pcb_dstack;
1440 dt_dclass_t class = dsp->ds_class;
1458 if (dsp->ds_ident == NULL) {
1469 if (strchr(dsp->ds_ident, '`') != NULL) {
1471 "a declaration name (%s)\n", dsp->ds_ident);
1505 dmp->dm_name, dsp->ds_ident, &sym, &dts) == 0;
1512 dmp->dm_name, dsp->ds_ident,
1518 dsp->ds_ident, &dtt) == NULL) {
1520 "failed to extern %s: %s\n", dsp->ds_ident,
1524 dmp->dm_name, dsp->ds_ident,
1532 if (dt_idstack_lookup(&yypcb->pcb_globals, dsp->ds_ident)) {
1534 "redeclared: %s\n", dsp->ds_ident);
1538 dsp->ds_ident) != CTF_ERR) {
1540 "typedef redeclared: %s\n", dsp->ds_ident);
1558 "source type: %s\n", dsp->ds_ident,
1564 CTF_ADD_ROOT, dsp->ds_ident, dtt.dtt_type);
1568 dsp->ds_ident, ctf_errmsg(ctf_errno(dmp->dm_ctfp)));
1571 dt_dprintf("typedef %s added as id %ld\n", dsp->ds_ident, type);
1587 idp = dt_idhash_lookup(dhp, dsp->ds_ident);
1592 idp = dt_idhash_lookup(dhp, dsp->ds_ident);
1598 &yypcb->pcb_globals, dsp->ds_ident);
1605 "tuple signature: %s\n", dsp->ds_ident);
1614 dsp->ds_ident, NULL) == 0 ||
1616 dsp->ds_ident, NULL) == 0) {
1618 "redeclared: %s\n", dsp->ds_ident);
1653 " %s\n", dsp->ds_ident);
1665 dsp->ds_ident, dt_idkind_name(idkind),
1690 dsp->ds_ident,
1702 dsp->ds_ident, dt_idkind_name(idkind),
1719 "void object: %s\n", dsp->ds_ident);
1731 n1, sizeof (n1)), dsp->ds_ident);
1738 dsp->ds_ident, dt_idhash_name(dhp));
1743 dsp->ds_ident, id);
1745 idp = dt_idhash_insert(dhp, dsp->ds_ident, idkind,
1772 free(dsp->ds_ident);
1773 dsp->ds_ident = NULL;
2255 dt_scope_t *dsp = &yypcb->pcb_dstack;
2268 if (dsp->ds_class != DT_DC_DEFAULT) {
2273 if (dsp->ds_ident == NULL)
2277 &yypcb->pcb_globals, dsp->ds_ident)) != NULL) {
2291 "array tuple signature: %s\n", dsp->ds_ident);
2296 "of scalar array type: %s\n", dsp->ds_ident);
2314 "cannot declare void inline: %s\n", dsp->ds_ident);
2321 dt_node_type_name(dnp, n, sizeof (n)), dsp->ds_ident);
2329 idp = dnp->dn_ident = dt_ident_create(dsp->ds_ident,