Searched refs:m_dynamic_type (Results 1 – 2 of 2) sorted by relevance
941 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()946 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()951 : m_module_wp(), m_static_type(), m_dynamic_type(dynamic) { in TypeImpl()957 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()980 m_dynamic_type = dynamic; in SetType()987 m_dynamic_type = dynamic; in SetType()1029 m_dynamic_type == rhs.m_dynamic_type; in operator ==()1040 return m_static_type.IsValid() || m_dynamic_type.IsValid(); in IsValid()1049 m_dynamic_type.Clear(); in Clear()1062 if (m_dynamic_type) in GetName()[all …]
694 CompilerType m_dynamic_type; variable