Searched refs:errorStr (Results 1 – 12 of 12) sorted by relevance
165 for (String errorStr : errorArray) { in isInConfigList()166 if (errorStr != null && errorStr.startsWith(inErrorString)) { in isInConfigList()167 String errorPhrase = errorStr.substring(inErrorString.length()); in isInConfigList()
68 const char *errorStr) const;145 const char *errorStr) const { in checkForInvalidSelf()163 C.emitReport(llvm::make_unique<BugReport>(*BT, errorStr, N)); in checkForInvalidSelf()
781 string errorStr = "expect "; in findDefinitions() local782 errorStr += fMC; in findDefinitions()783 errorStr += fMC; in findDefinitions()784 return this->reportError<bool>(errorStr.c_str()); in findDefinitions()1253 void TextParser::reportError(const char* errorStr) const { in reportError()1254 this->reportWarning(errorStr); in reportError()1258 void TextParser::reportWarning(const char* errorStr) const { in reportWarning()1278 SkDebugf("\n%s(%zd): error: %s\n", fileName.c_str(), err.fLineCount, errorStr); in reportWarning()
392 void reportError(const char* errorStr) const;393 void reportWarning(const char* errorStr) const;395 template <typename T> T reportError(const char* errorStr) const { in reportError() argument396 this->reportError(errorStr); in reportError()882 template <typename T> T reportError(const char* errorStr) const { in reportError() argument884 tp.reportError(errorStr); in reportError()
397 string errorStr = MarkType::kReturn == def->fMarkType ? "return" : "param"; in checkParamReturnBody() local398 errorStr += " description must start with lower case"; in checkParamReturnBody()399 paramBody.reportError(errorStr.c_str()); in checkParamReturnBody()
881 string errorStr = "expect "; in findDefinitions() local882 errorStr += fMC; in findDefinitions()883 errorStr += fMC; in findDefinitions()884 return this->reportError<bool>(errorStr.c_str()); in findDefinitions()1360 void TextParser::reportError(const char* errorStr) const { in reportError()1361 this->reportWarning(errorStr); in reportError()1365 void TextParser::reportWarning(const char* errorStr) const { in reportWarning()1376 SkDebugf("\n%s(%zd): error: %s\n", fullName.c_str(), err.fLineCount, errorStr); in reportWarning()
393 void reportError(const char* errorStr) const;395 void reportWarning(const char* errorStr) const;397 template <typename T> T reportError(const char* errorStr) const { in reportError() argument398 this->reportError(errorStr); in reportError()890 template <typename T> T reportError(const char* errorStr) const { in reportError() argument892 tp.reportError(errorStr); in reportError()
402 string errorStr = MarkType::kReturn == def->fMarkType ? "return" : "param"; in checkParamReturnBody() local403 errorStr += " description must start with lower case"; in checkParamReturnBody()404 paramBody.reportError(errorStr.c_str()); in checkParamReturnBody()
166 void parseError(const std::string& errorStr);202 void ShaderParser::parseError(const std::string& errorStr) in parseError() argument205 …throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str… in parseError()
398 void parseError (const std::string& errorStr);449 void ShaderParser::parseError (const std::string& errorStr) in parseError() argument452 …throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str… in parseError()
981 func translateExpectedError(errorStr string) string {982 if translated, ok := shimConfig.ErrorMap[errorStr]; ok {990 return errorStr
1135 stringstream errorStr; in verify_set_layout_compatibility() local1136 … errorStr << "VkPipelineLayout (" << pipeline_layout->layout << ") only contains " << num_sets in verify_set_layout_compatibility()1139 errorMsg = errorStr.str(); in verify_set_layout_compatibility()