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

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVEntry.cpp 471 SPIRVName::SPIRVName(const SPIRVEntry *TheTarget, const std::string& TheStr)
472 :SPIRVAnnotation(TheTarget, getSizeInWords(TheStr) + 2), Str(TheStr){
524 const std::string &TheStr):
525 SPIRVEntry(TheModule, 2 + getSizeInWords(TheStr), OC, TheId), Str(TheStr){
SPIRVEntry.h 449 SPIRVName(const SPIRVEntry *TheTarget, const std::string& TheStr);
464 const std::string& TheStr)
465 :SPIRVAnnotation(TheTarget, FixedWC + getSizeInWords(TheStr)),
466 MemberNumber(TheMemberNumber), Str(TheStr){
482 SPIRVString(SPIRVModule *M, SPIRVId TheId, const std::string &TheStr)
483 :SPIRVEntry(M, FixedWC + getSizeInWords(TheStr), OC, TheId), Str(TheStr){}
614 const std::string& TheStr);
  /external/swiftshader/third_party/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/swiftshader/third_party/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 80 milliseconds