Searched refs:dump_binary_op (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | error.c | 64 static void dump_binary_op (const char *, tree, int); 1510 dump_binary_op (operator_name_info[(int) TREE_CODE (t)].name, t, flags); in dump_expr() 1517 dump_binary_op ("/", t, flags); in dump_expr() 1523 dump_binary_op ("%", t, flags); in dump_expr() 1902 dump_binary_op (const char *opstring, tree t, int flags) in dump_binary_op() function
|
| H A D | ChangeLog-1999 | 1578 (dump_binary_op): Adjust prototype. Use tree_string_flags. 3841 * error.c (dump_unary_op, dump_binary_op, aggr_variety, 3889 (dump_binary_op): Bulletproof.
|
| H A D | ChangeLog-2004 | 4325 (dump_binary_op): Use pp_cxx_whitespace, pp_cxx_left_paren and
|
| H A D | ChangeLog-2003 | 5468 (dump_binary_op): Likewise.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | error.c | 82 static void dump_binary_op PARAMS ((const char *, tree, int)); 1721 dump_binary_op (operator_name_info[(int) TREE_CODE (t)].name, t, flags); 1728 dump_binary_op ("/", t, flags); 1734 dump_binary_op ("%", t, flags); 2098 dump_binary_op (opstring, t, flags) in dump_binary_op() function
|
| H A D | ChangeLog.2 | 1578 (dump_binary_op): Adjust prototype. Use tree_string_flags. 3841 * error.c (dump_unary_op, dump_binary_op, aggr_variety, 3889 (dump_binary_op): Bulletproof.
|