Home | History | Annotate | Download | only in Frontend

Lines Matching refs:tmpName

2596   std::string tmpName = InFileName;
2598 for (i=0; i < tmpName.length(); i++) {
2599 char c = tmpName.at(i);
2602 tmpName[i] = '_';
2604 S += tmpName;