Searched refs:show_as (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | show-parse.c | 77 show_as(sym->ctype.as), in do_debug_symbol() 196 const char *show_as(struct ident *as) in show_as() function 319 prepend(name, "%s ", show_as(as)); in do_show_type()
|
H A D | symbol.h | 353 extern const char *show_as(struct ident *as);
|
H A D | evaluate.c | 3092 warning(expr->pos, "cast removes address space '%s' of expression", show_as(sas)); in evaluate_cast() 3094 warning(expr->pos, "cast between address spaces (%s -> %s)", show_as(sas), show_as(tas)); in evaluate_cast() 3098 "cast adds address space '%s' to expression", show_as(tas)); in evaluate_cast()
|
H A D | parse.c | 1188 show_as(ctx->ctype.as), show_as(as)); in attribute_address_space()
|
Completed in 12 milliseconds