Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:string

44 #include <string>
52 getErrorLog().checkError(Condition, SPIRVEC_##ErrCode, std::string()+ErrMsg,\
58 std::string()+ErrMsg, #Condition, __FILE__, __LINE__))\
68 // Defines OpErorMap which maps error code to a string describing the error.
70 SPIRVMap<SPIRVErrorCode, std::string>::init() {
71 #define _SPIRV_OP(x,y) add(SPIRVEC_##x, std::string(#x)+": "+y);
76 typedef SPIRVMap<SPIRVErrorCode, std::string> SPIRVErrorMap;
81 SPIRVErrorCode getError(std::string& ErrMsg) {
85 void setError(SPIRVErrorCode ErrCode, const std::string& ErrMsg) {
92 const std::string& DetailedMsg = "",
98 std::string ErrorMsg;
104 const std::string& Msg, const char *CondString, const char *FileName,