Searched defs:syntax_error_at (Results 1 – 1 of 1) sorted by relevance
1384 # define syntax_error_at(lineno, msg) syntax_error_at(msg) macro1421 static void syntax_error_at(unsigned lineno UNUSED_PARAM, const char *msg) in syntax_error_at() function1462 # define syntax_error_at(msg) syntax_error_at(__LINE__, msg) macro