Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Derror.c58 static const char *op_to_string (bool, enum tree_code);
3120 op_to_string (bool assop, enum tree_code p) in op_to_string() function
4084 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()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Derror.c60 static const char *op_to_string (enum tree_code);
2710 op_to_string (enum tree_code p) in op_to_string() function
3226 case 'O': result = op_to_string (next_tcode); break; in cp_printer()