Searched refs:op_to_string (Results 1 – 2 of 2) sorted by relevance
58 static const char *op_to_string (bool, enum tree_code);3120 op_to_string (bool assop, enum tree_code p) in op_to_string() function4084 case 'O': result = op_to_string (false, next_tcode); break; in cp_printer()4086 case 'Q': result = op_to_string (true, next_tcode); break; in cp_printer()
60 static const char *op_to_string (enum tree_code);2710 op_to_string (enum tree_code p) in op_to_string() function3226 case 'O': result = op_to_string (next_tcode); break; in cp_printer()