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

References

tools/lldb/source/Interpreter/Options.cpp
  212     for (size_t i = 0; i < defs.size(); ++i) {
  212     for (size_t i = 0; i < defs.size(); ++i) {
  213       const int short_opt = defs[i].short_option;
  215       m_getopt_table[i].definition = &defs[i];
  215       m_getopt_table[i].definition = &defs[i];
  216       m_getopt_table[i].flag = nullptr;
  217       m_getopt_table[i].val = short_opt;
  220         option_seen[short_opt] = i;
  222         m_getopt_table[i].val = 0;
  231                           (int)i, defs[i].long_option, short_opt, pos->second,
  231                           (int)i, defs[i].long_option, short_opt, pos->second,
  233                           defs[i].long_option);
  239                           (int)i, defs[i].long_option, short_opt, pos->second,
  239                           (int)i, defs[i].long_option, short_opt, pos->second,
  241                           defs[i].long_option);