Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c478 static tree patch_conditional_expr PARAMS ((tree, tree, tree));
15499 return patch_conditional_expr (node, wfl_op1, wfl_op2);
19598 patch_conditional_expr (node, wfl_cond, wfl_op1) in patch_conditional_expr() function
H A Dparse.y238 static tree patch_conditional_expr PARAMS ((tree, tree, tree));
11934 return patch_conditional_expr (node, wfl_op1, wfl_op2);
16033 patch_conditional_expr (node, wfl_cond, wfl_op1) in patch_conditional_expr() function
H A DChangeLog7436 patch_conditional_expr): Likewise.
7857 patch_conditional_expr): Use xstrdup, not strdup.
8523 (patch_conditional_expr): Fixed first argument passed to
10258 (patch_conditional_expr): Patch results of string concatenation
11019 patch_conditional_expr, maybe_generate_finit, fix_constructors,
11123 (patch_conditional_expr): New function.