Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:pos

415   std::string::size_type pos = CommandLine.find_first_of(delimiters, lastPos);
417 while (std::string::npos != pos || std::string::npos != lastPos) {
418 std::string token = CommandLine.substr(lastPos, pos - lastPos);
424 pos);
426 pos = CommandLine.find_first_of(delimiters, lastPos);