Home
last modified time | relevance | path

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

/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.h45 void yyerror(YYLTYPE *locp,
53 yyerror(locp, (context)->scanner, (context), (msg)); \
H A Dparser-helpers.c33 void yyerror(YYLTYPE *locp, in yyerror() function