Lines Matching defs:ident
123 if (sym->ident) {
124 snprintf(buf, 64, "%s", show_ident(sym->ident));
144 if (pseudo->ident)
145 sprintf(buf+i, "(%s)", show_ident(pseudo->ident));
160 if (pseudo->ident)
161 sprintf(buf+i, "(%s)", show_ident(pseudo->ident));
289 if (entry->ident)
290 buf += sprintf(buf, " [%s]", show_ident(entry->ident));
370 buf += sprintf(buf, "%s", show_ident(expr->symbol->ident));
589 printf("%s:\n", show_ident(ep->name->ident));
592 printf("ep %p: %s\n", ep, show_ident(ep->name->ident));
599 printf(" sym: %p %s\n", sym, show_ident(sym->ident));
632 warning(pos, "label '%s' already bound", show_ident(label->ident));
780 pseudo->ident = sym->ident;
859 struct instruction *alloc_phi_node(struct basic_block *bb, struct symbol *type, struct ident *ident)
865 phi->ident = ident;
890 struct instruction *phi_node = alloc_phi_node(bb, var, var->ident);
2006 phi->ident = &return_ident;
2089 rule->ident = op->name;