Home
last modified time | relevance | path

Searched refs:m_compatibleBytesType (Results 1 – 2 of 2) sorted by relevance

/dports/lang/solidity/solidity_0.8.11/libsolidity/ast/
H A DTypes.h551 m_value(std::move(_value)), m_compatibleBytesType(_compatibleBytesType) in m_value()
599 Type const* m_compatibleBytesType; variable
H A DTypes.cpp944 …return (m_value == rational(0)) || (m_compatibleBytesType && *m_compatibleBytesType == _convertTo); in isImplicitlyConvertibleTo()