Searched refs:TheStr (Results 1 – 4 of 4) sorted by relevance
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVEntry.cpp | 471 SPIRVName::SPIRVName(const SPIRVEntry *TheTarget, const std::string& TheStr) in SPIRVName() argument 472 :SPIRVAnnotation(TheTarget, getSizeInWords(TheStr) + 2), Str(TheStr){ in SPIRVName() 524 const std::string &TheStr): in SPIRVExtInstImport() argument 525 SPIRVEntry(TheModule, 2 + getSizeInWords(TheStr), OC, TheId), Str(TheStr){ in SPIRVExtInstImport()
|
D | SPIRVEntry.h | 449 SPIRVName(const SPIRVEntry *TheTarget, const std::string& TheStr); 464 const std::string& TheStr) in SPIRVMemberName() argument 465 :SPIRVAnnotation(TheTarget, FixedWC + getSizeInWords(TheStr)), in SPIRVMemberName() 466 MemberNumber(TheMemberNumber), Str(TheStr){ in SPIRVMemberName() 482 SPIRVString(SPIRVModule *M, SPIRVId TheId, const std::string &TheStr) in SPIRVString() argument 483 :SPIRVEntry(M, FixedWC + getSizeInWords(TheStr), OC, TheId), Str(TheStr){} in SPIRVString() 614 const std::string& TheStr);
|
/external/swiftshader/third_party/LLVM/utils/FileCheck/ |
D | FileCheck.cpp | 99 static void AddFixedStringToRegEx(StringRef FixedStr, std::string &TheStr); 237 void Pattern::AddFixedStringToRegEx(StringRef FixedStr, std::string &TheStr) { in AddFixedStringToRegEx() argument 255 TheStr += '\\'; in AddFixedStringToRegEx() 258 TheStr += FixedStr[i]; in AddFixedStringToRegEx()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 134 std::string TheStr = Ints[IntNo].Name.substr(6); in EmitFnNameRecognizer() local 135 TheStr += '.'; // Require "bswap." instead of bswap. in EmitFnNameRecognizer() 136 OS << " if (NameR.startswith(\"" << TheStr << "\")) " in EmitFnNameRecognizer()
|