Go to the documentation of this file.
12 #ifndef CPROVER_ANALYSES_VARIABLE_SENSITIVITY_CONSTANT_ABSTRACT_VALUE_H
13 #define CPROVER_ANALYSES_VARIABLE_SENSITIVITY_CONSTANT_ABSTRACT_VALUE_H
62 std::dynamic_pointer_cast<const constant_abstract_valuet>(other);
63 return cast_other &&
value == cast_other->value;
90 #endif // CPROVER_ANALYSES_VARIABLE_SENSITIVITY_CONSTANT_ABSTRACT_VALUE_H
sharing_ptrt< class abstract_objectt > abstract_object_pointert
exprt to_constant() const override
Converts to a constant expression if possible.
bool internal_equality(const abstract_object_pointert &other) const override
The type of an expression, extends irept.
abstract_object_pointert merge_with_value(const abstract_value_pointert &other, const widen_modet &widen_mode) const override
Merges another abstract value into this one.
std::string pretty(unsigned indent=0, unsigned max_indent=0) const
size_t internal_hash() const override
Base class for all expressions.
Represents an interval of values.
std::unique_ptr< value_range_implementationt > value_range_implementation_ptrt
~constant_abstract_valuet() override=default
abstract_value_pointert constrain(const exprt &lower, const exprt &upper) const override
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
value_range_implementation_ptrt value_range_implementation() const override
exprt to_predicate_internal(const exprt &name) const override
to_predicate implementation - derived classes will override
void output(std::ostream &out, const class ai_baset &ai, const class namespacet &ns) const override
std::set< abstract_object_pointert > abstract_object_visitedt
constant_abstract_valuet(const typet &t)
This is the basic interface of the abstract interpreter with default implementations of the core func...
void get_statistics(abstract_object_statisticst &statistics, abstract_object_visitedt &visited, const abstract_environmentt &env, const namespacet &ns) const override
std::unique_ptr< index_range_implementationt > index_range_implementation_ptrt
abstract_object_pointert meet_with_value(const abstract_value_pointert &other) const override
sharing_ptrt< const abstract_value_objectt > abstract_value_pointert
constant_interval_exprt to_interval() const override
index_range_implementation_ptrt index_range_implementation(const namespacet &ns) const override
typet t
To enforce copy-on-write these are private and have read-only accessors.