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

References

tools/lldb/source/Interpreter/OptionValueArray.cpp
  163     error.SetErrorString("unsupported operation");
  173         error.SetErrorStringWithFormat(
  181               args.GetArgumentAtIndex(i), m_type_mask, error));
  183             if (error.Fail())
  184               return error;
  190             error.SetErrorString(
  192             return error;
  197       error.SetErrorString("insert operation takes an array index followed by "
  236         error.SetErrorStringWithFormat(
  241       error.SetErrorString("remove operation takes one or more array indices");
  255         error.SetErrorStringWithFormat(
  261               args.GetArgumentAtIndex(i), m_type_mask, error));
  263             if (error.Fail())
  264               return error;
  270             error.SetErrorString(
  272             return error;
  277       error.SetErrorString("replace operation takes an array index followed by "
  289           args.GetArgumentAtIndex(i), m_type_mask, error));
  291         if (error.Fail())
  292           return error;
  296         error.SetErrorString(
  302   return error;