Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dexpression.h332 void cast_value(struct expression *expr, struct symbol *newtype,
H A Dexpand.c89 void cast_value(struct expression *expr, struct symbol *newtype, in cast_value() function
821 cast_value(expr, expr->ctype, target, target->ctype); in expand_cast()
H A Dparse.c911 cast_value(expr, base_type, expr, ctype); in cast_enum_list()