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

References

tools/lli/lli.cpp
  947       ChildOut.reset(new char[ChildOutStr.size() + 1]);
  948       std::copy(ChildOutStr.begin(), ChildOutStr.end(), &ChildOut[0]);
  949       ChildOut[ChildOutStr.size()] = '\0';
  952     char * const args[] = { &ChildPath[0], &ChildIn[0], &ChildOut[0], nullptr };