HomeSort by relevance Sort by last modified time
    Searched refs:TheStr (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 168 std::string TheStr = Ints[IntNo].Name.substr(6);
169 TheStr += '.'; // Require "bswap." instead of bswap.
170 OS << " if (NameR.startswith(\"" << TheStr << "\")) "
  /external/llvm/utils/FileCheck/
FileCheck.cpp 109 static void AddFixedStringToRegEx(StringRef FixedStr, std::string &TheStr);
292 void Pattern::AddFixedStringToRegEx(StringRef FixedStr, std::string &TheStr) {
310 TheStr += '\\';
313 TheStr += FixedStr[i];

Completed in 172 milliseconds