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

  /external/llvm/utils/FileCheck/
FileCheck.cpp 99 static void AddFixedStringToRegEx(StringRef FixedStr, std::string &TheStr);
237 void Pattern::AddFixedStringToRegEx(StringRef FixedStr, std::string &TheStr) {
255 TheStr += '\\';
258 TheStr += FixedStr[i];
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 134 std::string TheStr = Ints[IntNo].Name.substr(6);
135 TheStr += '.'; // Require "bswap." instead of bswap.
136 OS << " if (NameR.startswith(\"" << TheStr << "\")) "

Completed in 35 milliseconds