HomeSort by: relevance | last modified time | path
    Searched defs:op_to_string (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/cp/
error.cc 61 static const char *op_to_string (bool, enum tree_code);
3309 op_to_string (bool assop, enum tree_code p) function
4432 case 'O': result = op_to_string (false, next_tcode); break;
4434 case 'Q': result = op_to_string (true, next_tcode); break;
  /src/external/gpl3/gcc/dist/gcc/cp/
error.cc 63 static const char *op_to_string (bool, enum tree_code);
3388 op_to_string (bool assop, enum tree_code p) function
4520 case 'O': result = op_to_string (false, next_tcode); break;
4522 case 'Q': result = op_to_string (true, next_tcode); break;

Completed in 26 milliseconds