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 186 std::string TheStr = Ints[IntNo].Name.substr(6);
187 TheStr += '.'; // Require "bswap." instead of bswap.
188 OS << " if (NameR.startswith(\"" << TheStr << "\")) "
  /external/llvm/utils/FileCheck/
FileCheck.cpp 128 static void AddFixedStringToRegEx(StringRef FixedStr, std::string &TheStr);
311 void Pattern::AddFixedStringToRegEx(StringRef FixedStr, std::string &TheStr) {
329 TheStr += '\\';
332 TheStr += FixedStr[i];
    [all...]

Completed in 36 milliseconds