Home
last modified time | relevance | path

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

12

/third_party/ltp/tools/sparse/sparse-src/
Dshow-parse.c76 modifier_string(sym->ctype.modifiers), show_ident(sym->ident), in do_debug_symbol()
180 …printf("\t%s:%d:%ld at offset %ld.%d", show_ident(sym->ident), sym->bit_size, sym->ctype.alignment… in show_struct_member()
200 return show_ident(as); in show_as()
365 prepend(name, "struct %s", show_ident(sym->ident)); in do_show_type()
371 prepend(name, "union %s", show_ident(sym->ident)); in do_show_type()
375 prepend(name, "enum %s ", show_ident(sym->ident)); in do_show_type()
380 append(name, "%s", show_ident(sym->ident)); in do_show_type()
392 append(name, "label(%s:%p)", show_ident(sym->ident), sym); in do_show_type()
413 prepend(name, "restricted %s", show_ident(sym->ident)); in do_show_type()
607 printf("\tbegin_inline \t%s\n", show_ident(stmt->inline_fn->ident)); in show_statement()
[all …]
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()
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()
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()
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()
254 show_ident(sym->ident), show_pseudo(pseudo)); in check_context()
Dsymbol.c102 sparse_error(sym->pos, "flexible array member '%s' in a union", show_ident(sym->ident)); in lay_out_union()
219 sparse_error(member->pos, "member '%s' has __auto_type", show_ident(member->ident)); in examine_struct_union_type()
223 …sparse_error(info.flex_array->pos, "flexible array member '%s' is not last", show_ident(info.flex_… in examine_struct_union_type()
326 show_ident(sym->ident), sym->bit_size, show_typename(base_type)); in examine_bitfield_type()
599 sparse_error(sym->pos, "ctype on preprocessor command? (%s)", show_ident(sym->ident)); in examine_symbol_type()
719 warning(sym->pos, "symbol '%s' shadows an earlier one", show_ident(sym->ident)); in check_declaration()
752 sparse_error(sym->pos, "Trying to use reserved word '%s' as identifier", show_ident(ident)); in bind_symbol_with_scope()
759 warning(sym->pos, "Symbol '%s' already bound", show_ident(sym->ident)); in bind_symbol_with_scope()
Dcompile-i386.c447 strcpy(name, show_ident(s->sym->ident)); in stor_op_name()
849 const char *name = show_ident(sym->ident); in emit_func_post()
892 name = show_ident(sym->ident); in emit_func_post()
1061 emit_object_pre(show_ident(sym->ident), sym->ctype.modifiers, in emit_array()
1122 emit_global_noinit(show_ident(sym->ident), in emit_scalar_noinit()
1130 emit_global_noinit(show_ident(sym->ident), in emit_array_noinit()
1623 show_ident(sym->ident), in emit_symbol_expr_init()
1795 …printf("\t%s:%d:%ld at offset %ld.%d", show_ident(sym->ident), sym->bit_size, sym->ctype.alignment… in x86_struct_member()
1824 emit_object_pre(show_ident(sym->ident), in x86_symbol()
2042 } else if (!strcmp("break", show_ident(stmt->goto_label->ident))) { in x86_statement()
[all …]
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()
Dparse.c1261 sparse_error(token->pos, "unknown mode attribute %s", show_ident(token->ident)); in attribute_mode()
1320 warning(token->pos, "unknown attribute '%s'", show_ident(token->ident)); in recover_unknown_attribute()
1476 old, show_ident(new)); in specifier_conflict()
1760 show_ident(*n)); in which_func()
1867 show_ident(*ctx->ident), width); in handle_bitfield()
2234 const char *name = show_ident(sym->ident); in validate_for_loop_decl()
2370 const char *id = show_ident(ident); in warn_label_usage()
2463 sparse_error(stmt->pos, "label '%s' redefined", show_ident(s->ident)); in statement()
2730 show_ident(sym->ident)); in declare_argument()
2758 … warning(decl->pos, "function '%s' with external linkage has definition", show_ident(decl->ident)); in parse_function_body()
[all …]
Dgdbhelpers181 printf ", ident = %s\n", show_ident($arg0->ident)
220 printf "(%p) '%s'\n", $arg0, show_ident($arg0)
Dscope.c160 warning(sym->pos, "unused label '%s'", show_ident(sym->ident)); in end_label_scope()
Devaluate.c85 expression_error(expr, "undefined identifier '%s'", show_ident(expr->symbol_name)); in evaluate_symbol_expression()
93 expression_error(expr, "identifier '%s' has no type", show_ident(expr->symbol_name)); in evaluate_symbol_expression()
1674 warning(expr->pos, "taking address of 'register' variable '%s'", show_ident(sym->ident)); in create_pointer()
1763 …sparse_error(expr->pos, "taking the address of built-in function '%s'", show_ident(ctype->ident)); in degenerate()
1785 sparse_error(expr->pos, "taking the address of built-in function '%s'", show_ident(ctype->ident)); in evaluate_addressof()
2106 show_ident(ident), type, namelen, name); in evaluate_member_dereference()
2109 "incomplete %s %.*s", show_ident(ident), in evaluate_member_dereference()
2631 show_ident(struct_sym->ident)); in handle_list_initializer()
3180 show_ident(sym->ident)); in evaluate_call()
3201 show_ident(sym->ident)); in evaluate_call()
[all …]
Dtoken.h225 extern const char *show_ident(const struct ident *);
Ddominate.c135 printf("%s's IDF:\n", show_ident(ep->name->ident)); in idf_dump()
Dtokenize.c99 const char *show_ident(const struct ident *ident) in show_ident() function
204 return show_ident(token->ident); in show_token()
262 return show_ident(token->ident); in quote_token()
Dlinearize.c124 snprintf(buf, 64, "%s", show_ident(sym->ident)); in show_pseudo()
145 sprintf(buf+i, "(%s)", show_ident(pseudo->ident)); in show_pseudo()
161 sprintf(buf+i, "(%s)", show_ident(pseudo->ident)); in show_pseudo()
290 buf += sprintf(buf, " [%s]", show_ident(entry->ident)); in show_asm_constraints()
370 buf += sprintf(buf, "%s", show_ident(expr->symbol->ident)); in show_instruction()
589 printf("%s:\n", show_ident(ep->name->ident)); in show_entry()
592 printf("ep %p: %s\n", ep, show_ident(ep->name->ident)); in show_entry()
599 printf(" sym: %p %s\n", sym, show_ident(sym->ident)); in show_entry()
632 warning(pos, "label '%s' already bound", show_ident(label->ident)); in bind_label()
Dast-inspect.c128 builtin_typename(sym) ?: show_ident(sym->ident)); in inspect_symbol()
Dinline.c60 warning(pos, "unreplaced symbol '%s'", show_ident(sym->ident)); in copy_symbol()
316 warning(sym->pos, "symbol '%s' not replaced?", show_ident(sym->ident)); in unset_replace()
Dc2xml.c68 const char *ident = show_ident(sym->ident); in new_sym_node()
Ddissect.c639 show_ident(dctx->ident), show_ident(sym->ident)); in do_symbol()
Dssa.c188 show_ident(var->ident)); in ssa_convert_one_var()
Dsparse-llvm.c285 const char *name = show_ident(sym->ident); in get_sym_value()
1208 initial_value = LLVMGetNamedGlobal(module, show_ident(sym->ident)); in output_data()
1233 name = sym->ident ? show_ident(sym->ident) : "" ; in output_data()
Dbuiltin.c90 expression_error(expr, "%s for %s", msg, show_ident(sym->ident)); in eval_args()
297 show_ident(expr->fn->ctype->ident)); in evaluate_fp_unop()
Dexample.c195 show_ident(op->sym->ident)); in show_op()
1370 const char *name = show_ident(sym->ident); in generate_one_insn()
/third_party/ltp/tools/sparse/
Dsparse-ltp.c107 show_ident(id)); in check_symbol_deprecated()
119 const char *const name = show_ident(sym->ident); in check_symbol_visibility()

12