Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c458 static tree patch_string PARAMS ((tree));
13264 if ((type = patch_string (decl)))
15702 tree patched = patch_string (TREE_OPERAND (node, 1));
15735 if ((cn = patch_string (nn)))
15776 if ((nn = patch_string (TREE_OPERAND (node, 1))))
15964 if ((nn = patch_string (node)))
15996 if ((temp = patch_string (parm)))
17229 if ((cn = patch_string (op1)))
17365 if ((cn = patch_string (op1)))
17370 if ((cn = patch_string (op2)))
[all …]
H A Dparse.y218 static tree patch_string PARAMS ((tree));
9699 if ((type = patch_string (decl)))
12137 tree patched = patch_string (TREE_OPERAND (node, 1));
12170 if ((cn = patch_string (nn)))
12211 if ((nn = patch_string (TREE_OPERAND (node, 1))))
12399 if ((nn = patch_string (node)))
12431 if ((temp = patch_string (parm)))
13664 if ((cn = patch_string (op1)))
13800 if ((cn = patch_string (op1)))
13805 if ((cn = patch_string (op2)))
[all …]
H A DChangeLog916 * parse.y (patch_binop): Call patch_string on op1.
2281 * parse.y (patch_cast): Call patch_string on the first operand of
4568 `patch_string'.
6028 (patch_binop): New temp `cn'. Call patch_string on LHS/RHS of
6336 * parse.y (patch_string): Call force_evaluation_order on the
10217 (patch_string): Handle error_mark_node as an argument.
10623 (patch_string): Temporary disable forbidden use of `this' in
11763 build_string_concatenation, patch_string_cst, patch_string,
11804 patch_string, patch_string_cst): New function.