Home
last modified time | relevance | path

Searched refs:errorStr (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DObjCSelfInitChecker.cpp68 const char *errorStr) const;
145 const char *errorStr) const { in checkForInvalidSelf()
163 BugReport *report = new BugReport(*BT, errorStr, N); in checkForInvalidSelf()
/external/deqp/modules/glshared/
DglsShaderLibrary.cpp176 void parseError (const std::string& errorStr);
227 void ShaderParser::parseError (const std::string& errorStr) in parseError() argument
230 …throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str… in parseError()