Home
last modified time | relevance | path

Searched refs:show_typename (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dtest-dissect.c54 show_typename(sym->ctype.base_type)); in r_symbol()
71 show_typename(mem ? mem->ctype.base_type : sym)); in r_member()
H A Devaluate.c288 info(pos, " %s", show_typename(typeb)); in warn_for_different_enum_types()
534 show_typename(*ctype)); in unrestrict()
1136 info(expr->pos, " %s", show_typename(ltype)); in evaluate_compare()
1137 info(expr->pos, " %s", show_typename(rtype)); in evaluate_compare()
1274 info(expr->pos, " %s", show_typename(ltype)); in evaluate_conditional_expression()
1275 info(expr->pos, " %s", show_typename(rtype)); in evaluate_conditional_expression()
1332 show_special(op), show_typename(t)); in evaluate_assign_op()
1978 show_typename(ctype->ctype.base_type)); in evaluate_preop()
3005 show_typename(ttype)); in evaluate_cast()
3010 show_typename(stype)); in evaluate_cast()
[all …]
H A Dsparse.c304 show_typename(sym), in list_compound_symbol()
H A Dparse.c683 show_typename(ctx->ctype.base_type)); in apply_modifiers()
736 error_die(token->pos, "invalid tag applied to %s", show_typename (sym)); in struct_union_enum_specifier()
747 error_die(token->pos, "redefinition of %s", show_typename (sym)); in struct_union_enum_specifier()
989 info(expr->pos, " expected: %s", show_typename(base_type)); in parse_enum_declaration()
990 info(expr->pos, " got: %s", show_typename(ctype)); in parse_enum_declaration()
1924 show_typename(ctype->base_type)); in handle_bitfield()
2050 storage_class[class], show_typename(sym)); in typename()
H A Dsymbol.h324 extern const char *show_typename(struct symbol *sym);
H A Dsparse-llvm.c365 sparse_error(ctype->pos, "no value possible for %s", show_typename(ctype)); in val_to_value()
1229 warning(initializer->pos, "can't initialize type: %s", show_typename(sym)); in output_data()
H A Dbuiltin.c293 info(arg->pos, " %s", show_typename(arg->ctype)); in evaluate_overflow_gen()
H A Dshow-parse.c441 const char *show_typename(struct symbol *sym) in show_typename() function
H A Dexpand.c179 warning(expr->pos, "shift too big (%llu) for type %s", count, show_typename(ctype)); in warn_shift_count()
H A Dsimplify.c774 tname = show_typename(ctype); in check_shift_count()