| 2760 | } |
| 2761 | |
| 2762 | Type const* SMTEncoder::underlyingType(Type const* _type) |
| 2763 | { |
| 2764 | if (auto userType = dynamic_cast<UserDefinedValueType const*>(_type)) |
| 2765 | _type = &userType->underlyingType(); |
| 2766 | return _type; |
| 2767 | } |
| 2768 | |
| 2769 | TypePointers SMTEncoder::replaceUserTypes(TypePointers const& _types) |
| 2770 | { |
no outgoing calls
no test coverage detected