Home
last modified time | relevance | path

Searched refs:op_to_string (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Derror.c61 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 Derror.cc61 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 DChangeLog-20092623 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 DChangeLog-20033650 (op_to_string): Likewise.
5483 (op_to_string): Likewise.
H A DChangeLog-1999287 (op_to_string): Likewise.
1595 (op_to_string): ... here.
H A DChangeLog-2017910 (op_to_string): Add assop arg. Use OVL_OP_INFO.
H A DChangeLog-20003512 (op_to_string): Simplify.