points_to_user_data
if (!pointed_at_found && points_to_user_data(expr)) {
if (points_to_user_data(expr->left))
if (points_to_user_data(expr->right))
if (!points_to_user_data(right))
if (points_to_user_data(expr->right)) {