Searched refs:type_value (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 18389 tree value, type_value, new_value, wfl_value, patched; local 18402 type_value = TREE_TYPE (value); 18409 type_value = promote_type (type); 18414 const char *const msg = (!valid_cast_to_p (type_value, type) ? 18420 msg, lang_printable_name (type_value, 1), array_type_string);
|
| H A D | parse.y | 14824 tree value, type_value, new_value, wfl_value, patched; local 14837 type_value = TREE_TYPE (value); 14844 type_value = promote_type (type); 14849 const char *const msg = (!valid_cast_to_p (type_value, type) ? 14855 msg, lang_printable_name (type_value, 1), array_type_string);
|
| H A D | ChangeLog | 4229 instead of type_value.
|