Home
last modified time | relevance | path

Searched refs:type_value (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c18389 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 Dparse.y14824 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 DChangeLog4229 instead of type_value.