Searched refs:parse_error_context (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 677 parse_error_context (ctxp->modifier_ctx [i], (__message), \ 3528 parse_error_context in yyparse() 3611 parse_error_context in yyparse() 4077 parse_error_context in yyparse() 6672 parse_error_context VPARAMS ((tree cl, const char *msg, ...)) in parse_error_context() function 6745 parse_error_context (wfl_operator, "Missing return statement"); 6764 parse_error_context (wfl_operator, "Unreachable statement"); 6818 parse_error_context (cl, "%s `%s' already defined in %s:%d", 6837 parse_error_context (context, 6950 parse_error_context (wfl, "Interface `%s' repeated", [all …]
|
| H A D | parse.y | 437 parse_error_context (ctxp->modifier_ctx [i], (__message), \ 759 parse_error_context 825 parse_error_context 1170 parse_error_context 3107 parse_error_context VPARAMS ((tree cl, const char *msg, ...)) in parse_error_context() function 3180 parse_error_context (wfl_operator, "Missing return statement"); 3199 parse_error_context (wfl_operator, "Unreachable statement"); 3253 parse_error_context (cl, "%s `%s' already defined in %s:%d", 3272 parse_error_context (context, 3385 parse_error_context (wfl, "Interface `%s' repeated", [all …]
|
| H A D | parse.h | 106 parse_error_context ((CL), "%s method can't be abstract", (S)); 110 parse_error_context ((CL), "Constructor can't be %s", (S)); \ 330 parse_error_context ((OPERATOR), \ 335 parse_error_context ((OPERATOR), \ 343 parse_error_context (_operator, \ 348 parse_error_context (_operator, \ 355 parse_error_context \
|
| H A D | check-init.c | 200 parse_error_context (wfl, format, IDENTIFIER_POINTER (name)); 497 parse_error_context 513 parse_error_context
|
| H A D | java-tree.h | 1219 extern void parse_error_context PARAMS ((tree cl, const char *, ...))
|
| H A D | expr.c | 2633 parse_error_context
|
| H A D | ChangeLog | 9779 (parse_error_context): Likewise. Also add ATTRIBUTE_PRINTF_2. 9821 (parse_error_context): Likewise. Also check `ANSI_PROTOTYPES' 10870 (parse_error_context): Don't setup ctxp->elc here. Call 13429 this_wfl. Call to parse_error_context uses this_wfl instead of 13516 (parse_error_context, parse_warning_context): Changed prototypes. 13541 (parse_error_context, parse_warning_context): Parameter cl is now 13928 (parse_error, parse_error_context, parse_warning_context,
|