Searched refs:yyerror (Results 1 – 4 of 4) sorted by relevance
/thrift-3.4.0/compiler/cpp/src/thrift/ |
D | thriftl.ll | 80 yyerror("This integer is too big: \"%s\"\n", text); 85 yyerror("Unexpected token in input: \"%s\"\n", text); 90 …yyerror("\"%s\" is no longer supported, use \"%s\" instead. Line %d\n", text, replace_with, yyline… 143 yyerror("Unexpected end of file in doc-comment at %d\n", yylineno); 186 yyerror("Unexpected end of file in multiline comment at %d\n", yylineno); 293 yyerror("End of file while read string at %d\n", yylineno); 296 yyerror("End of line while read string at %d\n", yylineno - 1); 320 yyerror("Bad escape character\n");
|
D | main.h | 42 void yyerror(const char* fmt, ...);
|
D | thrifty.yy | 368 yyerror("Type \"%s\" is already defined.", $1->get_name().c_str()); 384 yyerror("Type \"%s\" is already defined.", $1->get_name().c_str()); 735 yyerror("Service \"%s\" has not been defined.", $2); 793 yyerror("Throws clause may not contain non-exception types"); 808 …yyerror("\"%d: %s\" - field identifier/name has already been used", $2->get_key(), $2->get_name().… 826 yyerror("Implicit field keys are deprecated and not allowed with -strict");
|
D | main.cc | 229 void yyerror(const char* fmt, ...) { in yyerror() function 860 yyerror("Identifier %s can't have a dot.", identifier); in validate_simple_identifier()
|