Searched refs:type_wfl (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 6866 build_array_from_name (type, type_wfl, name, ret_name) in build_array_from_name() argument 6867 tree type, type_wfl, name, *ret_name; in build_array_from_name() 6893 else if (type_wfl) 6895 type = type_wfl; 6905 if (type_wfl) 8111 tree type_wfl = NULL_TREE; local 8230 SET_TYPE_FOR_RESOLUTION (type, type_wfl, must_chain); 8233 type = build_array_from_name (type, type_wfl, meth_name, &meth_name); 8240 register_incomplete_type (patch_stage, type_wfl, id, type); 8558 tree type_wfl = NULL_TREE; local [all …]
|
| H A D | parse.y | 3301 build_array_from_name (type, type_wfl, name, ret_name) in build_array_from_name() argument 3302 tree type, type_wfl, name, *ret_name; in build_array_from_name() 3328 else if (type_wfl) 3330 type = type_wfl; 3340 if (type_wfl) 4546 tree type_wfl = NULL_TREE; local 4665 SET_TYPE_FOR_RESOLUTION (type, type_wfl, must_chain); 4668 type = build_array_from_name (type, type_wfl, meth_name, &meth_name); 4675 register_incomplete_type (patch_stage, type_wfl, id, type); 4993 tree type_wfl = NULL_TREE; local [all …]
|
| H A D | ChangeLog | 3157 * parse.y (build_array_from_name): If we use the type_wfl then 12550 (declare_local_variables): New local type_wfl. Fixed typo in error 12551 message. type_wfl assigned to unresolved type and used to register
|