11#ifdef REPORT_UNIMPLEMENTED_TYPE_CHECKS
19#define CALL_ON_TYPE(type_type) \
20 C<typet, type_type>()(type, std::forward<Args>(args)...)
19#define CALL_ON_TYPE(type_type) \ …
22template <
template <
typename,
typename>
class C,
typename...
Args>
62#ifdef REPORT_UNIMPLEMENTED_TYPE_CHECKS
63 std::cerr <<
"Unimplemented well-formedness check for type with id: "
Pre-defined bitvector types.
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Fixed-width bit-vector without numerical interpretation.
Fixed-width bit-vector with signed fixed-point interpretation.
Fixed-width bit-vector with IEEE floating-point interpretation.
bool get_bool(const irep_idt &name) const
const std::string & id_string() const
const irep_idt & id() const
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
The pointer type These are both 'bitvector_typet' (they have a width) and 'type_with_subtypet' (they ...
Fixed-width bit-vector with two's complement interpretation.
The type of an expression, extends irept.
Fixed-width bit-vector with unsigned binary interpretation.
void check_type(const typet &type, const validation_modet vm)
Check that the given type is well-formed (shallow checks only, i.e., subtypes are not checked)
#define CALL_ON_TYPE(type_type)
void validate_type(const typet &type, const namespacet &ns, const validation_modet vm)
Check that the given type is well-formed, assuming that its subtypes have already been checked for we...
void call_on_type(const typet &type, Args &&... args)
void validate_full_type(const typet &type, const namespacet &ns, const validation_modet vm)
Check that the given type is well-formed (full check, including checks of subtypes)