Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.c209 static struct symbol *examine_base_type(struct symbol *sym) in examine_base_type() function
230 struct symbol *base_type = examine_base_type(sym); in examine_array_type()
255 struct symbol *base_type = examine_base_type(sym); in examine_bitfield_type()
387 struct symbol *base_type = examine_base_type(sym); in examine_node_type()
424 struct symbol *base_type = examine_base_type(sym); in examine_enum_type()
511 examine_base_type(sym); in examine_symbol_type()
514 examine_base_type(sym); in examine_symbol_type()
554 return examine_base_type(sym); in examine_pointer_target()