Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Devaluate.c292 static int cast_flags(struct expression *expr, struct expression *target);
348 expr->flags = cast_flags(expr, old); in cast_to()
2869 static int cast_flags(struct expression *expr, struct expression *old) in cast_flags() function
2972 expr->flags = cast_flags(expr, source); in evaluate_cast()