cprover
Loading...
Searching...
No Matches
Deprecated List
Member ait< domainT >::get_state (locationt l)
SINCE(2019, 08, 01, "use get_state(trace_ptrt p) instead")
Member ait< domainT >::operator[] (locationt l) const
SINCE(2019, 08, 01, "use abstract_state_{before,after} instead")
Member base_type_eq (const exprt &expr1, const exprt &expr2, const namespacet &ns)
"deprecated since " "2019" "-" "1" "-" "22" "; " "Use == instead"
Member base_type_eq (const typet &type1, const typet &type2, const namespacet &ns)
"deprecated since " "2019" "-" "1" "-" "22" "; " "Use == instead"
Class class_hierarchyt

class_hierarchy_grapht is a more advanced graph-based representation of the class hierarchy and its use is preferred over class_hierarchy_classt.

Member dynamic_object (const exprt &pointer)
"deprecated since " "2021" "-" "5" "-" "6" "; " "Use is_dynamic_object_exprt instead"
Member enum_constant_type ()
"deprecated since " "2022" "-" "1" "-" "13" "; " "use c_enum_constant_type() instead"
Member goto_programt::instructiont::get_condition () const
SINCE(2021, 10, 12, "Use condition() instead")
Member goto_programt::instructiont::set_condition (exprt c)
SINCE(2021, 10, 12, "Use condition_nonconst() instead")
Member index_type ()
"deprecated since " "2022" "-" "1" "-" "13" "; " "use c_index_type() or array_typet::index_type() instead"
Member location_sensitive_storaget::get_state (locationt l, const ai_domain_factory_baset &fac)
SINCE(2019, 08, 01, "use get_state(trace_ptrt p) instead")
Member messaget::messaget ()
"deprecated since " "2019" "-" "1" "-" "7" "; " "use messaget(message_handler) instead"
Member string_abstraction (symbol_tablet &, message_handlert &, goto_functionst &)
SINCE(2020, 12, 14, "Use string_abstraction(goto_model, message_handler)")
Member string_abstractiont::operator() (goto_programt &dest)
SINCE(2020, 12, 14, "Use apply(goto_modelt &)")
Member string_abstractiont::operator() (goto_functionst &dest)
SINCE(2020, 12, 14, "Use apply(goto_modelt &)")
Member string_constraint_generatort::add_axioms_for_code_point_count (const function_application_exprt &f)

This is Java specific and should be implemented in Java.

SINCE(2017, 10, 5, "Java specific, should be implemented in Java")

Member string_constraint_generatort::add_axioms_for_concat (const array_string_exprt &res, const array_string_exprt &s1, const array_string_exprt &s2)
should use concat_substr instead
Member string_constraint_generatort::add_axioms_for_concat_code_point (const function_application_exprt &f)
java specific
Member string_constraint_generatort::add_axioms_for_copy (const function_application_exprt &f)

SINCE(2017, 10, 5, "should use substring instead")

should use substring instead

Member string_constraint_generatort::add_axioms_for_is_empty (const function_application_exprt &f)

should use string_length(s)==0 instead

SINCE(2017, 10, 5, "should use `string_length s == 0` instead")

Member string_constraint_generatort::add_axioms_for_is_suffix (const function_application_exprt &f, bool swap_arguments)

Should use strings_startwith(s0, s1, s1.length - s0.length).

SINCE(2018, 6, 6, "should use strings_startwith")

Member string_constraint_generatort::add_axioms_for_offset_by_code_point (const function_application_exprt &f)

This is Java specific and should be implemented in Java.

SINCE(2017, 10, 5, "Java specific, should be implemented in Java")

Member string_constraint_generatort::add_axioms_from_bool (const array_string_exprt &res, const exprt &b)

This is Java specific and should be implemented in Java instead

SINCE(2017, 10, 5, "Java specific, should be implemented in Java")

Member string_constraint_generatort::add_axioms_from_int_hex (const array_string_exprt &res, const exprt &i)

use add_axioms_from_int_with_radix instead

SINCE(2017, 10, 5, "use add_axioms_for_string_of_int_with_radix")

Member string_constraint_generatort::add_axioms_from_long (const function_application_exprt &f)

should use add_axioms_from_int instead

SINCE(2017, 10, 5, "use add_axioms_for_string_of_int instead")