Lines Matching defs:dsp

1379 	dt_scope_t *dsp = &yypcb->pcb_dstack;
1380 dt_dclass_t class = dsp->ds_class;
1398 if (dsp->ds_ident == NULL) {
1409 if (strchr(dsp->ds_ident, '`') != NULL) {
1411 "a declaration name (%s)\n", dsp->ds_ident);
1445 dmp->dm_name, dsp->ds_ident, &sym, &dts) == 0;
1452 dmp->dm_name, dsp->ds_ident,
1458 dsp->ds_ident, &dtt) == NULL) {
1460 "failed to extern %s: %s\n", dsp->ds_ident,
1464 dmp->dm_name, dsp->ds_ident,
1472 if (dt_idstack_lookup(&yypcb->pcb_globals, dsp->ds_ident)) {
1474 "redeclared: %s\n", dsp->ds_ident);
1478 dsp->ds_ident) != CTF_ERR) {
1480 "typedef redeclared: %s\n", dsp->ds_ident);
1498 "source type: %s\n", dsp->ds_ident,
1504 CTF_ADD_ROOT, dsp->ds_ident, dtt.dtt_type);
1508 dsp->ds_ident, ctf_errmsg(ctf_errno(dmp->dm_ctfp)));
1511 dt_dprintf("typedef %s added as id %ld\n", dsp->ds_ident, type);
1527 idp = dt_idhash_lookup(dhp, dsp->ds_ident);
1532 idp = dt_idhash_lookup(dhp, dsp->ds_ident);
1538 &yypcb->pcb_globals, dsp->ds_ident);
1545 "tuple signature: %s\n", dsp->ds_ident);
1554 dsp->ds_ident, NULL) == 0 ||
1556 dsp->ds_ident, NULL) == 0) {
1558 "redeclared: %s\n", dsp->ds_ident);
1592 " %s\n", dsp->ds_ident);
1604 dsp->ds_ident, dt_idkind_name(idkind),
1629 dsp->ds_ident,
1641 dsp->ds_ident, dt_idkind_name(idkind),
1658 "void object: %s\n", dsp->ds_ident);
1670 n1, sizeof (n1)), dsp->ds_ident);
1677 dsp->ds_ident, dt_idhash_name(dhp));
1682 dsp->ds_ident, id);
1684 idp = dt_idhash_insert(dhp, dsp->ds_ident, idkind,
1711 free(dsp->ds_ident);
1712 dsp->ds_ident = NULL;
2183 dt_scope_t *dsp = &yypcb->pcb_dstack;
2196 if (dsp->ds_class != DT_DC_DEFAULT) {
2201 if (dsp->ds_ident == NULL)
2205 &yypcb->pcb_globals, dsp->ds_ident)) != NULL) {
2219 "array tuple signature: %s\n", dsp->ds_ident);
2224 "of scalar array type: %s\n", dsp->ds_ident);
2242 "cannot declare void inline: %s\n", dsp->ds_ident);
2249 dt_node_type_name(dnp, n, sizeof (n)), dsp->ds_ident);
2257 idp = dnp->dn_ident = dt_ident_create(dsp->ds_ident,