Home
last modified time | relevance | path

Searched refs:parserError (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/xml/
DSkXMLParser.cpp134 SkXMLParser::SkXMLParser(SkXMLParserError* parserError) : fParser(nullptr), fError(parserError) in SkXMLParser() argument
DSkXMLParser.h56 SkXMLParser(SkXMLParserError* parserError = nullptr);
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h293 void parserError(const char* s); // for bison's yyerror
Dglslang.y143 #define yyerror(context, msg) context->parserError(msg)
Dglslang.m4143 #define yyerror(context, msg) context->parserError(msg)
DParseHelper.cpp216 void TParseContext::parserError(const char* s) in parserError() function in glslang::TParseContext
Dglslang_tab.cpp613 #define yyerror(context, msg) context->parserError(msg)