Searched refs:array_constructor_check_entry (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | ChangeLog | 2217 (array_constructor_check_entry): Likewise. 4769 (array_constructor_check_entry): Likewise. 5729 * parse.y (array_constructor_check_entry): Pass `wfl_value', not 7706 (array_constructor_check_entry): Complete an initializer element 7856 patch_cast, array_constructor_check_entry, patch_return, 8241 maybe_build_primttype_type_ref, array_constructor_check_entry): 10219 (array_constructor_check_entry): Removed check on null wfl_value. 10232 array_constructor_check_entry): New function prototypes. 10244 array_constructor_check_entry): New functions.
|
| H A D | parse.c | 500 static int array_constructor_check_entry PARAMS ((tree, tree)); 18348 error_seen |= array_constructor_check_entry (element_type, current); 18385 array_constructor_check_entry (type, entry) in array_constructor_check_entry() function
|
| H A D | parse.y | 260 static int array_constructor_check_entry PARAMS ((tree, tree)); 14783 error_seen |= array_constructor_check_entry (element_type, current); 14820 array_constructor_check_entry (type, entry) in array_constructor_check_entry() function
|