Searched refs:op_to_string (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | error.c | 61 static const char *op_to_string (bool, enum tree_code); 3216 op_to_string (bool assop, enum tree_code p) in op_to_string() function 4333 case 'O': result = op_to_string (false, next_tcode); break; in cp_printer() 4335 case 'Q': result = op_to_string (true, next_tcode); break; in cp_printer()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | error.cc | 61 static const char *op_to_string (bool, enum tree_code); 3309 op_to_string (bool assop, enum tree_code p) in op_to_string() function 4430 case 'O': result = op_to_string (false, next_tcode); break; in cp_printer() 4432 case 'Q': result = op_to_string (true, next_tcode); break; in cp_printer()
|
H A D | ChangeLog-2009 | 2623 dump_binary_op, op_to_string, assop_to_string): Mark English 2727 dump_expr, dump_binary_op, dump_unary_op, op_to_string,
|
H A D | ChangeLog-2003 | 3650 (op_to_string): Likewise. 5483 (op_to_string): Likewise.
|
H A D | ChangeLog-1999 | 287 (op_to_string): Likewise. 1595 (op_to_string): ... here.
|
H A D | ChangeLog-2017 | 910 (op_to_string): Add assop arg. Use OVL_OP_INFO.
|
H A D | ChangeLog-2000 | 3512 (op_to_string): Simplify.
|