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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
error.cc 57 static const char *code_to_string (enum tree_code);
3273 code_to_string (enum tree_code c) function
4404 case 'C': result = code_to_string (next_tcode); break;
  /src/external/gpl3/gcc/dist/gcc/cp/
error.cc 59 static const char *code_to_string (enum tree_code);
3352 code_to_string (enum tree_code c) function
4492 case 'C': result = code_to_string (next_tcode); break;

Completed in 31 milliseconds