Searched refs:show_typename (Results 1 - 11 of 11) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 303 info(pos, " %s", show_typename(typea)); in warn_for_different_enum_types() 304 info(pos, " %s", show_typename(typeb)); in warn_for_different_enum_types() 398 info(expr->pos, " %s", show_typename(expr->left->ctype)); in bad_expr_type() 399 info(expr->pos, " %s", show_typename(expr->right->ctype)); in bad_expr_type() 406 info(expr->pos, " %s", show_typename(expr->unop->ctype)); in bad_expr_type() 515 show_typename(*ctype)); in unrestrict() 851 info(expr->pos, " '%s' has a non-power-of-2 size: %lu", show_typename(lbase), value); in evaluate_ptr_sub() 893 info(expr->pos, " %s", show_typename(ctype)); in evaluate_conditional() 1115 info(expr->pos, " %s", show_typename(ltype)); in evaluate_compare() 1116 info(expr->pos, " %s", show_typename(rtyp in evaluate_compare() [all...] |
H A D | test-dissect.c | 57 show_typename(sym->ctype.base_type)); in r_symbol() 95 show_typename(mem ? mem->ctype.base_type : sym)); in r_member()
|
H A D | test-show-type.c | 12 printf("%s;\n", show_typename(sym)); in show_symbols()
|
H A D | builtin.c | 367 info(arg->pos, " %s", show_typename(arg->ctype)); in evaluate_overflow_gen() 445 info(arg->pos, " %s", show_typename(arg->ctype)); in evaluate_generic_int_op() 509 info(arg->pos, " %s", show_typename(arg->ctype)); in eval_atomic_common()
|
H A D | sparse.c | 293 show_typename(sym), in list_compound_symbol()
|
H A D | parse.c | 682 show_typename(ctx->ctype.base_type)); in apply_modifiers() 738 error_die(token->pos, "invalid tag applied to %s", show_typename (sym)); in struct_union_enum_specifier() 749 error_die(token->pos, "redefinition of %s", show_typename (sym)); in struct_union_enum_specifier() 988 info(expr->pos, " expected: %s", show_typename(base_type)); in parse_enum_declaration() 989 info(expr->pos, " got: %s", show_typename(ctype)); in parse_enum_declaration() 1855 show_typename(ctype->base_type)); in handle_bitfield() 1974 modifier_string(class), show_typename(sym)); in typename()
|
H A D | symbol.h | 354 extern const char *show_typename(struct symbol *sym);
|
H A D | symbol.c | 326 show_ident(sym->ident), sym->bit_size, show_typename(base_type)); in examine_bitfield_type() 602 sparse_error(sym->pos, "ctype on uninitialized symbol '%s'", show_typename(sym)); in examine_symbol_type()
|
H A D | sparse-llvm.c | 365 sparse_error(ctype->pos, "no value possible for %s", show_typename(ctype)); in val_to_value() 1220 warning(initializer->pos, "can't initialize type: %s", show_typename(sym)); in output_data()
|
H A D | show-parse.c | 452 const char *show_typename(struct symbol *sym) in show_typename() function
|
H A D | linearize.c | 2506 warning(insn->pos, "shift too big (%llu) for type %s", uval, show_typename(insn->type)); in check_tainted_insn()
|
Completed in 19 milliseconds