reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
  192   auto iter = m_children.find(idx), end = m_children.end();
  195   if (idx >= m_count)
  201   size_t byte_idx = (idx >> 3); // divide by 8 to get byte index
  202   size_t bit_index = (idx & 7); // efficient idx % 8 for bit index
  224   name.Printf("[%" PRIu64 "]", (uint64_t)idx);
  231     m_children[idx] = retval_sp;