Home
last modified time | relevance | path

Searched refs:ParserError (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptParser.h40 class ParserError : public ErrorInfo<ParserError> {
42 ParserError(const Twine &Expected, const LocIter CurLoc, const LocIter End);
DResourceScriptParser.cpp35 RCParser::ParserError::ParserError(const Twine &Expected, const LocIter CurLoc, in ParserError() function in llvm::rc::RCParser::ParserError
42 char RCParser::ParserError::ID = 0;
821 return make_error<ParserError>( in getExpectedError()
/external/python/cpython2/Demo/parser/
Dtest_parser.py20 except parser.ParserError, err:
/external/python/cpython2/Lib/test/
Dtest_parser.py23 except parser.ParserError, why:
325 except parser.ParserError:
/external/python/cpython3/Lib/test/
Dtest_parser.py23 except parser.ParserError as why:
435 except parser.ParserError:
/external/python/cpython3/Doc/library/
Dxml.rst74 :exc:`ParserError` when an entity occurs.
Dparser.rst137 if the tree cannot be validated, a :exc:`ParserError` exception is raised. An
261 .. exception:: ParserError
/external/python/cpython2/Doc/library/
Dxml.rst70 ParserError when an entity occurs.
Dparser.rst142 if the tree cannot be validated, a :exc:`ParserError` exception is raised. An
264 .. exception:: ParserError