Searched refs:method_wfl (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 9940 tree method_wfl = DECL_FUNCTION_WFL (method); local 9976 …(method_wfl, "Method `%s' can't be static in inner class `%s'. Only members of interfaces and top-… 9997 …parse_error_context (method_wfl, "Class `%s' must override `%s' with a public method in order to i… 10010 (method_wfl, 10027 (method_wfl, 10041 (method_wfl, 10064 (method_wfl, 10075 check_throws_clauses (method, method_wfl, found); 10095 check_throws_clauses (method, method_wfl, found) in check_throws_clauses() argument 10096 tree method, method_wfl, found; in check_throws_clauses() [all …]
|
| H A D | parse.y | 6375 tree method_wfl = DECL_FUNCTION_WFL (method); local 6411 …(method_wfl, "Method `%s' can't be static in inner class `%s'. Only members of interfaces and top-… 6432 …parse_error_context (method_wfl, "Class `%s' must override `%s' with a public method in order to i… 6445 (method_wfl, 6462 (method_wfl, 6476 (method_wfl, 6499 (method_wfl, 6510 check_throws_clauses (method, method_wfl, found); 6530 check_throws_clauses (method, method_wfl, found) in check_throws_clauses() argument 6531 tree method, method_wfl, found; in check_throws_clauses() [all …]
|
| H A D | ChangeLog | 12147 (java_check_regular_methods): New locals method_wfl and aflags. 12148 Use method_wfl instead of lookup_cl during error reports. Fixed
|