Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.h360 static inline int is_enum_type(const struct symbol *type) in is_enum_type() function
H A Devaluate.c3609 else if (is_enum_type(case_type)) in check_case_type()
3650 if (sel->ctype && is_enum_type(sel->ctype)) in evaluate_switch_statement()