Home
last modified time | relevance | path

Searched refs:show_ident (Results 1 – 25 of 48) sorted by relevance

12

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_project.c90 func = show_ident(token->ident); in register_no_return_funcs()
117 macro = alloc_string(show_ident(token->ident)); in register_ignored_macros()
146 func = alloc_string(show_ident(token->ident)); in register_skipped_functions()
175 func = alloc_string(show_ident(token->ident)); in register_silenced_functions()
204 func = alloc_string(show_ident(token->ident)); in register_no_inline_functions()
H A Dshow-parse.c78 modifier_string(sym->ctype.modifiers), show_ident(sym->ident), in do_debug_symbol()
190 return show_ident(as); in show_as()
354 prepend(name, "struct %s", show_ident(sym->ident)); in do_show_type()
360 prepend(name, "union %s", show_ident(sym->ident)); in do_show_type()
364 prepend(name, "enum %s ", show_ident(sym->ident)); in do_show_type()
369 append(name, "%s", show_ident(sym->ident)); in do_show_type()
381 append(name, "label(%s:%p)", show_ident(sym->ident), sym); in do_show_type()
402 prepend(name, "restricted %s", show_ident(sym->ident)); in do_show_type()
765 printf("\tcall\t\t%s\n", show_ident(direct->ident)); in show_call_expression()
1060 show_ident(base->ident)); in show_position_expr()
[all …]
H A Dgraph.c51 fname = show_ident(ep->name->ident); in graph_ep()
82 printf("%s store(%s)", s, show_ident(insn->src->sym->ident)); in graph_ep()
89 printf("%s load(%s)", s, show_ident(insn->src->sym->ident)); in graph_ep()
125 show_ident(ep->name->ident); in graph_calls()
H A Dcheck_unreachable.c91 strcmp(show_ident(token->ident), "endif") == 0) in prev_line_was_endif()
97 strcmp(show_ident(token->ident), "endif") == 0) in prev_line_was_endif()
249 macro = alloc_string(show_ident(token->ident)); in register_turn_off_macros()
276 macro = alloc_string(show_ident(token->ident)); in register_ignored_macros()
H A Dtest-unssa.c32 const char *name = show_ident(sym->ident); in output_fn()
51 printf("symbol %s:\n", show_ident(sym->ident)); in output_data()
H A Dctags.c70 fprintf(fp, "%s\t%s\t%d;\"\t%c\tfile:\n", show_ident(sym->ident), in show_symbol_tag()
163 die("unknown symbol %s namespace:%d type:%d\n", show_ident(sym->ident), in examine_symbol()
197 show_ident(sym->ident), sym->type); in examine_namespace()
H A Dsmatch_ignore.c96 name = show_ident(token->ident); in load_ignores()
102 str = show_ident(token->ident); in load_ignores()
H A Dsparse.c74 warning(bb->pos, "context imbalance in '%s' - %s", show_ident(sym->ident), why); in imbalance()
160 show_ident(insn->func->sym->ident), val); in check_byte_count()
265 show_ident(sym->ident), show_pseudo(pseudo)); in check_context()
H A Dcheck_indenting.c80 strcmp(show_ident(token->ident), "endif") == 0) in prev_lines_say_endif()
224 macro = alloc_string(show_ident(token->ident)); in register_ignored_macros()
H A Dcompile-i386.c448 strcpy(name, show_ident(s->sym->ident)); in stor_op_name()
850 const char *name = show_ident(sym->ident); in emit_func_post()
893 name = show_ident(sym->ident); in emit_func_post()
1062 emit_object_pre(show_ident(sym->ident), sym->ctype.modifiers, in emit_array()
1123 emit_global_noinit(show_ident(sym->ident), in emit_scalar_noinit()
1131 emit_global_noinit(show_ident(sym->ident), in emit_array_noinit()
1624 show_ident(sym->ident), in emit_symbol_expr_init()
1825 emit_object_pre(show_ident(sym->ident), in x86_symbol()
2043 } else if (!strcmp("break", show_ident(stmt->goto_label->ident))) { in x86_statement()
2048 } else if (!strcmp("continue", show_ident(stmt->goto_label->ident))) { in x86_statement()
[all …]
H A Dflowgraph.c51 printf("%s's reverse postorder:\n", show_ident(ep->name->ident)); in debug_postorder()
109 printf("%s's idoms:\n", show_ident(ep->name->ident)); in debug_domtree()
H A Dcheck_return.c50 func = show_ident(token->ident); in register_must_check_funcs()
H A Dcheck_dma_on_stack.c67 func = show_ident(token->ident); in register_funcs_from_file()
H A Dcheck_freeing_devm.c58 func = show_ident(token->ident); in register_funcs_from_file()
H A Dcheck_wrong_size_arg.c60 func = show_ident(token->ident); in register_funcs_from_file()
H A Dcheck_memcpy_overflow.c297 func = show_ident(token->ident); in register_funcs_from_file()
350 struct_type = show_ident(token->ident); in register_ignored_structs_from_file()
H A Dparse.c1248 sparse_error(token->pos, "unknown mode attribute %s", show_ident(token->ident)); in attribute_mode()
1307 warning(token->pos, "unknown attribute '%s'", show_ident(token->ident)); in recover_unknown_attribute()
1552 old, show_ident(new)); in specifier_conflict()
1829 show_ident(*n)); in which_func()
1939 show_ident(*ctx->ident)); in handle_bitfield()
2334 const char *name = show_ident(sym->ident); in validate_for_loop_decl()
2531 sparse_error(stmt->pos, "label '%s' redefined", show_ident(s->ident)); in statement()
2854 show_ident(decl->ident)); in parse_function_body()
2899 show_ident(arg->ident)); in apply_k_r_types()
3035 show_ident(decl->ident)); in external_declaration()
[all …]
H A Dcheck_dev_queue_xmit.c114 func = show_ident(token->ident); in register_funcs_from_file()
H A Dcheck_held_dev.c115 func = show_ident(token->ident); in register_returns_held_funcs()
H A Dsmatch_function_hashtable.h101 name = alloc_string(show_ident(token->ident)); in load_hashtable_helper()
H A Dsymbol.c505 sparse_error(sym->pos, "ctype on preprocessor command? (%s)", show_ident(sym->ident)); in examine_symbol_type()
617 warning(sym->pos, "symbol '%s' shadows an earlier one", show_ident(sym->ident)); in check_declaration()
630 sparse_error(sym->pos, "Trying to use reserved word '%s' as identifier", show_ident(ident)); in bind_symbol()
637 warning(sym->pos, "Symbol '%s' already bound", show_ident(sym->ident)); in bind_symbol()
H A Dcheck_rosenberg.c355 func = show_ident(token->ident); in register_clears_argument()
382 func = show_ident(token->ident); in register_copy_funcs_from_file()
H A Dgdbhelpers199 printf ", ident = %s\n", show_ident($arg0->ident)
238 printf "(%p) '%s'\n", $arg0, show_ident($arg0)
H A Dcheck_sizeof.c142 macro = alloc_string(show_ident(token->ident)); in register_macro_takes_sizeof_argument()
H A Dcheck_macro_side_effects.c152 macro = alloc_string(show_ident(token->ident)); in register_ignored_macros()

12