Symbol: show_ident
usr/src/tools/smatch/src/ast-inspect.c
130
builtin_typename(sym) ?: show_ident(sym->ident));
usr/src/tools/smatch/src/builtin.c
243
show_ident(expr->fn->ctype->ident));
usr/src/tools/smatch/src/builtin.c
81
expression_error(expr, "%s for %s", msg, show_ident(sym->ident));
usr/src/tools/smatch/src/c2xml.c
68
const char *ident = show_ident(sym->ident);
usr/src/tools/smatch/src/check_bit_shift.c
103
name = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/check_deref.c
267
func = show_ident(token->ident);
usr/src/tools/smatch/src/check_dev_queue_xmit.c
114
func = show_ident(token->ident);
usr/src/tools/smatch/src/check_dma_on_stack.c
67
func = show_ident(token->ident);
usr/src/tools/smatch/src/check_err_ptr_deref.c
166
func = show_ident(token->ident);
usr/src/tools/smatch/src/check_freeing_devm.c
58
func = show_ident(token->ident);
usr/src/tools/smatch/src/check_held_dev.c
115
func = show_ident(token->ident);
usr/src/tools/smatch/src/check_indenting.c
224
macro = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/check_indenting.c
80
strcmp(show_ident(token->ident), "endif") == 0)
usr/src/tools/smatch/src/check_macro_side_effects.c
152
macro = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/check_memcpy_overflow.c
297
func = show_ident(token->ident);
usr/src/tools/smatch/src/check_memcpy_overflow.c
350
struct_type = show_ident(token->ident);
usr/src/tools/smatch/src/check_return.c
50
func = show_ident(token->ident);
usr/src/tools/smatch/src/check_rosenberg.c
355
func = show_ident(token->ident);
usr/src/tools/smatch/src/check_rosenberg.c
382
func = show_ident(token->ident);
usr/src/tools/smatch/src/check_sizeof.c
142
macro = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/check_uninitialized.c
369
func = show_ident(token->ident);
usr/src/tools/smatch/src/check_unreachable.c
249
macro = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/check_unreachable.c
276
macro = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/check_unreachable.c
91
strcmp(show_ident(token->ident), "endif") == 0)
usr/src/tools/smatch/src/check_unreachable.c
97
strcmp(show_ident(token->ident), "endif") == 0)
usr/src/tools/smatch/src/check_unwind.c
170
func = show_ident(token->ident);
usr/src/tools/smatch/src/check_wrong_size_arg.c
60
func = show_ident(token->ident);
usr/src/tools/smatch/src/compile-i386.c
1062
emit_object_pre(show_ident(sym->ident), sym->ctype.modifiers,
usr/src/tools/smatch/src/compile-i386.c
1123
emit_global_noinit(show_ident(sym->ident),
usr/src/tools/smatch/src/compile-i386.c
1131
emit_global_noinit(show_ident(sym->ident),
usr/src/tools/smatch/src/compile-i386.c
1624
show_ident(sym->ident),
usr/src/tools/smatch/src/compile-i386.c
1796
printf("\t%s:%d:%ld at offset %ld.%d", show_ident(sym->ident), sym->bit_size, sym->ctype.alignment, sym->offset, sym->bit_offset);
usr/src/tools/smatch/src/compile-i386.c
1825
emit_object_pre(show_ident(sym->ident),
usr/src/tools/smatch/src/compile-i386.c
2043
} else if (!strcmp("break", show_ident(stmt->goto_label->ident))) {
usr/src/tools/smatch/src/compile-i386.c
2048
} else if (!strcmp("continue", show_ident(stmt->goto_label->ident))) {
usr/src/tools/smatch/src/compile-i386.c
2234
printf("\tmovi.%d\t\tv%d,$%s\n", bits_in_pointer, new->pseudo, show_ident(sym->ident));
usr/src/tools/smatch/src/compile-i386.c
2241
printf("\taddi.%d\t\tv%d,vFP,$offsetof(%s:%p)\n", bits_in_pointer, new->pseudo, show_ident(sym->ident), sym);
usr/src/tools/smatch/src/compile-i386.c
2285
show_ident(base->ident));
usr/src/tools/smatch/src/compile-i386.c
448
strcpy(name, show_ident(s->sym->ident));
usr/src/tools/smatch/src/compile-i386.c
850
const char *name = show_ident(sym->ident);
usr/src/tools/smatch/src/compile-i386.c
893
name = show_ident(sym->ident);
usr/src/tools/smatch/src/ctags.c
163
die("unknown symbol %s namespace:%d type:%d\n", show_ident(sym->ident),
usr/src/tools/smatch/src/ctags.c
197
show_ident(sym->ident), sym->type);
usr/src/tools/smatch/src/ctags.c
70
fprintf(fp, "%s\t%s\t%d;\"\t%c\tfile:\n", show_ident(sym->ident),
usr/src/tools/smatch/src/dominate.c
135
printf("%s's IDF:\n", show_ident(ep->name->ident));
usr/src/tools/smatch/src/evaluate.c
1670
warning(expr->pos, "taking address of 'register' variable '%s'", show_ident(sym->ident));
usr/src/tools/smatch/src/evaluate.c
2101
show_ident(ident), type, namelen, name);
usr/src/tools/smatch/src/evaluate.c
2104
"incomplete %s %.*s", show_ident(ident),
usr/src/tools/smatch/src/evaluate.c
2625
show_ident(struct_sym->ident));
usr/src/tools/smatch/src/evaluate.c
3133
show_ident(sym->ident));
usr/src/tools/smatch/src/evaluate.c
3154
show_ident(sym->ident));
usr/src/tools/smatch/src/evaluate.c
3160
show_ident(sym->ident));
usr/src/tools/smatch/src/evaluate.c
3374
show_ident(sym->ident),
usr/src/tools/smatch/src/evaluate.c
3383
show_ident(sym->ident),
usr/src/tools/smatch/src/evaluate.c
3398
warning(sym->pos, "symbol '%s' was not declared. Should it be static?", show_ident(sym->ident));
usr/src/tools/smatch/src/evaluate.c
3665
sparse_error(stmt->pos, "label '%s' was not declared", show_ident(label->ident));
usr/src/tools/smatch/src/evaluate.c
71
expression_error(expr, "undefined identifier '%s'", show_ident(expr->symbol_name));
usr/src/tools/smatch/src/evaluate.c
79
expression_error(expr, "identifier '%s' has no type", show_ident(expr->symbol_name));
usr/src/tools/smatch/src/example.c
1369
const char *name = show_ident(sym->ident);
usr/src/tools/smatch/src/example.c
194
show_ident(op->sym->ident));
usr/src/tools/smatch/src/expand.c
63
warning(expr->pos, "undefined preprocessor identifier '%s'", show_ident(expr->symbol_name));
usr/src/tools/smatch/src/flow.c
481
show_ident(sym->ident), offset,
usr/src/tools/smatch/src/flowgraph.c
109
printf("%s's idoms:\n", show_ident(ep->name->ident));
usr/src/tools/smatch/src/flowgraph.c
51
printf("%s's reverse postorder:\n", show_ident(ep->name->ident));
usr/src/tools/smatch/src/graph.c
125
show_ident(ep->name->ident);
usr/src/tools/smatch/src/graph.c
51
fname = show_ident(ep->name->ident);
usr/src/tools/smatch/src/graph.c
82
printf("%s store(%s)", s, show_ident(insn->src->sym->ident));
usr/src/tools/smatch/src/graph.c
89
printf("%s load(%s)", s, show_ident(insn->src->sym->ident));
usr/src/tools/smatch/src/inline.c
310
warning(sym->pos, "symbol '%s' not replaced?", show_ident(sym->ident));
usr/src/tools/smatch/src/inline.c
60
warning(pos, "unreplaced symbol '%s'", show_ident(sym->ident));
usr/src/tools/smatch/src/linearize.c
128
snprintf(buf, 64, "%s", show_ident(sym->ident));
usr/src/tools/smatch/src/linearize.c
149
sprintf(buf+i, "(%s)", show_ident(pseudo->ident));
usr/src/tools/smatch/src/linearize.c
165
sprintf(buf+i, "(%s)", show_ident(pseudo->ident));
usr/src/tools/smatch/src/linearize.c
291
buf += sprintf(buf, " [%s]", show_ident(entry->ident));
usr/src/tools/smatch/src/linearize.c
366
buf += sprintf(buf, "%s", show_ident(expr->symbol->ident));
usr/src/tools/smatch/src/linearize.c
577
printf("%s:\n", show_ident(ep->name->ident));
usr/src/tools/smatch/src/linearize.c
580
printf("ep %p: %s\n", ep, show_ident(ep->name->ident));
usr/src/tools/smatch/src/linearize.c
587
printf(" sym: %p %s\n", sym, show_ident(sym->ident));
usr/src/tools/smatch/src/linearize.c
611
warning(pos, "label '%s' already bound", show_ident(label->ident));
usr/src/tools/smatch/src/parse.c
1248
sparse_error(token->pos, "unknown mode attribute %s", show_ident(token->ident));
usr/src/tools/smatch/src/parse.c
1307
warning(token->pos, "unknown attribute '%s'", show_ident(token->ident));
usr/src/tools/smatch/src/parse.c
1552
old, show_ident(new));
usr/src/tools/smatch/src/parse.c
1829
show_ident(*n));
usr/src/tools/smatch/src/parse.c
1939
show_ident(*ctx->ident));
usr/src/tools/smatch/src/parse.c
2334
const char *name = show_ident(sym->ident);
usr/src/tools/smatch/src/parse.c
2531
sparse_error(stmt->pos, "label '%s' redefined", show_ident(s->ident));
usr/src/tools/smatch/src/parse.c
2824
warning(decl->pos, "function '%s' with external linkage has definition", show_ident(decl->ident));
usr/src/tools/smatch/src/parse.c
2854
show_ident(decl->ident));
usr/src/tools/smatch/src/parse.c
2866
warning(decl->pos, "function '%s' has computed goto but no targets?", show_ident(decl->ident));
usr/src/tools/smatch/src/parse.c
2899
show_ident(arg->ident));
usr/src/tools/smatch/src/parse.c
2914
warning(arg->pos, "nonsensical parameter declaration '%s'", show_ident(arg->ident));
usr/src/tools/smatch/src/parse.c
2925
warning(token->pos, "non-ANSI definition of function '%s'", show_ident(decl->ident));
usr/src/tools/smatch/src/parse.c
3035
show_ident(decl->ident));
usr/src/tools/smatch/src/parse.c
3050
warning(decl->pos, "'%s' has implicit type", show_ident(decl->ident));
usr/src/tools/smatch/src/pre-process.c
2360
printf("#define %s", show_ident(sym->ident));
usr/src/tools/smatch/src/show-parse.c
1060
show_ident(base->ident));
usr/src/tools/smatch/src/show-parse.c
1081
printf(" AT '%s':\n", show_ident(entry->expr_ident));
usr/src/tools/smatch/src/show-parse.c
170
printf("\t%s:%d:%ld at offset %ld.%d", show_ident(sym->ident), sym->bit_size, sym->ctype.alignment, sym->offset, sym->bit_offset);
usr/src/tools/smatch/src/show-parse.c
190
return show_ident(as);
usr/src/tools/smatch/src/show-parse.c
354
prepend(name, "struct %s", show_ident(sym->ident));
usr/src/tools/smatch/src/show-parse.c
360
prepend(name, "union %s", show_ident(sym->ident));
usr/src/tools/smatch/src/show-parse.c
364
prepend(name, "enum %s ", show_ident(sym->ident));
usr/src/tools/smatch/src/show-parse.c
369
append(name, "%s", show_ident(sym->ident));
usr/src/tools/smatch/src/show-parse.c
381
append(name, "label(%s:%p)", show_ident(sym->ident), sym);
usr/src/tools/smatch/src/show-parse.c
402
prepend(name, "restricted %s", show_ident(sym->ident));
usr/src/tools/smatch/src/show-parse.c
596
printf("\tbegin_inline \t%s\n", show_ident(stmt->inline_fn->ident));
usr/src/tools/smatch/src/show-parse.c
610
printf("\tend_inlined\t%s\n", show_ident(stmt->inline_fn->ident));
usr/src/tools/smatch/src/show-parse.c
765
printf("\tcall\t\t%s\n", show_ident(direct->ident));
usr/src/tools/smatch/src/show-parse.c
78
modifier_string(sym->ctype.modifiers), show_ident(sym->ident),
usr/src/tools/smatch/src/show-parse.c
951
printf("\tmovi.%d\t\tv%d,$%s\n", bits_in_pointer, new, show_ident(sym->ident));
usr/src/tools/smatch/src/show-parse.c
958
printf("\taddi.%d\t\tv%d,vFP,$offsetof(%s:%p)\n", bits_in_pointer, new, show_ident(sym->ident), sym);
usr/src/tools/smatch/src/smatch_db.c
2437
func = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/smatch_function_hashtable.h
101
name = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/smatch_ignore.c
102
str = show_ident(token->ident);
usr/src/tools/smatch/src/smatch_ignore.c
96
name = show_ident(token->ident);
usr/src/tools/smatch/src/smatch_param_cleared.c
124
function = show_ident(token->ident);
usr/src/tools/smatch/src/smatch_project.c
117
macro = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/smatch_project.c
146
func = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/smatch_project.c
175
func = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/smatch_project.c
204
func = alloc_string(show_ident(token->ident));
usr/src/tools/smatch/src/smatch_project.c
90
func = show_ident(token->ident);
usr/src/tools/smatch/src/smatch_struct_assignment.c
526
function = show_ident(token->ident);
usr/src/tools/smatch/src/sparse-llvm.c
1217
initial_value = LLVMGetNamedGlobal(module, show_ident(sym->ident));
usr/src/tools/smatch/src/sparse-llvm.c
1242
name = sym->ident ? show_ident(sym->ident) : "" ;
usr/src/tools/smatch/src/sparse-llvm.c
285
const char *name = show_ident(sym->ident);
usr/src/tools/smatch/src/sparse.c
160
show_ident(insn->func->sym->ident), val);
usr/src/tools/smatch/src/sparse.c
265
show_ident(sym->ident), show_pseudo(pseudo));
usr/src/tools/smatch/src/sparse.c
74
warning(bb->pos, "context imbalance in '%s' - %s", show_ident(sym->ident), why);
usr/src/tools/smatch/src/ssa.c
227
show_ident(var->ident));
usr/src/tools/smatch/src/symbol.c
505
sparse_error(sym->pos, "ctype on preprocessor command? (%s)", show_ident(sym->ident));
usr/src/tools/smatch/src/symbol.c
617
warning(sym->pos, "symbol '%s' shadows an earlier one", show_ident(sym->ident));
usr/src/tools/smatch/src/symbol.c
630
sparse_error(sym->pos, "Trying to use reserved word '%s' as identifier", show_ident(ident));
usr/src/tools/smatch/src/symbol.c
637
warning(sym->pos, "Symbol '%s' already bound", show_ident(sym->ident));
usr/src/tools/smatch/src/test-unssa.c
32
const char *name = show_ident(sym->ident);
usr/src/tools/smatch/src/test-unssa.c
51
printf("symbol %s:\n", show_ident(sym->ident));
usr/src/tools/smatch/src/token.h
226
extern const char *show_ident(const struct ident *);
usr/src/tools/smatch/src/tokenize.c
199
return show_ident(token->ident);
usr/src/tools/smatch/src/tokenize.c
257
return show_ident(token->ident);