Searched refs:m_static_type (Results 1 – 2 of 2) sorted by relevance
920 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()925 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()930 : m_module_wp(), m_static_type(), m_dynamic_type(dynamic) { in TypeImpl()936 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()942 m_static_type = type_sp->GetForwardCompilerType(); in SetType()946 m_static_type.Clear(); in SetType()953 m_static_type = compiler_type; in SetType()965 m_static_type = compiler_type; in SetType()1007 return m_static_type == rhs.m_static_type && in operator ==()1019 return m_static_type.IsValid() || m_dynamic_type.IsValid(); in IsValid()[all …]
657 CompilerType m_static_type; variable