CBMC
two_value_array_abstract_object.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3  Module: analyses variable-sensitivity
4 
5  Author: Thomas Kiley, thomas.kiley@diffblue.com
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_ANALYSES_VARIABLE_SENSITIVITY_ARRAY_ABSTRACT_OBJECT_H
13 #define CPROVER_ANALYSES_VARIABLE_SENSITIVITY_ARRAY_ABSTRACT_OBJECT_H
14 
16 
18  two_value_array_abstract_objectt,
19  array_aggregate_typet>
20 {
21 public:
26 
29  {
30  }
33  {
34  }
36  const exprt &expr,
37  const abstract_environmentt &environment,
38  const namespacet &ns)
39  : abstract_aggregate_baset(expr, environment, ns)
40  {
41  }
42 
43 protected:
44  void statistics(
46  abstract_object_visitedt &visited,
47  const abstract_environmentt &env,
48  const namespacet &ns) const override
49  {
50  }
51 };
52 
53 #endif // CPROVER_ANALYSES_VARIABLE_SENSITIVITY_ARRAY_ABSTRACT_OBJECT_H
two_value_array_abstract_objectt::two_value_array_abstract_objectt
two_value_array_abstract_objectt(const typet &type)
Definition: two_value_array_abstract_object.h:27
typet
The type of an expression, extends irept.
Definition: type.h:28
abstract_objectt::type
virtual const typet & type() const
Get the real type of the variable this abstract object is representing.
Definition: abstract_object.cpp:47
abstract_environmentt
Definition: abstract_environment.h:40
exprt
Base class for all expressions.
Definition: expr.h:55
array_aggregate_typet
Definition: abstract_aggregate_object.h:154
namespacet
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
Definition: namespace.h:90
two_value_array_abstract_objectt::statistics
void statistics(abstract_object_statisticst &statistics, abstract_object_visitedt &visited, const abstract_environmentt &env, const namespacet &ns) const override
Definition: two_value_array_abstract_object.h:44
abstract_object_statisticst
Definition: abstract_object_statistics.h:18
abstract_aggregate_objectt
Definition: abstract_aggregate_object.h:26
two_value_array_abstract_objectt::abstract_aggregate_baset
abstract_aggregate_objectt< two_value_array_abstract_objectt, array_aggregate_typet > abstract_aggregate_baset
Definition: two_value_array_abstract_object.h:25
abstract_object_visitedt
std::set< abstract_object_pointert > abstract_object_visitedt
Definition: abstract_object.h:70
abstract_objectt::bottom
bool bottom
Definition: abstract_object.h:386
two_value_array_abstract_objectt
Definition: two_value_array_abstract_object.h:17
abstract_aggregate_object.h
two_value_array_abstract_objectt::two_value_array_abstract_objectt
two_value_array_abstract_objectt(const exprt &expr, const abstract_environmentt &environment, const namespacet &ns)
Definition: two_value_array_abstract_object.h:35
two_value_array_abstract_objectt::two_value_array_abstract_objectt
two_value_array_abstract_objectt(const typet &type, bool top, bool bottom)
Definition: two_value_array_abstract_object.h:31
abstract_objectt::top
bool top
Definition: abstract_object.h:387