Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A DChangeLog2281 * parse.y (patch_cast): Call patch_string on the first operand of
4979 (patch_cast): Rename wfl_op parameter to avoid macro conflicts.
7856 patch_cast, array_constructor_check_entry, patch_return,
9584 (patch_cast): Swapped two first arguments to first call to
9709 * parse.y (patch_cast): Allow a boolean to be cast into a
9720 (patch_cast): Fix cast from char to floating point.
10963 (patch_cast): Allow null to be cased to reference types.
11362 (patch_cast, build_labeled_block, check_thrown_exceptions):
11421 (patch_cast): Suppressed unnecessary argument. Fixed
11679 (patch_cast): Fixed inverted arguments.
[all …]
H A Dparse.c406 static tree patch_cast PARAMS ((tree, tree));
17950 value = patch_cast (node, wfl_operator);
18006 patch_cast (node, wfl_op) in patch_cast() function
H A Dparse.y166 static tree patch_cast PARAMS ((tree, tree));
14385 value = patch_cast (node, wfl_operator);
14441 patch_cast (node, wfl_op) in patch_cast() function