|
cprover
|
Inheritance diagram for sort_based_cast_to_bit_vector_convertert:
Collaboration diagram for sort_based_cast_to_bit_vector_convertert:Public Member Functions | |
| sort_based_cast_to_bit_vector_convertert (const smt_termt &from_term, const typet &from_type, const bitvector_typet &to_type) | |
| void | visit (const smt_bool_sortt &) override |
| void | visit (const smt_bit_vector_sortt &) override |
| void | visit (const smt_array_sortt &) override |
Public Attributes | |
| const smt_termt & | from_term |
| const typet & | from_type |
| const bitvector_typet & | to_type |
| optionalt< smt_termt > | result |
Definition at line 203 of file convert_expr_to_smt.cpp.
|
inline |
Definition at line 211 of file convert_expr_to_smt.cpp.
|
inlineoverride |
Definition at line 235 of file convert_expr_to_smt.cpp.
|
inlineoverride |
Definition at line 225 of file convert_expr_to_smt.cpp.
|
inlineoverride |
Definition at line 219 of file convert_expr_to_smt.cpp.
Definition at line 206 of file convert_expr_to_smt.cpp.
Definition at line 207 of file convert_expr_to_smt.cpp.
Definition at line 209 of file convert_expr_to_smt.cpp.
| const bitvector_typet& sort_based_cast_to_bit_vector_convertert::to_type |
Definition at line 208 of file convert_expr_to_smt.cpp.