Searched refs:DECL_FUNCTION_WFL (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | java-tree.h | 776 #define DECL_FUNCTION_WFL(DECL) (DECL_LANG_SPECIFIC(DECL)->u.f.wfl) macro
|
H A D | parse.c | 8304 DECL_FUNCTION_WFL (meth) = id; 8365 parse_error_context (DECL_FUNCTION_WFL (current_function_decl), 8376 (DECL_FUNCTION_WFL (current_function_decl), 9740 (DECL_FUNCTION_WFL (method), "Duplicate %s declaration `%s'", 9940 tree method_wfl = DECL_FUNCTION_WFL (method); 10151 (DECL_FUNCTION_WFL (found),
|
H A D | parse.y | 4739 DECL_FUNCTION_WFL (meth) = id; 4800 parse_error_context (DECL_FUNCTION_WFL (current_function_decl), 4811 (DECL_FUNCTION_WFL (current_function_decl), 6175 (DECL_FUNCTION_WFL (method), "Duplicate %s declaration `%s'", 6375 tree method_wfl = DECL_FUNCTION_WFL (method); 6586 (DECL_FUNCTION_WFL (found),
|
H A D | ChangeLog | 3898 * java-tree.h (DECL_FUNCTION_WFL): New macro. 3905 (method_header): Set DECL_FUNCTION_WFL. 3910 DECL_NAMEs deleted. Use DECL_FUNCTION_WFL.
|