Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A DChangeLog6612 (patch_unaryop): Use node instead of its line/column value when
6704 (patch_unaryop): Handle outer field access when generating
7340 (patch_unaryop): Handle use of field accessed through artificial
8081 (patch_unaryop): Striped static field access assigned to decl and
8576 (patch_unaryop): Likewise for variable `prom_type'.
8875 * parse.y (patch_unaryop): Fixed ++/-- operator check on array
9512 (patch_unaryop): Call strip_out_static_field_access_decl on ++/--
10207 processed by patch_unaryop.
10208 (patch_unaryop): Fixed typo in comment. Re-convert pre/post
10626 (patch_unaryop): Added comment. Reinstalled code to disable
[all …]
H A Dparse.c403 static tree patch_unaryop PARAMS ((tree, tree));
15884 node = patch_unaryop (node, wfl_op1);
17795 patch_unaryop (node, wfl_op) in patch_unaryop() function
19794 return patch_unaryop (node, op0);
H A Dparse.y163 static tree patch_unaryop PARAMS ((tree, tree));
12319 node = patch_unaryop (node, wfl_op1);
14230 patch_unaryop (node, wfl_op) in patch_unaryop() function
16229 return patch_unaryop (node, op0);