Lines Matching refs:show_ident
85 expression_error(expr, "undefined identifier '%s'", show_ident(expr->symbol_name));
93 expression_error(expr, "identifier '%s' has no type", show_ident(expr->symbol_name));
1674 warning(expr->pos, "taking address of 'register' variable '%s'", show_ident(sym->ident));
1763 sparse_error(expr->pos, "taking the address of built-in function '%s'", show_ident(ctype->ident));
1785 sparse_error(expr->pos, "taking the address of built-in function '%s'", show_ident(ctype->ident));
2106 show_ident(ident), type, namelen, name);
2109 "incomplete %s %.*s", show_ident(ident),
2631 show_ident(struct_sym->ident));
3180 show_ident(sym->ident));
3201 show_ident(sym->ident));
3207 show_ident(sym->ident));
3315 sparse_error(pos, "label '%s' was not declared", show_ident(label->ident));
3499 show_ident(sym->ident),
3508 show_ident(sym->ident), typediff);
3525 warning(sym->pos, "symbol '%s' was not declared. Should it be static?", show_ident(sym->ident));