Searched refs:m_top (Results 1 – 2 of 2) sorted by relevance
35 , m_top(0) in AstStack()41 for(sal_uInt32 i=0; i < m_top; i++) in ~AstStack()52 return m_top; in depth()57 if (m_top < 1) in top()59 return m_stack[m_top - 1]; in top()64 if (m_top == 0) in bottom()101 if (m_size == m_top) in push()115 m_stack[m_top++] = pScope; in push()124 if (m_top < 1) in pop()126 pScope = m_stack[--m_top]; in pop()[all …]
48 sal_uInt32 m_top; member in AstStack
Completed in 8 milliseconds