inline static bool has_dereference(const exprt &src) { return has_subexpr(src, ID_dereference); }
bool value_set_dereferencet::has_dereference(const exprt &expr) { return has_subexpr(expr, ID_dereference); }