Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp155 ++m_stack_depth; in Visit()
175 size_t m_stack_depth = 1; member in __anonb83530430111::DWARFCodegen
203 --m_stack_depth; // Two pops, one push. in Visit()
209 assert(m_stack_depth >= 1); in Visit()
211 m_out_stream.PutHex8(m_stack_depth - 1); in Visit()
212 ++m_stack_depth; in Visit()
226 ++m_stack_depth; in Visit()