Searched refs:can_overflow (Results 1 – 1 of 1) sorted by relevance
22 static int can_overflow(struct expression *expr) in can_overflow() function30 uncapped += can_overflow(expr->left); in can_overflow()31 uncapped += can_overflow(expr->right); in can_overflow()59 if (!can_overflow(size_expr)) in match_size()