Home
last modified time | relevance | path

Searched refs:builtin_typename (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dc2xml.c189 if ((base = builtin_typename(sym->ctype.base_type)) == NULL) { in examine_symbol()
215 newProp(child, "base-type-builtin", builtin_typename(sym)); in examine_symbol()
Dast-inspect.c128 builtin_typename(sym) ?: show_ident(sym->ident)); in inspect_symbol()
Dshow-parse.c79 builtin_typename(sym) ?: ""); in do_debug_symbol()
273 const char *builtin_typename(struct symbol *sym) in builtin_typename() function
334 if ((typename = builtin_typename(sym))) { in do_show_type()
Dpredefine.c62 const char *typename = builtin_typename(type); in predefined_type()
Dsymbol.h355 extern const char *builtin_typename(struct symbol *sym);