Home
last modified time | relevance | path

Searched refs:check_modifiers (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c671 #define check_modifiers(__message, __value, __mask) do { \ macro
3774 check_modifiers in yyparse()
4019 check_modifiers ("Illegal modifier `%s'. Only `final' was expected here", in yyparse()
4073 check_modifiers ("Illegal modifier `%s' for static initializer", yyvsp[0].value, ACC_STATIC); in yyparse()
4981 check_modifiers ( in yyparse()
7062 check_modifiers ("Illegal modifier `%s' for interface declaration",
7066 check_modifiers ((current_function_decl ?
7877 check_modifiers ("Illegal interface member modifier `%s'", flags,
8507 check_modifiers ("Illegal modifier `%s' for interface method",
H A Dparse.y431 #define check_modifiers(__message, __value, __mask) do { \ macro
948 check_modifiers
1124 check_modifiers ("Illegal modifier `%s'. Only `final' was expected here",
1166 check_modifiers ("Illegal modifier `%s' for static initializer", $1, ACC_STATIC);
1879 check_modifiers (
3497 check_modifiers ("Illegal modifier `%s' for interface declaration",
3501 check_modifiers ((current_function_decl ?
4312 check_modifiers ("Illegal interface member modifier `%s'", flags,
4942 check_modifiers ("Illegal modifier `%s' for interface method",
H A DChangeLog724 (check_modifiers, declare_local_variables): Avoid incorrect
7007 (check_modifiers): Change function into a macro.
7266 (check_modifiers): Changed leading comment.
8223 * parse.y (classitf_redefinition_error, check_modifiers,
13929 java_accstring_lookup, redefinition_error, check_modifiers,