Home
last modified time | relevance | path

Searched refs:show_as (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dshow-parse.c79 show_as(sym->ctype.as), in do_debug_symbol()
186 const char *show_as(struct ident *as) in show_as() function
309 prepend(name, "%s ", show_as(as)); in do_show_type()
H A Dsymbol.h323 extern const char *show_as(struct ident *as);
H A Devaluate.c3033 warning(expr->pos, "cast removes address space '%s' of expression", show_as(sas)); in evaluate_cast()
3035 warning(expr->pos, "cast between address spaces (%s -> %s)", show_as(sas), show_as(tas)); in evaluate_cast()
3039 "cast adds address space '%s' to expression", show_as(tas)); in evaluate_cast()
H A Dparse.c1175 show_as(ctx->ctype.as), show_as(as)); in attribute_address_space()