We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4987df3 + 5c25144 commit 868a035Copy full SHA for 868a035
src/util/pointer_expr.h
@@ -329,7 +329,7 @@ class is_dynamic_object_exprt : public unary_predicate_exprt
329
template <>
330
inline bool can_cast_expr<is_dynamic_object_exprt>(const exprt &base)
331
{
332
- return base.id() == ID_is_invalid_pointer;
+ return base.id() == ID_is_dynamic_object;
333
}
334
335
inline void validate_expr(const is_dynamic_object_exprt &value)
0 commit comments