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

References

tools/bugpoint/ToolRunner.cpp
  363   for (std::size_t Pos = 0u; Pos <= CommandLine.size(); ++Pos) {
  363   for (std::size_t Pos = 0u; Pos <= CommandLine.size(); ++Pos) {
  364     if ('\\' == CommandLine[Pos]) {
  365       if (Pos + 1 < CommandLine.size())
  366         Token.push_back(CommandLine[++Pos]);
  370     if (' ' == CommandLine[Pos] || CommandLine.size() == Pos) {
  370     if (' ' == CommandLine[Pos] || CommandLine.size() == Pos) {
  385     Token.push_back(CommandLine[Pos]);