Home | History | Annotate | Download | only in glcpp

Lines Matching full: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, "");
1102 glcpp_error(locp, parser, "%s", error);
1417 glcpp_error (&node->token->location, parser, "Macro %s call has unbalanced parentheses\n", identifier);
1433 glcpp_error (&node->token->location, parser,
1719 glcpp_error (loc, parser, "Macro names containing \"__\" are reserved.\n");
1722 glcpp_error (loc, parser, "Macro names starting with \"GL_\" are reserved.\n");
1766 glcpp_error (loc, parser, "Redefinition of macro %s\n",
1798 glcpp_error (loc, parser, "Redefinition of macro %s\n",
1942 glcpp_error (loc, parser, "%s without #if\n", type);
1960 glcpp_error (loc, parser, "#endif without #if\n");