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

References

lib/Option/Option.cpp
  133         if (Prev != Str) {
  134           char *Value = new char[Str - Prev + 1];
  135           memcpy(Value, Prev, Str - Prev);
  135           memcpy(Value, Prev, Str - Prev);
  136           Value[Str - Prev] = '\0';
  143         Prev = Str + 1;