/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_project.c | 90 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 D | show-parse.c | 78 modifier_string(sym->ctype.modifiers), show_ident(sym->ident), in do_debug_symbol() 170 …printf("\t%s:%d:%ld at offset %ld.%d", show_ident(sym->ident), sym->bit_size, sym->ctype.alignment… in show_struct_member() 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() 596 printf("\tbegin_inline \t%s\n", show_ident(stmt->inline_fn->ident)); in show_statement() [all …]
|
H A D | graph.c | 51 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 D | check_unreachable.c | 91 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 D | test-unssa.c | 32 const char *name = show_ident(sym->ident); in output_fn() 51 printf("symbol %s:\n", show_ident(sym->ident)); in output_data()
|
H A D | ctags.c | 70 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 D | smatch_ignore.c | 96 name = show_ident(token->ident); in load_ignores() 102 str = show_ident(token->ident); in load_ignores()
|
H A D | sparse.c | 74 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 D | check_indenting.c | 80 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 D | compile-i386.c | 448 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() 1796 …printf("\t%s:%d:%ld at offset %ld.%d", show_ident(sym->ident), sym->bit_size, sym->ctype.alignment… in x86_struct_member() 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() [all …]
|
H A D | flowgraph.c | 51 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 D | check_return.c | 50 func = show_ident(token->ident); in register_must_check_funcs()
|
H A D | check_freeing_devm.c | 58 func = show_ident(token->ident); in register_funcs_from_file()
|
H A D | check_dma_on_stack.c | 67 func = show_ident(token->ident); in register_funcs_from_file()
|
H A D | check_wrong_size_arg.c | 60 func = show_ident(token->ident); in register_funcs_from_file()
|
H A D | parse.c | 1248 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() 2824 … warning(decl->pos, "function '%s' with external linkage has definition", show_ident(decl->ident)); in parse_function_body() 2854 show_ident(decl->ident)); in parse_function_body() 2866 warning(decl->pos, "function '%s' has computed goto but no targets?", show_ident(decl->ident)); in parse_function_body() [all …]
|
H A D | check_memcpy_overflow.c | 297 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 D | check_held_dev.c | 115 func = show_ident(token->ident); in register_returns_held_funcs()
|
H A D | check_dev_queue_xmit.c | 114 func = show_ident(token->ident); in register_funcs_from_file()
|
H A D | symbol.c | 505 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 D | smatch_function_hashtable.h | 101 name = alloc_string(show_ident(token->ident)); in load_hashtable_helper()
|
H A D | gdbhelpers | 199 printf ", ident = %s\n", show_ident($arg0->ident) 238 printf "(%p) '%s'\n", $arg0, show_ident($arg0)
|
H A D | check_rosenberg.c | 355 func = show_ident(token->ident); in register_clears_argument() 382 func = show_ident(token->ident); in register_copy_funcs_from_file()
|
H A D | check_macro_side_effects.c | 152 macro = alloc_string(show_ident(token->ident)); in register_ignored_macros()
|
H A D | check_sizeof.c | 142 macro = alloc_string(show_ident(token->ident)); in register_macro_takes_sizeof_argument()
|