Searched refs:m_is_ptr (Results 1 – 2 of 2) sorted by relevance
58 m_is_ptr = eLazyBoolCalculate; in Init()184 if (m_is_ptr == eLazyBoolCalculate) in IsPtr()185 m_is_ptr = m_type_flags.Test(eTypeIsPointer) ? eLazyBoolYes : eLazyBoolNo; in IsPtr()186 return m_is_ptr == eLazyBoolYes; in IsPtr()
132 LazyBool m_is_ptr; variable