Home
last modified time | relevance | path

Searched defs:TheStr (Results 1 – 4 of 4) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVEntry.cpp471 SPIRVName::SPIRVName(const SPIRVEntry *TheTarget, const std::string& TheStr) in SPIRVName()
524 const std::string &TheStr): in SPIRVExtInstImport()
DSPIRVEntry.h464 const std::string& TheStr) in SPIRVMemberName()
482 SPIRVString(SPIRVModule *M, SPIRVId TheId, const std::string &TheStr) in SPIRVString()
/external/swiftshader/third_party/LLVM/utils/FileCheck/
DFileCheck.cpp237 void Pattern::AddFixedStringToRegEx(StringRef FixedStr, std::string &TheStr) { in AddFixedStringToRegEx()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DIntrinsicEmitter.cpp134 std::string TheStr = Ints[IntNo].Name.substr(6); in EmitFnNameRecognizer() local