Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Devaluate.c1496 static int compatible_assignment_types(struct expression *expr, struct symbol *target, in compatible_assignment_types() function
1536 return compatible_assignment_types(expr, target, rp, where); in compatible_argument_type()
1597 if (!compatible_assignment_types(expr, ltype, &expr->right, "assignment")) in evaluate_assignment()
2762 compatible_assignment_types(e, ctype, ep, "initializer"); in handle_initializer()
3474 compatible_assignment_types(expr, fntype, &stmt->expression, "return expression"); in evaluate_return_expression()