Searched refs:next_val (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/DataFormatters/
H A DLibCxxList.cpp203 uint64_t next_val = m_head->GetValueAsUnsigned(0); local
205 if (next_val == 0 || prev_val == 0)
207 if (next_val == m_node_address)
209 if (next_val == prev_val)
/external/lldb/examples/synthetic/
H A Dgnu_libstdcpp.py63 next_val = self.next.GetValueAsUnsigned(0)
66 if next_val == 0 or prev_val == 0:
68 if next_val == self.node_address:
70 if next_val == prev_val:
H A Dlibcxx.py255 next_val = self.head.GetValueAsUnsigned(0)
258 if next_val == 0 or prev_val == 0:
260 if next_val == self.node_address:
262 if next_val == prev_val:

Completed in 123 milliseconds