Lines Matching refs:glcpp_error
281 glcpp_error(& @1, parser, "#if with no expression");
321 glcpp_error(& @1, parser, "#elif with no expression");
1077 glcpp_error (&token->location, parser, ""); in _token_paste()
1102 glcpp_error(locp, parser, "%s", error); in yyerror()
1417 …glcpp_error (&node->token->location, parser, "Macro %s call has unbalanced parentheses\n", identif… in _glcpp_parser_expand_function()
1433 glcpp_error (&node->token->location, parser, in _glcpp_parser_expand_function()
1719 glcpp_error (loc, parser, "Macro names containing \"__\" are reserved.\n"); in _check_for_reserved_macro_name()
1722 glcpp_error (loc, parser, "Macro names starting with \"GL_\" are reserved.\n"); in _check_for_reserved_macro_name()
1766 glcpp_error (loc, parser, "Redefinition of macro %s\n", in _define_object_macro()
1798 glcpp_error (loc, parser, "Redefinition of macro %s\n", in _define_function_macro()
1942 glcpp_error (loc, parser, "%s without #if\n", type); in _glcpp_parser_skip_stack_change_if()
1960 glcpp_error (loc, parser, "#endif without #if\n"); in _glcpp_parser_skip_stack_pop()