Searched refs:ub_c_error (Results 1 – 5 of 5) sorted by relevance
25 void ub_c_error(const char *message);587 ub_c_error("EOF inside quoted string");592 <quotedstring>{NEWLINE} { ub_c_error("newline inside quoted string, no end \""); 601 ub_c_error("out of memory");608 ub_c_error("EOF inside quoted string");613 <singlequotedstr>{NEWLINE} { ub_c_error("newline inside quoted string, no end '"); 622 ub_c_error("out of memory");630 ub_c_error("EOF inside include directive");642 ub_c_error("EOF inside quoted string");646 <include_quoted>{NEWLINE} { ub_c_error("newline before \" in include name"); [all …]
17 #define yyerror ub_c_error
1333 void ub_c_error(const char* msg);
1875 void ub_c_error(const char *str) in ub_c_error() function
53 void ub_c_error(const char *message);