Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Devaluate.c302 static struct expression * cast_to(struct expression *old, struct symbol *type) in cast_to() function
320 old->unop = cast_to(old->unop, type); in cast_to()
639 index = cast_to(index, ssize_t_ctype); in evaluate_ptr_add()
980 expr->left = cast_to(expr->left, ltype); in evaluate_binop()
981 expr->right = cast_to(expr->right, rtype); in evaluate_binop()
1073 expr->left = cast_to(expr->left, ctype); in evaluate_compare()
1074 expr->right = cast_to(expr->right, ctype); in evaluate_compare()
1099 left = cast_to(left, rtype); in evaluate_compare()
1103 right = cast_to(right, ltype); in evaluate_compare()
1119 right = cast_to(right, ltype); in evaluate_compare()
[all …]