Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp157 ++m_stack_depth; in Visit()
177 size_t m_stack_depth = 1; member in __anon166e9f0f0111::DWARFCodegen
205 --m_stack_depth; // Two pops, one push. in Visit()
211 assert(m_stack_depth >= 1); in Visit()
213 m_out_stream.PutHex8(m_stack_depth - 1); in Visit()
214 ++m_stack_depth; in Visit()
228 ++m_stack_depth; in Visit()