Searched refs:SPIRVErrorCode (Results 1 – 3 of 3) sorted by relevance
62 enum SPIRVErrorCode { enum70 SPIRVMap<SPIRVErrorCode, std::string>::init() { in init()76 typedef SPIRVMap<SPIRVErrorCode, std::string> SPIRVErrorMap;81 SPIRVErrorCode getError(std::string& ErrMsg) { in getError()85 void setError(SPIRVErrorCode ErrCode, const std::string& ErrMsg) { in setError()91 bool checkError(bool Condition, SPIRVErrorCode ErrCode,97 SPIRVErrorCode ErrorCode;103 SPIRVErrorLog::checkError(bool Cond, SPIRVErrorCode ErrCode, in checkError()
107 virtual SPIRVErrorCode getError(std::string&) = 0;
86 SPIRVErrorCode getError(std::string &ErrMsg) { return ErrLog.getError(ErrMsg);} in getError()