Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A 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()
H A Dast-inspect.c130 builtin_typename(sym) ?: show_ident(sym->ident)); in inspect_symbol()
H A Dshow-parse.c81 builtin_typename(sym) ?: ""); in do_debug_symbol()
263 const char *builtin_typename(struct symbol *sym) in builtin_typename() function
324 if ((typename = builtin_typename(sym))) { in do_show_type()
H A Dsymbol.h325 extern const char *builtin_typename(struct symbol *sym);
H A Dlib.c1192 const char *typename = builtin_typename(type); in predefined_type()