Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c334 static void issue_warning_error_from_context PARAMS ((tree, const char *msg, va_list))
6642 issue_warning_error_from_context (cl, msg, ap) in issue_warning_error_from_context() function
6677 issue_warning_error_from_context (cl, msg, ap); in parse_error_context()
6691 issue_warning_error_from_context (cl, msg, ap); in parse_warning_context()
H A Dparse.y94 static void issue_warning_error_from_context PARAMS ((tree, const char *msg, va_list))
3077 issue_warning_error_from_context (cl, msg, ap) in issue_warning_error_from_context() function
3112 issue_warning_error_from_context (cl, msg, ap); in parse_error_context()
3126 issue_warning_error_from_context (cl, msg, ap); in parse_warning_context()
H A DChangeLog4411 * parse.y (issue_warning_error_from_context): Add
5819 issue_warning_error_from_context, safe_layout_class): Constify
9819 (issue_warning_error_from_context): Add the `const' keyword to
10307 (issue_warning_error_from_context): input_filename saved, set to
10756 * parse.y (parse_error): Merged into issue_warning_error_from_context.
10852 (fix_method_argument_names, issue_warning_error_from_context,
10869 (issue_warning_error_from_context): New function.
10871 issue_warning_error_from_context instead.